.nmd-wcwc-v3 {
    background: var(--light-cream, #f7f5f0);
    padding: 70px 20px 80px;
    color: var(--font-color-default, #585858);
}

.nmd-wcwc-v3__inner {
    max-width: 860px;
    margin: 0 auto;
}

.nmd-wcwc-v3__header {
    text-align: center;
    margin-bottom: 56px;
}

.nmd-wcwc-v3__eyebrow {
    font-family: var(--font-family-sofia-pro, sans-serif);
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--sage-green, #717b72);
    margin: 0 0 42px;
}

.nmd-wcwc-v3-progress ol {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.nmd-wcwc-v3-progress ol::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 12.5%;
    right: 12.5%;
    height: 1px;
    background: var(--light-green, #a8b1a3);
}

.nmd-wcwc-v3-progress li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    color: var(--sage-green, #717b72);
}

.nmd-wcwc-v3-progress__dot {
    width: 28px;
    height: 28px;
    border: 4px solid #e5e7e2;
    border-radius: 999px;
    background: var(--white, #fff);
    position: relative;
    z-index: 1;
}

.nmd-wcwc-v3-progress li.is-active .nmd-wcwc-v3-progress__dot {
    border-color: var(--light-green, #a8b1a3);
    box-shadow: inset 0 0 0 5px var(--white, #fff);
    background: var(--light-green, #a8b1a3);
}

.nmd-wcwc-v3-step {
    text-align: center;
}

.nmd-wcwc-v3-step__intro {
    max-width: 620px;
    margin: 0 auto 28px;
    line-height: 1.6;
}

.nmd-wcwc-v3-step h2 {
    color: var(--sage-green, #717b72);
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 28px;
}

.nmd-wcwc-v3-calendar {
    background: var(--white, #fff);
    max-width: 430px;
    margin: 0 auto;
    padding: 26px;
}

.nmd-wcwc-v3-calendar__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
    color: var(--sage-green, #717b72);
}

.nmd-wcwc-v3-calendar__header button {
    background: transparent;
    border: 0;
    font-size: 30px;
    line-height: 1;
    color: var(--sage-green, #717b72);
    cursor: pointer;
}

.nmd-wcwc-v3-calendar__header button[hidden] {
    visibility: hidden;
    display: block;
    pointer-events: none;
}

.nmd-wcwc-v3-calendar__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.nmd-wcwc-v3-calendar__grid button {
    border: 0;
    background: #e7e7e7;
    min-height: 42px;
    font-family: var(--font-family-sofia-pro, sans-serif);
    font-size: 14px;
    cursor: pointer;
}

.nmd-wcwc-v3-calendar__grid button.is-available {
    background: #c4cebf;
}

.nmd-wcwc-v3-calendar__grid button.is-active {
    background: var(--sage-green, #717b72);
    color: var(--white, #fff);
    outline: 2px solid #4d584f;
}

.nmd-wcwc-v3-calendar__grid button.is-disabled,
.nmd-wcwc-v3-calendar__grid button:disabled {
    cursor: not-allowed;
    opacity: 1;
}

.nmd-wcwc-v3-nav {
    border-top: 1px solid var(--sage-green, #717b72);
    margin-top: 84px;
    padding-top: 34px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.nmd-wcwc-v3-button,
.nmd-wcwc-v3-nav button {
    border: 1px solid var(--sage-green, #717b72);
    background: transparent;
    color: var(--sage-green, #717b72);
    padding: 14px 28px;
    text-decoration: none;
    font-family: var(--font-family-larken, serif);
    font-size: 16px;
    line-height: 1.2;
    cursor: pointer;
}

.nmd-wcwc-v3-button:hover,
.nmd-wcwc-v3-nav button:hover {
    color: var(--sage-green, #717b72);
    background: transparent;
}

.nmd-wcwc-v3-notice {
    margin: 20px 0 0;
    padding: 16px 20px;
    border: 1px solid #d8c8a5;
    background: #f9f3e6;
    color: #6b5a32;
    font-family: var(--font-family-sofia-pro, sans-serif);
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.nmd-wcwc-v3-notice.is-error {
    border-color: #d7b6b6;
    background: #f8eeee;
    color: #7a4b4b;
}



.nmd-wcwc-v3-calendar__header strong {
    font-family: var(--font-family-larken, serif);
    font-size: 24px;
    font-weight: 400;
    color: var(--sage-green, #717b72);
}

.nmd-wcwc-v3-calendar__grid button {
    font-family: var(--font-family-sofia-pro, sans-serif);
    font-weight: 400;
}

.nmd-wcwc-v3-step h2 {
    font-family: var(--font-family-larken, serif);
}

.nmd-wcwc-v3-step__intro {
    font-family: var(--font-family-sofia-pro, sans-serif);
}

.nmd-wcwc-v3-step {
    opacity: 0;
    transition: opacity 220ms ease;
}

.nmd-wcwc-v3-step.is-active {
    opacity: 1;
}

.nmd-wcwc-v3-step[hidden] {
    display: none;
}

.nmd-wcwc-v3 .is-mobile {
    display: none;
}

.nmd-wcwc-v3-progress li.is-complete .nmd-wcwc-v3-progress__dot {
    border-color: var(--light-green, #a8b1a3);
    background: var(--light-green, #a8b1a3);
}

.nmd-wcwc-v3-progress li.is-complete .nmd-wcwc-v3-progress__dot::after {
    content: "✓";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white, #fff);
    font-size: 15px;
    line-height: 1;
}

.nmd-wcwc-v3-quantity-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 38px;
    margin-top: 44px;
}

.nmd-wcwc-v3-quantity-card {
    position: relative;
    min-height: 118px;
    border: 1px solid transparent;
    background: var(--white, #fff);
    color: var(--font-color-default, #585858);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 12px;
    cursor: pointer;
    font-family: var(--font-family-larken, serif);
}

.nmd-wcwc-v3-quantity-card.is-active {
    border-color: var(--light-green, #a8b1a3);
    background: var(--very-light-green, #f5f6f4);
}

.nmd-wcwc-v3-quantity-card__badge {
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    background: #344638;
    color: var(--white, #fff);
    border-radius: 999px;
    padding: 4px 28px;
    font-family: var(--font-family-sofia-pro, sans-serif);
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
}

.nmd-wcwc-v3-quantity-card__title {
    display: block;
    color: var(--sage-green, #717b72);
    font-size: 22px;
    line-height: 1.2;
}

.nmd-wcwc-v3-quantity-card__subtitle {
    display: block;
    margin-top: 4px;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 1.3;
}

.nmd-wcwc-v3-wine-summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--very-light-green, #f5f6f4);
    color: var(--sage-green, #717b72);
    border-radius: 999px;
    padding: 6px 18px;
    font-family: var(--font-family-sofia-pro, sans-serif);
    font-size: 14px;
    margin: 0 0 36px;
}

.nmd-wcwc-v3-wine-summary {
    gap: 5px;
}

.nmd-wcwc-v3-wine-summary__sep,
.nmd-wcwc-v3-wine-summary__label {
    white-space: nowrap;
}

.nmd-wcwc-v3-wine-options {
    text-align: left;
}

.nmd-wcwc-v3-curated-card {
    position: relative;
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 24px;
    align-items: stretch;
    width: 100%;
    border: 1px solid transparent;
    background: transparent;
    padding: 0;
    margin: 0 0 48px;
    text-align: left;
    cursor: pointer;
}

.nmd-wcwc-v3-curated-card.is-active {
    border-color: var(--light-green, #a8b1a3);
    background: var(--very-light-green, #f5f6f4);
}

.nmd-wcwc-v3-curated-card__media {
    display: block;
    min-height: 230px;
    background: #d8d8d8;
    background-image: url("/wp-content/uploads/2026/06/redgum-curated-selection.jpg");
    background-size: cover;
    background-position: center;
}

.nmd-wcwc-v3-curated-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    font-family: var(--font-family-sofia-pro, sans-serif);
    color: var(--font-color-default, #585858);
}

.nmd-wcwc-v3-curated-card__content strong {
    display: block;
    font-family: var(--font-family-larken, serif);
    font-size: 24px;
    font-weight: 400;
    color: var(--sage-green, #717b72);
    margin-bottom: 12px;
}

.nmd-wcwc-v3-curated-card__content span {
    font-size: 15px;
    line-height: 1.5;
}

.nmd-wcwc-v3-curated-card__tick,
.nmd-wcwc-v3-product-card__tick {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: var(--light-green, #a8b1a3);
    color: var(--white, #fff);
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    z-index: 2;
}

.nmd-wcwc-v3-curated-card.is-active .nmd-wcwc-v3-curated-card__tick,
.nmd-wcwc-v3-product-card.is-selected .nmd-wcwc-v3-product-card__tick {
    display: flex;
}

.nmd-wcwc-v3-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 54px 38px;
}

.nmd-wcwc-v3-product-card {
    position: relative;
}

.nmd-wcwc-v3-product-card__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    border: 1px solid transparent;
    background: var(--white, #fff);
    padding: 0;
    cursor: pointer;
}

.nmd-wcwc-v3-product-card.is-selected .nmd-wcwc-v3-product-card__image {
    border-color: var(--light-green, #a8b1a3);
    background: var(--very-light-green, #f5f6f4);
}

.nmd-wcwc-v3-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 22px;
}

.nmd-wcwc-v3-product-card__body {
    padding-top: 16px;
    font-family: var(--font-family-sofia-pro, sans-serif);
}

.nmd-wcwc-v3-product-card__body h3 {
    font-family: var(--font-family-larken, serif);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    color: var(--font-color-default, #585858);
    margin: 0 0 10px;
}

.nmd-wcwc-v3-product-card__price {
    display: flex;
    gap: 8px;
    align-items: baseline;
    font-size: 14px;
    margin-bottom: 4px;
}

.nmd-wcwc-v3-product-card__price-was {
    text-decoration: line-through;
    color: #777;
}

.nmd-wcwc-v3-product-card__price-current {
    color: var(--font-color-default, #585858);
}

.nmd-wcwc-v3-product-card__qty {
    display: grid;
    grid-template-columns: 38px 46px 38px;
    margin-top: 12px;
    margin-left: auto;
    width: max-content;
    border: 1px solid var(--light-green, #a8b1a3);
}

.nmd-wcwc-v3-product-card__qty button,
.nmd-wcwc-v3-product-card__qty span {
    height: 34px;
    border: 0;
    background: var(--white, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family-sofia-pro, sans-serif);
    font-size: 14px;
    color: var(--sage-green, #717b72);
}

.nmd-wcwc-v3-product-card__qty span {
    border-left: 1px solid var(--light-green, #a8b1a3);
    border-right: 1px solid var(--light-green, #a8b1a3);
    color: var(--font-color-default, #585858);
}

.nmd-wcwc-v3-review {
    background: var(--white, #fff);
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.9fr);
    gap: 54px;
    padding: 34px;
    text-align: left;
}

.nmd-wcwc-v3-review__header {
    display: grid;
    grid-template-columns: 1fr 100px;
    gap: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ddd;
    font-family: var(--font-family-sofia-pro, sans-serif);
    text-transform: uppercase;
    font-size: 12px;
}

.nmd-wcwc-v3-review-item {
    display: grid;
    grid-template-columns: 78px 1fr 100px;
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid #ddd;
}

.nmd-wcwc-v3-review-item__image img {
    width: 54px;
    height: 92px;
    object-fit: contain;
}

.nmd-wcwc-v3-review-item__name {
    font-family: var(--font-family-larken, serif);
    font-size: 17px;
    color: var(--sage-green, #717b72);
    margin: 0 0 8px;
}

.nmd-wcwc-v3-review-item__prices {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.nmd-wcwc-v3-review-item__was {
    text-decoration: line-through;
    color: #777;
}

.nmd-wcwc-v3-review-item__meta {
    font-family: var(--font-family-sofia-pro, sans-serif);
    font-size: 12px;
    line-height: 1.5;
}

.nmd-wcwc-v3-review-item__total {
    font-family: var(--font-family-sofia-pro, sans-serif);
    font-size: 14px;
    text-align: right;
}

.nmd-wcwc-v3-review__summary {
    font-family: var(--font-family-sofia-pro, sans-serif);
}

.nmd-wcwc-v3-review__summary h3 {
    margin: 0 0 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    font-size: 13px;
}

.nmd-wcwc-v3-review__summary-line {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 14px;
    font-size: 14px;
}

.nmd-wcwc-v3-review__summary-line--total {
    font-size: 20px;
    margin-bottom: 8px;
}

.nmd-wcwc-v3-review__shipping {
    border-bottom: 1px solid #ddd;
    padding-bottom: 22px;
    margin: 18px 0 24px;
}

.nmd-wcwc-v3-review__checkout {
    width: 100%;
    border: 0;
    background: var(--sage-green, #717b72);
    color: var(--white, #fff);
    padding: 16px 20px;
    font-family: var(--font-family-sofia-pro, sans-serif);
    font-size: 15px;
    cursor: pointer;
}

.nmd-wcwc-v3-review__note {
    font-size: 13px;
    line-height: 1.5;
    margin: 20px 0 0;
}

.wcwc-summary-wines {
    margin: 16px 0;
    border-top: 1px solid rgba(0,0,0,.12);
}

.wcwc-summary-wine {
    display: grid;
    grid-template-columns: 44px 1fr auto;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,.12);
    align-items: center;
}

.wcwc-summary-wine__image img {
    width: 36px;
    height: 58px;
    object-fit: contain;
}

.wcwc-summary-wine__body {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 12px;
    line-height: 1.35;
}

.wcwc-summary-wine__body strong {
    font-size: 13px;
}

.wcwc-summary-wine__total {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.nmd-wcwc-v3-curated-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nmd-wcwc-v3-curated-card__price {
    display: block;
    margin-top: 1rem;
}

.nmd-wcwc-v3-curated-card__price-was {
    text-decoration: line-through;
    opacity: 0.65;
    margin-right: 0.75rem;
}

.nmd-wcwc-v3-curated-card__price-current {
    font-weight: 600;
}

@media (max-width: 700px) {
    .nmd-wcwc-v3 {
        padding: 50px 12px 70px;
        overflow: hidden;
    }

    .nmd-wcwc-v3__inner {
        max-width: 100%;
    }

    .nmd-wcwc-v3__header {
        margin-bottom: 42px;
    }

    .nmd-wcwc-v3__eyebrow {
        margin-bottom: 32px;
    }

    .nmd-wcwc-v3-progress ol {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .nmd-wcwc-v3-progress ol::before {
        top: 13px;
    }

    .nmd-wcwc-v3-progress__dot {
        width: 28px;
        height: 28px;
        border-width: 3px;
    }

    .nmd-wcwc-v3-progress li.is-active .nmd-wcwc-v3-progress__dot {
        box-shadow: inset 0 0 0 5px var(--white, #fff);
    }

    .nmd-wcwc-v3-progress__label {
        font-size: 14px;
        line-height: 1.1;
        white-space: nowrap;
    }

    .nmd-wcwc-v3-step__intro {
        max-width: 320px;
        font-size: 20px;
        line-height: 1.45;
        margin-bottom: 24px;
    }

    .nmd-wcwc-v3-step h2 {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 24px;
    }

    .nmd-wcwc-v3-calendar {
        max-width: 100%;
        padding: 24px 20px;
    }

    .nmd-wcwc-v3-calendar__header {
        margin-bottom: 20px;
    }

    .nmd-wcwc-v3-calendar__grid {
        gap: 12px;
    }

    .nmd-wcwc-v3-calendar__grid button {
        min-height: 56px;
        font-size: 20px;
        line-height: 1;
    }

    .nmd-wcwc-v3 .is-desktop {
        display: none;
    }

    .nmd-wcwc-v3 .is-mobile {
        display: inline;
    }

    .nmd-wcwc-v3-nav {
        margin-top: 44px;
        padding-top: 20px;
        display: flex;
        justify-content: space-between;
        gap: 12px;
    }

    .nmd-wcwc-v3-button,
    .nmd-wcwc-v3-nav button {
        width: auto;
        min-width: 132px;
        height: 44px;
        min-height: 0;
        padding: 0 12px;
        font-size: 13px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .nmd-wcwc-v3-progress li.is-complete .nmd-wcwc-v3-progress__dot::after {
        font-size: 14px;
    }

    .nmd-wcwc-v3-quantity-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
        margin-top: 40px;
    }

    .nmd-wcwc-v3-quantity-card {
        min-height: 150px;
        padding: 24px 12px;
    }

    .nmd-wcwc-v3-quantity-card__title {
        font-size: 34px;
    }

    .nmd-wcwc-v3-quantity-card__subtitle {
        font-size: 18px;
    }

    .nmd-wcwc-v3-quantity-card__badge {
        font-size: 18px;
        padding: 8px 28px;
        top: -18px;
    }

    .nmd-wcwc-v3-step--wines .nmd-wcwc-v3-step__intro {
        font-size: 16px;
        max-width: 320px;
    }

    .nmd-wcwc-v3-wine-summary {
        font-size: 14px;
        padding: 5px 14px;
        margin-bottom: 28px;
    }

    .nmd-wcwc-v3-curated-card {
        display: block;
        margin-bottom: 42px;
    }

    .nmd-wcwc-v3-curated-card__media {
        min-height: 230px;
    }

    .nmd-wcwc-v3-curated-card__content {
        padding: 16px 0 0;
    }

    .nmd-wcwc-v3-curated-card__content strong {
        font-size: 18px;
    }

    .nmd-wcwc-v3-products {
        display: block;
    }

    .nmd-wcwc-v3-product-card {
        margin-bottom: 42px;
    }

    .nmd-wcwc-v3-product-card__image {
        aspect-ratio: 1 / 0.78;
    }

    .nmd-wcwc-v3-product-card__body h3 {
        font-size: 16px;
    }

    .nmd-wcwc-v3-product-card__qty {
        grid-template-columns: 42px 52px 42px;
    }

    .nmd-wcwc-v3-product-card__qty button,
    .nmd-wcwc-v3-product-card__qty span {
        height: 42px;
    }

    .nmd-wcwc-v3-review {
        display: block;
        padding: 28px;
    }

    .nmd-wcwc-v3-review__items {
        margin-bottom: 28px;
    }

    .nmd-wcwc-v3-review__header {
        grid-template-columns: 1fr 80px;
    }

    .nmd-wcwc-v3-review-item {
        grid-template-columns: 70px 1fr 70px;
        gap: 16px;
    }

    .nmd-wcwc-v3-review-item__name {
        font-size: 18px;
    }

    .nmd-wcwc-v3-review-item__total {
        font-size: 16px;
    }

    .nmd-wcwc-v3-review__summary {
        background: var(--white, #fff);
    }
}

.nmd-wcwc-v3-preferences {
	margin: 1.5rem auto 2rem;
	max-width: 760px;
	text-align: center;
}

.nmd-wcwc-v3-preferences__label {
	font-weight: 600;
	margin: 0 0 0.75rem;
}

.nmd-wcwc-v3-preferences__options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	justify-content: center;
}

.nmd-wcwc-v3-preference-pill {
	background: transparent;
	border: 1px solid currentColor;
	border-radius: 999px;
	cursor: pointer;
	padding: 0.55rem 1.05rem;
}

.nmd-wcwc-v3-preference-pill.is-active {
	background: #717b72;
	border-color: #717b72;
	color: #fff;
}

.nmd-wcwc-v3-preferences__help {
	font-size: 0.9rem;
	margin: 0.75rem 0 0;
	opacity: 0.75;
}


.nmd-wcwc-v3-preferences {
    text-align: center;
    margin: 2rem 0 2.5rem;
}

.nmd-wcwc-v3-preferences h3 {
    margin: 0 0 1rem;
}

.nmd-wcwc-v3-preferences__buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.nmd-wcwc-v3-preferences__buttons button {
    border: 1px solid currentColor;
    border-radius: 999px;
    background: transparent;
    padding: 5px 20px;
    font: inherit;
    cursor: pointer;
    font-size:12px;
}

.nmd-wcwc-v3-preferences__buttons button.is-active {
    background: #717b72;
    border-color: #717b72;
    color: #fff;
}

.nmd-wcwc-v3-preferences p {
    margin-top: 1rem;
    opacity: 0.75;
}

.wcwc-checkout-summary {
    overflow: hidden;
}

.wcwc-summary-curated {
    margin: 14px 0;
    border-top: 1px solid rgba(0,0,0,.12);
    border-bottom: 1px solid rgba(0,0,0,.12);
    padding: 14px 0;
}

.wcwc-summary-curated__image {
    width: 100%;
    max-width: 220px;
    margin: 0 0 12px;
}

.wcwc-summary-curated__image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.wcwc-summary-curated__body {
    font-size: 12px;
    line-height: 1.45;
}

.wcwc-summary-curated__body strong {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
}

.nmd-wcwc-v3-step--wines .nmd-wcwc-v3-step__intro {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.nmd-wcwc-v3-preferences {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.rwe-faqs {
    font-family: var(--font-family-larken, serif);
}

.rwe-faqs a {
    color: var(--sage-green, #717b72);
}

.rwe-faqs details {
	border-bottom: 1px solid rgba(113, 123, 114, 0.25);
	padding: 0;
}

.rwe-faqs summary {
	list-style: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 24px 0;
	font-size: clamp(20px, 1.6vw, 26px);
	font-weight: 400;
	line-height: 1.3;
	color: var(--sage-green, #717b72);
}

.rwe-faqs summary::-webkit-details-marker {
	display: none;
}

.rwe-faqs summary::after {
	content: "⌄";
	font-family: inherit;
	font-size: 28px;
	line-height: 1;
	color: #717b72;
	transform: rotate(0deg);
	transition: transform 0.2s ease;
}

.rwe-faqs details[open] summary::after {
	transform: rotate(180deg);
}

.rwe-faqs details > *:not(summary) {
	margin: 0;
	padding: 0 0 28px;
	font-size: 18px;
	line-height: 1.7;
	color: #333;
}

.rwe-faqs details[open] summary {
	padding-bottom: 18px;
}

@media (max-width: 781px) {
    .rwe-faqs {
        padding-left: 30px;
        padding-right: 30px;
    }
}