.jcrb-builder {
    width: min(100%, 1480px);
    max-width: calc(100vw - 24px);
    margin: 0 auto;
    color: #202124;
    font-size: 16px;
    --jcrb-accent: #2f7d5a;
    --jcrb-accent-soft: #edf8f2;
    --jcrb-ink-soft: #5f6368;
    --jcrb-border: #dedbd4;
    overflow-x: clip;
    box-sizing: border-box;
}
html:has(.jcrb-builder) {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden !important;
}
body.jcrb-routine-page,
body.jcrb-routine-page.responsive-overflow-x-mobile {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden !important;
}
body.jcrb-routine-page #Wrapper,
body.jcrb-routine-page #Content,
body.jcrb-routine-page .content_wrapper,
body.jcrb-routine-page .section_wrapper,
body.jcrb-routine-page .mcb-section,
body.jcrb-routine-page .mcb-wrap,
body.jcrb-routine-page .mcb-column,
body.jcrb-routine-page .entry-content,
body.jcrb-routine-page .the_content_wrapper {
    max-width: 100%;
    overflow-x: clip;
}
body.jcrb-routine-page .jcrb-products {
    overflow-x: auto !important;
}
.jcrb-builder [hidden] {
    display: none !important;
}
.jcrb-builder,
.jcrb-builder * {
    box-sizing: border-box;
}
@supports not (overflow: clip) {
    .jcrb-builder,
    .jcrb-results,
    body.jcrb-routine-page #Wrapper,
    body.jcrb-routine-page #Content,
    body.jcrb-routine-page .content_wrapper,
    body.jcrb-routine-page .section_wrapper,
    body.jcrb-routine-page .mcb-section,
    body.jcrb-routine-page .mcb-wrap,
    body.jcrb-routine-page .mcb-column,
    body.jcrb-routine-page .entry-content,
    body.jcrb-routine-page .the_content_wrapper {
        overflow-x: hidden;
    }
}
.jcrb-card,
.jcrb-section-result {
    background: #fff;
    border: 1px solid var(--jcrb-border);
    border-radius: 8px;
    padding: 20px;
    margin: 18px 0;
    box-shadow: 0 8px 24px rgba(26, 32, 44, .06);
    max-width: 100%;
    box-sizing: border-box;
}
.jcrb-results {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}
.jcrb-loading-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.jcrb-loading-copy {
    display: grid;
    gap: 8px;
    flex: 1;
    min-width: 0;
}
.jcrb-loading-copy strong {
    color: #202124;
    font-size: 16px;
    line-height: 1.25;
}
.jcrb-loading-card p,
.jcrb-loading-percent {
    margin: 0;
    color: #202124;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}
.jcrb-loading-card p {
    color: #5f6368;
    font-size: 13px;
    font-weight: 600;
}
.jcrb-loading-progress {
    width: 100%;
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: #ece8e1;
}
.jcrb-loading-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--jcrb-accent);
    transition: width .35s ease;
}
.jcrb-loading-percent {
    justify-self: end;
    font-size: 13px;
}
.jcrb-spinner {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border: 3px solid #e3dfd7;
    border-top-color: var(--jcrb-accent);
    border-radius: 50%;
    animation: jcrb-spin .8s linear infinite;
}
@keyframes jcrb-spin {
    to { transform: rotate(360deg); }
}
.jcrb-intro {
    min-height: 320px;
    display: grid;
    align-content: center;
    background: linear-gradient(135deg, #fff 0%, #f6fbf8 55%, #fff6f2 100%);
}
.jcrb-kicker,
.jcrb-step {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    text-transform: none;
    letter-spacing: 0;
    color: #4b6f5c;
    margin-bottom: 6px;
}
.jcrb-intro h2,
.jcrb-result-intro h3,
.jcrb-question-card h3,
.jcrb-section-result h3 {
    margin: 0 0 10px;
    line-height: 1.18;
}
.jcrb-intro h2 {
    font-size: clamp(24px, 3vw, 36px);
    max-width: 760px;
}
.jcrb-result-intro h3,
.jcrb-question-card h3,
.jcrb-section-result h3 {
    font-size: clamp(18px, 2vw, 24px);
}
.jcrb-intro p,
.jcrb-help,
.jcrb-result-intro p {
    max-width: 760px;
    color: #5f6368;
}
.jcrb-language-actions,
.jcrb-actions {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.jcrb-lang-button,
.jcrb-button,
.jcrb-next,
.jcrb-back,
.jcrb-reset,
.jcrb-reveal-routine,
.jcrb-add-all,
.jcrb-product-card .button {
    min-height: 42px;
    border-radius: 8px !important;
}
.jcrb-builder .button.jcrb-lang-button,
.jcrb-builder .button.jcrb-button,
.jcrb-builder .button.jcrb-next,
.jcrb-builder .button.jcrb-back,
.jcrb-builder .button.jcrb-reset,
.jcrb-builder .button.jcrb-reveal-routine,
.jcrb-builder .button.jcrb-add-all {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px !important;
    padding: 14px 22px !important;
    border: 1px solid #111 !important;
    border-radius: 999px !important;
    background: #111 !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .16) !important;
    font-family: var(--font-ui, inherit) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    text-transform: none !important;
    transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease !important;
}
.jcrb-builder .button.jcrb-lang-button {
    min-width: 172px;
    min-height: 52px !important;
    font-size: 15px !important;
}
.jcrb-builder .button.jcrb-back,
.jcrb-builder .button.jcrb-reset {
    background: #fff !important;
    color: #111 !important;
    box-shadow: none !important;
}
.jcrb-builder .button.jcrb-next,
.jcrb-builder .button.jcrb-button,
.jcrb-builder .button.jcrb-reveal-routine,
.jcrb-builder .button.jcrb-add-all {
    background: #111 !important;
    color: #fff !important;
}
.jcrb-builder .button.jcrb-lang-button:hover,
.jcrb-builder .button.jcrb-button:hover,
.jcrb-builder .button.jcrb-next:hover,
.jcrb-builder .button.jcrb-back:hover,
.jcrb-builder .button.jcrb-reset:hover,
.jcrb-builder .button.jcrb-reveal-routine:hover,
.jcrb-builder .button.jcrb-add-all:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .2) !important;
}
.jcrb-builder .button.jcrb-lang-button:focus-visible,
.jcrb-builder .button.jcrb-button:focus-visible,
.jcrb-builder .button.jcrb-next:focus-visible,
.jcrb-builder .button.jcrb-back:focus-visible,
.jcrb-builder .button.jcrb-reset:focus-visible,
.jcrb-builder .button.jcrb-reveal-routine:focus-visible,
.jcrb-builder .button.jcrb-add-all:focus-visible {
    outline: 3px solid rgba(225, 183, 147, .45) !important;
    outline-offset: 3px;
}
.jcrb-builder .button:disabled {
    cursor: not-allowed !important;
    opacity: .55 !important;
    transform: none !important;
}
.jcrb-game-shell {
    margin: 18px 0;
}
.jcrb-progress {
    height: 10px;
    background: #ece8e1;
    border-radius: 999px;
    overflow: hidden;
}
.jcrb-progress-bar {
    display: block;
    width: 0;
    height: 100%;
    background: #3f7d58;
    transition: width .2s ease;
}
.jcrb-step-count {
    margin-top: 12px;
    color: #5f6368;
    font-weight: 700;
}
.jcrb-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}
.jcrb-options-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.jcrb-option,
.jcrb-product-pick,
.jcrb-compare-pick {
    display: flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #ddd9d2;
    border-radius: 8px;
    padding: 7px 8px;
    background: #fff;
    cursor: pointer;
    min-height: 36px;
    font-size: 13px;
    line-height: 1.18;
}
.jcrb-option input {
    width: 14px;
    height: 14px;
    margin: 0;
    accent-color: #111;
    flex: 0 0 auto;
}
.jcrb-option.is-selected,
.jcrb-product-pick.is-selected,
.jcrb-compare-pick.is-selected {
    border-color: #3f7d58;
    background: #f1faf4;
}
.jcrb-error {
    color: #a33a2f;
    font-weight: 700;
}
.jcrb-score-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(52px, 1fr));
    gap: 5px;
    margin-top: 16px;
    padding-bottom: 2px;
}
.jcrb-score-grid div {
    border: 1px solid #ddd9d2;
    border-radius: 8px;
    padding: 6px 5px;
    background: #f8f9f6;
    min-width: 52px;
    text-align: center;
    min-height: 52px;
}
.jcrb-score-grid span {
    display: block;
    color: #5f6368;
    font-size: 9.5px;
    line-height: 1.1;
}
.jcrb-score-grid strong {
    display: block;
    font-size: 13px;
    margin-top: 4px;
}
.jcrb-warning,
.jcrb-note {
    background: #fff8e8;
    border-left: 4px solid #d19b28;
    padding: 10px 12px;
    border-radius: 8px;
}
.jcrb-note {
    margin: 2px 0 9px;
    border: 1px solid #ebe1cc;
    border-left: 3px solid #d19b28;
    background: #fffaf0;
    color: #5f4a23;
    padding: 7px 8px;
    font-size: 11px;
    line-height: 1.35;
}
.jcrb-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}
.jcrb-section-head h3 {
    font-size: clamp(18px, 2vw, 24px);
}
.jcrb-section-head span {
    border: 1px solid var(--jcrb-border);
    border-radius: 999px;
    padding: 5px 11px;
    color: var(--jcrb-accent);
    background: var(--jcrb-accent-soft);
    font-weight: 800;
    font-size: 13px;
}
.jcrb-products {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    padding: 4px 4px 16px;
    scrollbar-color: var(--jcrb-accent) #ece8e1;
    -webkit-overflow-scrolling: touch;
}
.jcrb-product-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 0 0 calc((100% - 32px) / 2.3);
    scroll-snap-align: start;
    border: 1px solid var(--jcrb-border);
    border-radius: 8px;
    padding: 12px;
    background: #fff;
    min-width: 0;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.jcrb-product-card:hover {
    border-color: rgba(47, 125, 90, .45);
    box-shadow: 0 12px 28px rgba(26, 32, 44, .11);
    transform: translateY(-1px);
}
.jcrb-product-image {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #f6f6f2;
}
.jcrb-product-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}
.jcrb-product-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
}
.jcrb-step {
    align-self: flex-start;
    border-radius: 999px;
    padding: 4px 9px;
    background: var(--jcrb-accent-soft);
    color: var(--jcrb-accent);
    font-size: 11px;
    line-height: 1;
}
.jcrb-product-body h4 {
    margin: 2px 0 8px;
    font-size: 16px;
    line-height: 1.28;
    min-height: 41px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.jcrb-product-body h4 a {
    color: #202124;
    text-decoration: none;
}
.jcrb-product-body h4 a:hover {
    text-decoration: underline;
}
.jcrb-reason {
    margin: 0 0 10px;
    color: #2f3133;
    font-size: 14px;
    line-height: 1.42;
    overflow-wrap: break-word;
}
.jcrb-compare {
    display: grid;
    gap: 5px;
    margin: 0 0 10px !important;
    padding: 0 !important;
    color: var(--jcrb-ink-soft);
    list-style: none !important;
    width: 100%;
}
.jcrb-compare li {
    display: block !important;
    border: 1px solid #e4e1da;
    border-radius: 8px;
    padding: 6px 8px;
    background: #f8f9f6;
    font-size: 11.5px;
    line-height: 1.28;
    list-style: none !important;
    margin: 0 !important;
    max-width: 100%;
    min-width: 0;
    white-space: normal;
}
.jcrb-compare li::before,
.jcrb-compare li::marker {
    content: none !important;
    display: none !important;
}
.jcrb-compare li span {
    display: block;
    max-width: 100%;
    min-width: 0;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: break-word;
}
.jcrb-compare li:nth-child(n+4) {
    display: none;
}
.jcrb-price {
    font-weight: 800;
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.2;
}
.jcrb-card-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-top: 6px;
}
.jcrb-product-pick,
.jcrb-compare-pick {
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 8px;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}
.jcrb-product-pick input,
.jcrb-compare-pick input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}
.jcrb-card-cart {
    display: grid;
    gap: 5px;
    margin-top: 7px;
}
.jcrb-builder .button.jcrb-add-one {
    min-height: 34px !important;
    width: 100%;
    border: 1px solid #dedbd4 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #202124 !important;
    box-shadow: none !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    padding: 8px 10px !important;
}
.jcrb-builder .button.jcrb-add-one:hover {
    border-color: #111 !important;
    background: #111 !important;
    color: #fff !important;
    box-shadow: none !important;
}
.jcrb-builder .added_to_cart.wc-forward {
    display: none !important;
}
.jcrb-card-cart-message {
    min-height: 14px;
    color: #4f5f54;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
    overflow-wrap: break-word;
}
.jcrb-card-cart-message a {
    color: #202124;
    text-decoration: underline;
}
.jcrb-compare-table {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.jcrb-compare-card {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr;
    border: 1px solid #ddd9d2;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    min-width: 0;
}
.jcrb-compare-remove {
    appearance: none;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(17, 17, 17, .18);
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    color: #111;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
    cursor: pointer;
    font-size: 21px;
    line-height: 1;
    padding: 0;
}
.jcrb-compare-remove:hover {
    background: #111;
    color: #fff;
}
.jcrb-compare-image {
    display: block;
    background: #f6f6f2;
}
.jcrb-compare-image img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
}
.jcrb-compare-body {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 12px;
}
.jcrb-compare-category {
    align-self: flex-start;
    border-radius: 999px;
    padding: 4px 8px;
    background: var(--jcrb-accent-soft);
    color: var(--jcrb-accent);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}
.jcrb-compare-card h4 {
    margin: 0;
    font-size: 15px;
    line-height: 1.25;
}
.jcrb-compare-card h4 a {
    color: #202124;
    text-decoration: none;
}
.jcrb-compare-price {
    display: block;
    font-size: 15px;
    line-height: 1.1;
}
.jcrb-best-for {
    display: grid;
    gap: 3px;
    border: 1px solid #dfe6dc;
    border-radius: 8px;
    background: #f1faf4;
    padding: 7px 8px;
}
.jcrb-best-for span {
    color: #4b6f5c;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    text-transform: none;
}
.jcrb-best-for strong {
    color: #202124;
    font-size: 12px;
    line-height: 1.2;
}
.jcrb-compare-card p {
    margin: 0;
    color: #5f6368;
    font-size: 12px;
    line-height: 1.35;
}
.jcrb-compare-card ul {
    display: grid;
    gap: 5px;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.jcrb-compare-card li {
    border: 1px solid #e4e1da;
    border-radius: 8px;
    background: #f8f9f6;
    padding: 6px 7px;
    color: #3f4541;
    font-size: 11px;
    line-height: 1.25;
    overflow-wrap: break-word;
}
.jcrb-compare-message {
    display: block;
    margin: 12px 0 4px;
    color: #4f5f54;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}
.jcrb-result-actions {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    row-gap: 12px !important;
    flex-wrap: wrap !important;
}
.jcrb-builder .jcrb-card.jcrb-result-actions {
    display: flex !important;
    gap: 16px !important;
    row-gap: 12px !important;
}
.jcrb-builder .jcrb-card.jcrb-result-actions .button.jcrb-reveal-routine,
.jcrb-builder .jcrb-card.jcrb-result-actions .button.jcrb-reset,
.jcrb-builder .jcrb-card.jcrb-result-actions .button.jcrb-add-all {
    margin: 0 8px 0 0 !important;
    flex: 0 1 auto !important;
}
.jcrb-result-actions .jcrb-routine-message,
.jcrb-result-actions .jcrb-cart-message {
    display: inline-flex;
    min-width: 0;
}
.jcrb-account-routine {
    max-width: 100%;
}
.jcrb-account-routine .jcrb-routine-columns {
    margin-top: 18px;
}
.jcrb-account-remove-form {
    margin: 6px 0 0;
}
.jcrb-account-remove,
.jcrb-account-add,
.jcrb-account-restore {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border: 1px solid #111 !important;
    border-radius: 999px !important;
    background: #111 !important;
    color: #fff !important;
    box-shadow: none !important;
    cursor: pointer;
    font-family: var(--font-ui, inherit) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    text-transform: none !important;
    padding: 9px 14px !important;
}
.jcrb-account-remove:hover,
.jcrb-account-add:hover,
.jcrb-account-restore:hover {
    background: #2f3133 !important;
    color: #fff !important;
    box-shadow: none !important;
}
.jcrb-account-add-products {
    margin-top: 18px !important;
}
.jcrb-account-removed-products {
    background: #fffaf4 !important;
}
.jcrb-account-add-products h4 {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.2;
}
.jcrb-account-add-products > p {
    margin: 0 0 12px;
    color: var(--jcrb-ink-soft);
    font-size: 13px;
    line-height: 1.45;
}
.jcrb-account-add-list {
    display: grid;
    gap: 10px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.jcrb-account-add-list li {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    border: 1px solid #e3dfd7;
    border-radius: 8px;
    background: #fff;
    padding: 8px;
}
.jcrb-account-add-list li::before,
.jcrb-account-add-list li::marker {
    content: none !important;
    display: none !important;
}
.jcrb-account-add-list span {
    display: inline-flex;
    margin-bottom: 4px;
    border-radius: 999px;
    padding: 3px 7px;
    background: var(--jcrb-accent-soft);
    color: var(--jcrb-accent);
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}
.jcrb-account-add-list strong {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.25;
}
.jcrb-account-add-form {
    margin: 0;
}
.jcrb-account-restore-form {
    margin-top: 18px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--skincare-routine a::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4.5h10a2.5 2.5 0 0 1 2.5 2.5v10a2.5 2.5 0 0 1-2.5 2.5H7A2.5 2.5 0 0 1 4.5 17V7A2.5 2.5 0 0 1 7 4.5Zm0 2A.5.5 0 0 0 6.5 7v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V7a.5.5 0 0 0-.5-.5H7Zm2 3h6v2H9v-2Zm0 4h6v2H9v-2Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4.5h10a2.5 2.5 0 0 1 2.5 2.5v10a2.5 2.5 0 0 1-2.5 2.5H7A2.5 2.5 0 0 1 4.5 17V7A2.5 2.5 0 0 1 7 4.5Zm0 2A.5.5 0 0 0 6.5 7v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V7a.5.5 0 0 0-.5-.5H7Zm2 3h6v2H9v-2Zm0 4h6v2H9v-2Z'/%3E%3C/svg%3E") center / contain no-repeat;
    transform: translateY(2px);
}
.jcrb-routine-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
}
.jcrb-routine-columns > div {
    border: 1px solid #ddd9d2;
    border-radius: 8px;
    padding: 12px;
    background: #f8f9f6;
    min-width: 0;
}
.jcrb-routine-columns h4 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.2;
}
.jcrb-routine-list {
    display: grid;
    gap: 10px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.jcrb-routine-step {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    border: 1px solid #e3dfd7;
    border-radius: 8px;
    background: #fff;
    padding: 8px;
    min-width: 0;
}
.jcrb-routine-step::marker,
.jcrb-routine-step::before {
    content: none !important;
    display: none !important;
}
.jcrb-routine-thumb {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: #f1eee8;
}
.jcrb-routine-thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
}
.jcrb-routine-step-body {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}
.jcrb-routine-step-body span {
    align-self: flex-start;
    border-radius: 999px;
    padding: 3px 7px;
    background: var(--jcrb-accent-soft);
    color: var(--jcrb-accent);
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}
.jcrb-routine-step-body h5 {
    margin: 1px 0 0;
    color: #202124;
    font-size: 13px;
    line-height: 1.2;
}
.jcrb-routine-step-body strong {
    font-size: 12px;
    line-height: 1.24;
    font-weight: 800;
    overflow-wrap: break-word;
}
.jcrb-routine-step-body strong a {
    color: #202124;
    text-decoration: none;
}
.jcrb-routine-step-body em {
    color: #202124;
    font-style: normal;
    font-size: 12px;
    font-weight: 800;
}
.jcrb-routine-step-body p {
    margin: 0;
    color: #5f6368;
    font-size: 11px;
    line-height: 1.34;
    overflow-wrap: break-word;
}
@media (max-width: 900px) {
    .jcrb-options-grid,
    .jcrb-routine-columns {
        grid-template-columns: 1fr;
    }
    .jcrb-options,
    .jcrb-options-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .jcrb-product-card {
        flex-basis: calc((100% - 12px) / 1.65);
    }
}
@media (max-width: 600px) {
    .jcrb-builder {
        width: min(100%, calc(100vw - 12px));
        max-width: calc(100vw - 12px);
        font-size: 15px;
    }
    .jcrb-card,
    .jcrb-section-result {
        padding: 14px;
        margin: 14px 0;
    }
    .jcrb-products {
        gap: 10px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .jcrb-product-card {
        flex-basis: calc((100% - 20px) / 2.3);
        padding: 10px;
        gap: 10px;
    }
    .jcrb-product-image img {
        width: 100%;
        height: auto;
    }
    .jcrb-product-body h4 {
        font-size: 12px;
        min-height: 31px;
    }
    .jcrb-reason {
        font-size: 11px;
        line-height: 1.32;
    }
    .jcrb-compare li {
        font-size: 10px;
        padding: 3px 6px;
    }
    .jcrb-price {
        font-size: 13px;
    }
    .jcrb-card-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px;
    }
    .jcrb-product-pick,
    .jcrb-compare-pick {
        min-height: 30px;
        font-size: 9.5px;
        padding: 6px 4px;
    }
    .jcrb-note {
        font-size: 10px;
        padding: 6px;
    }
    .jcrb-compare-table {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .jcrb-compare-card {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
    }
    .jcrb-compare-image img {
        height: auto;
        min-height: 0;
    }
    .jcrb-compare-body {
        padding: 9px;
        gap: 5px;
    }
    .jcrb-compare-card h4 {
        font-size: 12px;
    }
    .jcrb-compare-card p,
    .jcrb-compare-card li {
        font-size: 10px;
    }
    .jcrb-best-for {
        padding: 6px;
    }
    .jcrb-best-for strong {
        font-size: 10.5px;
    }
}
@media (max-width: 390px) {
    .jcrb-options,
    .jcrb-options-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .jcrb-product-card {
        flex-basis: calc((100% - 20px) / 2.3);
    }
}
