:root {
    --therapy-accent: #9a7a32;
    --therapy-accent-dark: #735a22;
    --therapy-accent-soft: #f2eee4;
    --therapy-ink: #222222;
    --therapy-muted: #555555;
    --therapy-line: #e7e7e7;
    --therapy-surface: #ffffff;
    --therapy-soft: #f7f7f5;
    --therapy-radius: 4px;
    --therapy-shadow: 0 30px 90px rgba(0, 0, 0, 0.12);
}

.post-type-archive-therapy #page-header-wrap,
.single-therapy #page-header-wrap {
    display: none;
}

.therapy-page,
.therapy-page * {
    box-sizing: border-box;
}

.therapy-page {
    color: var(--therapy-ink);
    background: var(--therapy-surface);
    font-family: inherit;
}

.therapy-container {
    width: min(1380px, calc(100% - 48px));
    margin-inline: auto;
}

.therapy-container--narrow {
    width: min(930px, calc(100% - 48px));
}

.therapy-eyebrow,
.therapy-card__eyebrow,
.therapy-product__role {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--therapy-accent);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.therapy-page h1,
.therapy-page h2,
.therapy-page h3,
.therapy-page p {
    margin-top: 0;
}

.therapy-page h1 {
    max-width: 850px;
    margin-bottom: 24px;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.therapy-page h2 {
    margin-bottom: 18px;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.therapy-page h3 {
    font-size: 22px;
    line-height: 1.22;
    letter-spacing: -0.018em;
}

.therapy-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 13px 25px;
    border: 2px solid var(--therapy-accent);
    border-radius: 4px;
    background: var(--therapy-accent);
    color: #fff !important;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.therapy-button:hover {
    transform: translateY(-2px);
    background: var(--therapy-accent-dark);
    border-color: var(--therapy-accent-dark);
    box-shadow: 0 14px 28px rgba(154, 122, 50, 0.24);
}

.therapy-button--ghost {
    min-height: 46px;
    padding: 10px 18px;
    background: transparent;
    color: var(--therapy-accent) !important;
}

.therapy-button--ghost:hover {
    color: #fff !important;
}

.therapy-button--full {
    width: 100%;
}

.therapy-archive__hero {
    padding: 110px 0 74px;
    text-align: center;
    background:
        radial-gradient(circle at 20% 0%, rgba(154, 122, 50, 0.14), transparent 34%),
        linear-gradient(180deg, #faf9f6 0%, #fff 100%);
}

.therapy-archive__hero h1 {
    margin-inline: auto;
}

.therapy-archive__hero p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--therapy-muted);
    font-size: 20px;
    line-height: 1.65;
}

.therapy-archive__content {
    padding: 40px 0 100px;
}

.therapy-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.therapy-grid--related {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.therapy-card {
    overflow: hidden;
    border: 1px solid var(--therapy-line);
    border-radius: var(--therapy-radius);
    background: #fff;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.therapy-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--therapy-shadow);
}

.therapy-card__media {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: var(--therapy-accent-soft);
}

.therapy-card__image {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.therapy-card:hover .therapy-card__image {
    transform: scale(1.035);
}

.therapy-card__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 70% 30%, rgba(255,255,255,0.85), transparent 18%),
        linear-gradient(135deg, #eee8da, #ddd1b7);
}

.therapy-card__content {
    padding: 30px;
}

.therapy-card__title {
    margin-bottom: 14px !important;
    font-size: 30px !important;
}

.therapy-card__title a {
    color: var(--therapy-ink);
    text-decoration: none;
}

.therapy-card__text {
    min-height: 78px;
    margin-bottom: 25px;
    color: var(--therapy-muted);
    font-size: 16px;
    line-height: 1.65;
}

.therapy-disclaimer {
    padding: 26px 0;
    background: #2d2d2d;
    color: rgba(255,255,255,0.83);
    text-align: center;
}

.therapy-empty {
    padding: 50px;
    border-radius: var(--therapy-radius);
    background: var(--therapy-soft);
    text-align: center;
}

.therapy-hero {
    overflow: hidden;
    padding: 90px 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(154, 122, 50, 0.12), transparent 30%),
        linear-gradient(135deg, #fbfaf7 0%, #f4f1e9 100%);
}

.therapy-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
    align-items: center;
    gap: clamp(48px, 7vw, 100px);
}

.therapy-hero__brand-name {
    display: block;
    margin-bottom: 16px;
    color: var(--therapy-muted);
    font-size: 18px;
    font-weight: 700;
}

.therapy-hero__lead {
    max-width: 700px;
    margin-bottom: 34px;
    color: var(--therapy-muted);
    font-size: 20px;
    line-height: 1.65;
}

.therapy-hero__lead p:last-child {
    margin-bottom: 0;
}

.therapy-hero__media {
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    box-shadow: var(--therapy-shadow);
}

.therapy-hero__image,
.therapy-hero__placeholder {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.therapy-hero__placeholder {
    background:
        radial-gradient(circle at 65% 28%, rgba(255,255,255,0.9), transparent 16%),
        linear-gradient(145deg, #e6dcc8, #faf9f6);
}

.therapy-section {
    padding: 95px 0;
}

.therapy-section--soft,
.therapy-section--related {
    background: var(--therapy-soft);
}

.therapy-section--variants {
    background: #2d2d2d;
    color: #fff;
}

.therapy-section--variants .therapy-eyebrow {
    color: #d8bd80;
}

.therapy-section--variants .therapy-section__intro {
    color: rgba(255,255,255,0.72);
}

.therapy-section__heading {
    max-width: 800px;
    margin-bottom: 44px;
}

.therapy-section__heading--center {
    margin-inline: auto;
    text-align: center;
}

.therapy-section__intro,
.therapy-section__heading > p {
    color: var(--therapy-muted);
    font-size: 18px;
    line-height: 1.65;
}

.therapy-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.therapy-feature {
    padding: 28px;
    border: 1px solid var(--therapy-line);
    border-radius: 4px;
    background: #fff;
}

.therapy-feature__icon {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 50%;
    background: var(--therapy-accent-soft);
    color: var(--therapy-accent);
    font-size: 20px;
    font-weight: 900;
}

.therapy-feature h3 {
    margin-bottom: 12px;
}

.therapy-feature p,
.therapy-step p,
.therapy-product__description p,
.therapy-variant__description p,
.therapy-routine__item p {
    margin-bottom: 0;
    color: var(--therapy-muted);
    line-height: 1.65;
}

.therapy-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.therapy-step {
    position: relative;
    padding: 34px;
    border: 1px solid var(--therapy-line);
    border-radius: var(--therapy-radius);
    background: #fff;
}

.therapy-step__number {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 25px;
    place-items: center;
    border-radius: 4px;
    background: var(--therapy-accent);
    color: #fff;
    font-weight: 900;
}

.therapy-step__media {
    overflow: hidden;
    margin-bottom: 24px;
    border-radius: 4px;
}

.therapy-step__image {
    width: 100%;
    height: 180px !important;
    object-fit: cover;
}

.therapy-products {
    display: grid;
    gap: 20px;
}

.therapy-product {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid var(--therapy-line);
    border-radius: var(--therapy-radius);
    background: #fff;
}

.therapy-product__image-wrap {
    display: grid;
    min-height: 230px;
    place-items: center;
    padding: 22px;
    background: #fff;
}

.therapy-product__image {
    max-width: 100%;
    height: auto !important;
}

.therapy-product__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 34px;
    border-left: 1px solid var(--therapy-line);
}

.therapy-product__content h3 {
    margin-bottom: 12px;
}

.therapy-product__content h3 a {
    color: var(--therapy-ink);
}

.therapy-product__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.therapy-product__price {
    color: var(--therapy-ink);
    font-size: 20px;
    font-weight: 900;
}

.therapy-product__footer > a {
    color: var(--therapy-accent);
    font-weight: 800;
}

.therapy-variants {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 28px;
    max-width: 1040px;
    margin-inline: auto;
}

.therapy-variants--1 {
    grid-template-columns: minmax(0, 620px);
    justify-content: center;
}

.therapy-variants--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 1300px;
}

.therapy-variant {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 34px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 4px;
    background: #fff;
    color: var(--therapy-ink);
}

.therapy-variant--recommended {
    outline: 3px solid #b99755;
    transform: translateY(-8px);
}

.therapy-variant__badge {
    align-self: flex-start;
    margin: -48px 0 20px;
    padding: 8px 14px;
    border-radius: 4px;
    background: #b99755;
    color: #2d2414;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.therapy-variant h3 {
    margin-bottom: 14px;
    font-size: 30px;
}

.therapy-variant__product-image {
    display: grid;
    min-height: 250px;
    place-items: center;
    margin: 18px 0;
}

.therapy-variant__product-image img {
    max-height: 250px;
    width: auto;
}

.therapy-variant__pricing {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin: auto 0 24px;
}

.therapy-variant__regular {
    color: var(--therapy-muted);
    font-size: 14px;
}

.therapy-variant__price {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.2;
}

.therapy-variant__saving {
    color: #6f7a43;
    font-weight: 800;
}

.therapy-variant__pending {
    margin-top: auto;
    padding: 16px;
    border-radius: 4px;
    background: var(--therapy-soft);
    color: var(--therapy-muted);
}

.therapy-routine {
    display: grid;
    gap: 18px;
}

.therapy-routine__item {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 30px;
    padding: 26px 0;
    border-bottom: 1px solid var(--therapy-line);
}

.therapy-routine__item h3 {
    margin-bottom: 0;
    color: var(--therapy-accent);
}

.therapy-editor-content {
    margin-top: 45px;
    color: var(--therapy-muted);
    font-size: 17px;
    line-height: 1.75;
}

.therapy-notice {
    margin-top: 45px;
    padding: 28px 30px;
    border-left: 5px solid var(--therapy-accent);
    border-radius: 4px;
    background: var(--therapy-accent-soft);
}

.therapy-notice > strong {
    display: block;
    margin-bottom: 8px;
    color: var(--therapy-accent-dark);
    font-size: 18px;
}

.therapy-notice p:last-child {
    margin-bottom: 0;
}

.therapy-pagination {
    margin-top: 50px;
}

@media (max-width: 1100px) {
    .therapy-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .therapy-variants--3,
    .therapy-grid--related {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .therapy-container,
    .therapy-container--narrow {
        width: min(100% - 32px, 760px);
    }

    .therapy-hero {
        padding: 65px 0;
    }

    .therapy-hero__grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .therapy-hero__media {
        max-width: 650px;
    }

    .therapy-grid,
    .therapy-steps,
    .therapy-variants,
    .therapy-variants--3,
    .therapy-grid--related {
        grid-template-columns: 1fr;
    }

    .therapy-card__text {
        min-height: 0;
    }

    .therapy-variant--recommended {
        transform: none;
    }
}

@media (max-width: 640px) {
    .therapy-archive__hero {
        padding: 72px 0 50px;
    }

    .therapy-archive__hero p,
    .therapy-hero__lead {
        font-size: 17px;
    }

    .therapy-section {
        padding: 68px 0;
    }

    .therapy-feature-grid {
        grid-template-columns: 1fr;
    }

    .therapy-card__content,
    .therapy-step,
    .therapy-feature,
    .therapy-variant {
        padding: 24px;
    }

    .therapy-product {
        grid-template-columns: 1fr;
    }

    .therapy-product__content {
        border-top: 1px solid var(--therapy-line);
        border-left: 0;
        padding: 25px;
    }

    .therapy-product__footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .therapy-routine__item {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .therapy-variant__badge {
        margin-top: -38px;
    }
}

/* Neutral Smilesonic palette: black, white and grey with restrained gold accents */
:root {
    --therapy-accent: #b08b45;
    --therapy-accent-dark: #8f6f35;
    --therapy-accent-soft: #faf8f2;
    --therapy-ink: #111111;
    --therapy-muted: #666666;
    --therapy-line: #e4e4e4;
    --therapy-surface: #ffffff;
    --therapy-soft: #f5f5f5;
    --therapy-shadow: 0 22px 60px rgba(0, 0, 0, 0.08);
}

.therapy-archive__hero,
.therapy-hero {
    background:
        radial-gradient(circle at 15% 0%, rgba(176, 139, 69, 0.045), transparent 30%),
        linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
}

.therapy-card__placeholder,
.therapy-hero__placeholder {
    background:
        radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.9), transparent 18%),
        linear-gradient(145deg, #eeeeee, #fafafa);
}

.therapy-disclaimer,
.therapy-section--variants {
    background: #111111;
}

.therapy-button {
    border-color: #111111;
    background: #111111;
    color: #ffffff !important;
    box-shadow: none;
}

.therapy-button:hover {
    border-color: #000000;
    background: #000000;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.therapy-button--ghost {
    border-color: #d8d8d8;
    background: #ffffff;
    color: #111111 !important;
}

.therapy-button--ghost:hover {
    border-color: var(--therapy-accent);
    background: var(--therapy-accent-soft);
    color: #111111 !important;
}

.therapy-card__eyebrow,
.therapy-hero__eyebrow,
.therapy-section__eyebrow,
.therapy-product__role {
    color: #111111;
}

.therapy-feature__icon,
.therapy-step__number {
    background: #f1f1f1;
    color: #111111;
}

.therapy-feature__icon {
    border: 1px solid #e2e2e2;
}

.therapy-step__number {
    box-shadow: inset 0 0 0 1px #dfdfdf;
}

.therapy-product__footer > a,
.therapy-routine__item h3,
.therapy-notice > strong,
.therapy-variant__saving {
    color: #111111;
}

.therapy-variant--recommended {
    outline: 2px solid var(--therapy-accent);
}

.therapy-variant__badge {
    border: 1px solid rgba(176, 139, 69, 0.4);
    background: #faf8f2;
    color: #111111;
}

.therapy-notice {
    border-left-color: var(--therapy-accent);
    background: #f7f7f7;
}

.therapy-card:hover {
    border-color: #d8d8d8;
}

.therapy-card:hover .therapy-card__title,
.therapy-product__title a:hover {
    color: var(--therapy-accent-dark);
}

.therapy-section--variants .therapy-section__eyebrow {
    color: #d2b77b;
}

/* Therapy hero media sizing and dark-section heading contrast */
.therapy-hero__media {
    width: min(100%, 608px);
    max-width: 608px;
    max-height: 608px;
    justify-self: end;
}

.therapy-hero__image,
.therapy-hero__placeholder {
    width: 100%;
    height: auto;
    max-height: 608px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.therapy-section--variants .therapy-section__heading h2,
.therapy-section--variants .therapy-section__heading h3,
.therapy-section--variants .therapy-section__heading .therapy-section__title {
    color: #ffffff !important;
}

@media (max-width: 999px) {
    .therapy-hero__media {
        justify-self: center;
    }
}

/* Therapy variants: clearer recommended state without badge/border collision */
.therapy-variant {
    overflow: hidden;
    padding-top: 76px;
    border: 1px solid #dedede;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.07);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.therapy-variant--recommended {
    z-index: 1;
    border: 2px solid #111111;
    outline: 0;
    transform: translateY(-8px);
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.17);
}

.therapy-variant--recommended::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--therapy-accent);
}

.therapy-variant__badge {
    position: absolute;
    top: 22px;
    left: 32px;
    z-index: 2;
    margin: 0;
    padding: 7px 13px;
    border: 1px solid #111111;
    border-radius: 4px;
    background: #111111;
    color: #ffffff;
    line-height: 1.2;
    box-shadow: none;
}

.therapy-variant--recommended .therapy-variant__badge {
    padding-left: 28px;
}

.therapy-variant--recommended .therapy-variant__badge::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--therapy-accent);
    transform: translateY(-50%);
}

@media (hover: hover) {
    .therapy-variant:hover {
        transform: translateY(-4px);
        border-color: #bdbdbd;
        box-shadow: 0 20px 44px rgba(0, 0, 0, 0.12);
    }

    .therapy-variant--recommended:hover {
        transform: translateY(-11px);
        border-color: #111111;
        box-shadow: 0 28px 64px rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 767px) {
    .therapy-variant,
    .therapy-variant--recommended {
        padding-top: 70px;
        transform: none;
    }

    .therapy-variant__badge {
        top: 18px;
        left: 22px;
    }
}

/* Therapy variants: keep all bundle cards level and equal-height */
.therapy-variants {
    grid-auto-rows: 1fr;
    align-items: stretch;
}

.therapy-variant,
.therapy-variant--recommended {
    height: 100%;
    transform: none;
}

.therapy-variant__description {
    margin-bottom: 0;
}

.therapy-variant__product-image {
    flex: 0 0 250px;
}

.therapy-variant__pricing {
    margin-top: auto;
}

@media (hover: hover) {
    .therapy-variant:hover,
    .therapy-variant--recommended:hover {
        transform: none;
    }
}

/* Therapy cards shortcode */
.therapy-shortcode {
    width: 100%;
    margin: 0 auto;
    padding: 48px 0;
}

.therapy-shortcode__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 32px;
}

.therapy-shortcode__heading {
    max-width: 760px;
}

.therapy-shortcode__heading h2 {
    margin: 0 0 10px !important;
    color: #111111;
    font-size: clamp(32px, 4vw, 52px) !important;
    line-height: 1.08 !important;
}

.therapy-shortcode__heading p {
    margin: 0;
    color: #666666;
    font-size: 18px;
    line-height: 1.65;
}

.therapy-shortcode__all {
    flex: 0 0 auto;
    margin-bottom: 3px;
}

.therapy-grid--shortcode {
    align-items: stretch;
}

.therapy-grid--shortcode.therapy-grid--columns-1 {
    grid-template-columns: minmax(0, 1fr);
}

.therapy-grid--shortcode.therapy-grid--columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.therapy-grid--shortcode.therapy-grid--columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.therapy-grid--shortcode.therapy-grid--columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.therapy-grid--shortcode .therapy-card {
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
}

.therapy-grid--shortcode .therapy-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.therapy-grid--shortcode .therapy-card__text {
    min-height: 0;
}

.therapy-grid--shortcode .therapy-card .therapy-button {
    align-self: flex-start;
    margin-top: auto;
}

.therapy-grid--columns-4 .therapy-card__content {
    padding: 24px;
}

.therapy-grid--columns-4 .therapy-card__title {
    font-size: 24px !important;
    line-height: 1.18 !important;
}

.therapy-grid--columns-4 .therapy-card__text {
    font-size: 15px;
}

@media (max-width: 1199px) {
    .therapy-grid--shortcode.therapy-grid--columns-4,
    .therapy-grid--shortcode.therapy-grid--columns-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .therapy-shortcode {
        padding: 36px 0;
    }

    .therapy-shortcode__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 24px;
    }

    .therapy-shortcode__heading p {
        font-size: 16px;
    }

    .therapy-grid--shortcode.therapy-grid--columns-2,
    .therapy-grid--shortcode.therapy-grid--columns-3,
    .therapy-grid--shortcode.therapy-grid--columns-4 {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Homepage therapy shortcode: preserve card layout, remove gold accents */
.therapy-shortcode {
    --therapy-accent: #111111;
    --therapy-accent-dark: #000000;
    --therapy-accent-soft: #f3f3f3;
}

.therapy-shortcode .therapy-card__eyebrow {
    color: #6b6b6b;
}

.therapy-shortcode .therapy-card__media,
.therapy-shortcode .therapy-card__placeholder {
    background: #f1f1f1;
}

.therapy-shortcode .therapy-card__placeholder {
    background: linear-gradient(135deg, #eeeeee, #dcdcdc);
}

.therapy-shortcode .therapy-button {
    border-color: #111111;
    background: #111111;
    color: #ffffff !important;
}

.therapy-shortcode .therapy-button:hover {
    border-color: #000000;
    background: #000000;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.therapy-shortcode .therapy-button--ghost {
    border-color: #d5d5d5;
    background: #ffffff;
    color: #111111 !important;
}

.therapy-shortcode .therapy-button--ghost:hover {
    border-color: #111111;
    background: #f3f3f3;
    color: #111111 !important;
}

.therapy-shortcode .therapy-card:hover .therapy-card__title {
    color: #111111;
}

/* Homepage therapy shortcode: all CTA buttons black with white text */
.therapy-shortcode .therapy-button,
.therapy-shortcode .therapy-button--ghost,
.therapy-shortcode__all .therapy-button {
    border-color: #111111;
    background: #111111;
    color: #ffffff !important;
}

.therapy-shortcode .therapy-button:hover,
.therapy-shortcode .therapy-button--ghost:hover,
.therapy-shortcode__all .therapy-button:hover {
    border-color: #2b2b2b;
    background: #2b2b2b;
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}
