/*
 Theme Name:     Green Planet Astronauts 2.0.1
 Theme URI:      https://greenplanetastronauts.com/twentytwentyfour-child
 Description:    A child theme of the Twenty Twenty-Four theme
 Author:         Lauri Kuparinen
 Author URI:     https://greenplanetastronauts.com
 Template:       twentytwentyfour
 Version:        1.0.3
 Text Domain:    twentytwentyfour-child
*/


/* Custom CSS for the child theme goes here */

.wcs-recurring-totals-panel__title span.wc-block-components-totals-item__label,
.wcs-recurring-totals-panel__title .wc-block-formatted-money-amount {
    display: none !important;
}

span.subscription-price span.subscription-details {
    display: none;
}

.asp-ssws-subscribe-wrapper input[type=radio] {
    background-color: #fff !important;
    border: 2px solid grey !important;
    border-radius: 50% !important;
}

.asp-ssws-subscribe-wrapper input[type=radio]:checked {
    border-color: #165627 !important;
    background-color: #a8c58a !important;
}

.wp-block-woocommerce-mini-cart-contents .asp-cart_level-subscribe-wrapper {
    margin: 16px;
    padding: 16px 16px 6px 16px;
}

.wp-block-woocommerce-mini-cart-contents ul.asp-ssws-subscribe-options {
    padding-left: 0px !important;
}

.wp-block-woocommerce-mini-cart-contents ul.asp-ssws-subscribe-plan-options {
    margin: 10px 10px 0 10px !important;
}

.wp-block-woocommerce-mini-cart-contents .asp-ssws-subscribe-wrapper input[type=radio]:checked,
.wp-block-woocommerce-mini-cart-contents .asp-ssws-subscribe-wrapper input[type=radio] {
    vertical-align: top;
    text-align: center;
}

.wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-mini-cart-items-block.wc-block-mini-cart__items::-webkit-scrollbar {
    width: 4px;
    /*sets the thickness of vertical scroll  */
    /*height: 8px; */
}

.wp-block-woocommerce-mini-cart-contents .wp-block-woocommerce-mini-cart-items-block.wc-block-mini-cart__items::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 10px;
}

.wp-block-woocommerce-mini-cart-contents .wc-block-mini-cart__items {
    padding: 0 16px !important;
}

.wp-block-woocommerce-mini-cart-contents input[type=radio]:checked:before {
    top: 5px;
    bottom: 0;
}

.wp-block-woocommerce-mini-cart-contents li.asp-ssws-pay-option-subscribe {
    margin-top: 3px;
}
/* 2026-05-08: fix mini-cart trash icon overlapping the + (qty increment) button.
   The remove link flowed inline next to the quantity stepper; pin it to the row's top-right corner. */
.wp-block-woocommerce-mini-cart-contents .wc-block-cart-items__row {
    position: relative;
    padding-right: 28px;
}
.wp-block-woocommerce-mini-cart-contents .wc-block-cart-item__remove-link {
    position: absolute;
    top: 8px;
    right: 4px;
}
