/* 상단 광고 요금 안내 (ad-price.html, Clean URL /ad-price) */

.top-banner-ad-pricing-page .main {
    padding-bottom: 48px;
}

.tbad-landing {
    max-width: 900px;
    margin: 0 auto;
    padding: 28px clamp(16px, 4vw, 28px) 40px;
}

.tbad-hero {
    margin-bottom: 36px;
    padding: clamp(22px, 4vw, 34px) clamp(20px, 4vw, 32px);
    border-radius: 20px;
    background:
        linear-gradient(145deg, rgba(99, 102, 241, 0.14) 0%, rgba(15, 23, 42, 0.06) 52%, rgba(56, 189, 248, 0.12) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.88));
    border: 1px solid rgba(51, 65, 85, 0.12);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.tbad-eyebrow {
    margin: 0 0 10px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(79, 70, 229, 0.92);
}

.tbad-title {
    margin: 0 0 12px;
    font-size: clamp(1.55rem, 1.1rem + 1.8vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0f172a;
    line-height: 1.2;
}

.tbad-lead {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
    color: rgba(30, 41, 59, 0.88);
    max-width: 52rem;
}

/* 광고 영상 제작 + 상단 광고 노출 옵션 안내 */
.tbad-bundle-section {
    margin-bottom: 36px;
}

.tbad-bundle-card {
    padding: clamp(18px, 3.2vw, 26px) clamp(16px, 3vw, 24px);
    border-radius: 16px;
    border: 1px solid rgba(99, 102, 241, 0.2);
    background:
        linear-gradient(145deg, rgba(238, 242, 255, 0.65) 0%, rgba(255, 255, 255, 0.82) 55%, rgba(224, 231, 255, 0.35) 100%);
    box-shadow: 0 10px 32px rgba(79, 70, 229, 0.07);
}

.tbad-bundle-lead {
    margin: 0 0 16px;
    font-size: 0.95rem;
    line-height: 1.68;
    color: rgba(30, 41, 59, 0.92);
}

.tbad-bundle-list {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tbad-bundle-list li {
    margin: 0;
    padding: 12px 14px;
    font-size: 0.88rem;
    line-height: 1.58;
    color: rgba(51, 65, 85, 0.95);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(51, 65, 85, 0.08);
    border-radius: 12px;
}

.tbad-bundle-list__tag {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 4px;
    padding: 2px 8px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #4338ca;
    background: rgba(99, 102, 241, 0.12);
    border-radius: 6px;
    vertical-align: middle;
}

.tbad-bundle-note {
    margin: 0;
    padding-top: 4px;
    font-size: 0.82rem;
    line-height: 1.55;
    color: rgba(71, 85, 105, 0.9);
}

@media (max-width: 639px) {
    .tbad-bundle-section {
        margin-bottom: 28px;
    }

    .tbad-bundle-list li {
        font-size: 0.85rem;
    }
}

/* 히어로: 실제 링크 + 짧은 별칭 ad-pricing */
.tbad-url-card {
    margin-top: clamp(16px, 3vw, 22px);
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(51, 65, 85, 0.14);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.tbad-url-card__head {
    margin-bottom: 8px;
}

.tbad-url-card__title {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(79, 70, 229, 0.88);
}

.tbad-url-card__body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
}

.tbad-url-card__path {
    display: inline-block;
    max-width: 100%;
    padding: 6px 10px;
    margin: 0;
    font-size: clamp(0.72rem, 2.8vw, 0.82rem);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    line-height: 1.4;
    word-break: break-all;
    color: #0f172a;
    background: rgba(241, 245, 249, 0.95);
    border: 1px solid rgba(51, 65, 85, 0.12);
    border-radius: 8px;
}

.tbad-url-card__sep {
    color: rgba(100, 116, 139, 0.65);
    font-weight: 700;
    user-select: none;
}

.tbad-url-card__short-wrap {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 8px;
}

.tbad-url-card__short-label {
    font-size: 0.72rem;
    font-weight: 700;
    color: rgba(51, 65, 85, 0.65);
    white-space: nowrap;
}

.tbad-url-card__slug {
    display: inline-flex;
    align-items: center;
    padding: 5px 11px;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #fff;
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    border-radius: 999px;
    box-shadow: 0 2px 10px rgba(79, 70, 229, 0.25);
    white-space: nowrap;
}

.tbad-url-card__hint {
    margin: 10px 0 0;
    font-size: 0.75rem;
    line-height: 1.45;
    color: rgba(71, 85, 105, 0.88);
}

.tbad-section {
    margin-bottom: 40px;
}

.tbad-section-title {
    margin: 0 0 10px;
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.tbad-section-note {
    margin: 0 0 18px;
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(51, 65, 85, 0.9);
}

.tbad-price-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
}

/* 모바일: 기간별 요금 한 줄(세로) 스택 */
@media (max-width: 639px) {
    .tbad-price-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .tbad-price-card {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 8px 16px;
        padding: 14px 16px;
        min-height: 52px;
    }

    .tbad-price-card--featured {
        padding-top: 18px;
    }

    .tbad-price-card--featured .tbad-price-label {
        padding-right: 56px;
    }

    .tbad-price-label {
        font-size: 0.9rem;
    }

    .tbad-price-amount {
        font-size: 1.2rem;
        margin-left: auto;
    }

    .tbad-price-card--enterprise {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .tbad-price-card--enterprise .tbad-price-amount {
        flex: none;
        width: 100%;
        margin-left: 0;
        font-size: 0.8125rem;
        line-height: 1.5;
    }

    .tbad-price-badge {
        top: 8px;
        right: 8px;
    }
}

.tbad-price-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 16px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(51, 65, 85, 0.12);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
    transition:
        transform 0.18s ease,
        border-color 0.18s ease,
        box-shadow 0.18s ease;
}

.tbad-price-card:hover {
    transform: translateY(-2px);
    border-color: rgba(99, 102, 241, 0.35);
    box-shadow: 0 10px 28px rgba(99, 102, 241, 0.12);
}

.tbad-price-card--featured {
    border-color: rgba(99, 102, 241, 0.45);
    background: linear-gradient(160deg, rgba(238, 242, 255, 0.95) 0%, rgba(255, 255, 255, 0.92) 100%);
}

.tbad-price-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.65rem;
    font-weight: 800;
    padding: 3px 7px;
    border-radius: 999px;
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    color: #fff;
    letter-spacing: -0.02em;
}

.tbad-price-card--featured .tbad-price-label {
    padding-right: 72px;
}

.tbad-price-label {
    font-size: 0.82rem;
    font-weight: 700;
    color: rgba(51, 65, 85, 0.92);
}

.tbad-price-amount {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
}

/* Enterprise: 그리드 전체 너비 + 설명 문구만 작은 글자 */
.tbad-price-card--enterprise {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px 20px;
    padding: 16px 18px;
}

.tbad-price-card--enterprise .tbad-price-label {
    flex: 0 0 auto;
}

.tbad-price-card--enterprise .tbad-price-amount {
    flex: 1 1 12rem;
    min-width: 0;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.45;
}

.tbad-info-list {
    margin: 0;
    padding-left: 1.15rem;
    font-size: 0.92rem;
    line-height: 1.65;
    color: rgba(30, 41, 59, 0.9);
}

.tbad-info-list li {
    margin-bottom: 12px;
}

.tbad-info-list li:last-child {
    margin-bottom: 0;
}

.tbad-form-section {
    margin-bottom: 0;
}

.tbad-form-intro {
    margin: 0 0 18px;
    font-size: 0.9rem;
    color: rgba(51, 65, 85, 0.9);
    line-height: 1.55;
}

.tbad-form {
    padding: clamp(20px, 3vw, 28px);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(51, 65, 85, 0.14);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 20px 50px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.tbad-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-bottom: 16px;
}

.tbad-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tbad-field--full {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}

.tbad-field-label {
    font-size: 0.82rem;
    font-weight: 700;
    color: #1e293b;
}

.tbad-req {
    font-size: 0.72rem;
    font-weight: 800;
    color: #dc2626;
    vertical-align: middle;
}

.tbad-req-note {
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(51, 65, 85, 0.75);
}

.tbad-input,
.tbad-select,
.tbad-textarea {
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 0.92rem;
    border-radius: 12px;
    border: 1px solid rgba(51, 65, 85, 0.18);
    background: rgba(255, 255, 255, 0.96);
    color: #0f172a;
    transition:
        border-color 0.16s ease,
        box-shadow 0.16s ease;
}

.tbad-input,
.tbad-select {
    min-height: 44px;
    padding: 10px 12px;
}

.tbad-textarea {
    padding: 12px;
    resize: vertical;
    min-height: 140px;
    line-height: 1.5;
}

.tbad-input:hover,
.tbad-select:hover,
.tbad-textarea:hover {
    border-color: rgba(99, 102, 241, 0.35);
}

.tbad-input:focus,
.tbad-select:focus,
.tbad-textarea:focus {
    outline: none;
    border-color: rgba(99, 102, 241, 0.75);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.18);
}

/* 희망 기간 select — 네이티브 화살표 제거 + 커스텀 인디고 스타일 */
.tbad-select-wrap {
    position: relative;
    display: block;
    width: 100%;
}

.tbad-select-wrap::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 1.25rem;
    height: 1.25rem;
    transform: translateY(-50%);
    pointer-events: none;
    background: no-repeat center / contain
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%234f46e5' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    opacity: 0.92;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.tbad-field--plan-select:focus-within .tbad-select-wrap::after {
    opacity: 1;
    filter: brightness(1.08);
}

.tbad-select--period {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2.75rem;
    padding-left: 14px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: -0.01em;
    border-width: 1.5px;
    border-color: rgba(79, 70, 229, 0.22);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 255, 0.95) 100%);
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.tbad-select--period:hover {
    border-color: rgba(99, 102, 241, 0.45);
    box-shadow:
        0 2px 8px rgba(99, 102, 241, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.tbad-select--period:focus {
    border-color: rgba(79, 70, 229, 0.65);
    box-shadow:
        0 0 0 3px rgba(99, 102, 241, 0.2),
        0 2px 10px rgba(79, 70, 229, 0.12);
}

/* 미선택 시 플레이스홀더처럼 보이게 */
.tbad-select--period:invalid {
    color: rgba(100, 116, 139, 0.95);
    font-weight: 500;
}

.tbad-select--period:valid {
    color: #0f172a;
}

.tbad-bundle-plan-hint {
    margin: 10px 0 0;
    padding: 10px 12px;
    font-size: 0.84rem;
    line-height: 1.55;
    color: #3730a3;
    background: rgba(99, 102, 241, 0.08);
    border: 1px solid rgba(99, 102, 241, 0.22);
    border-radius: 12px;
}

.tbad-bundle-plan-hint[hidden] {
    display: none !important;
}

.tbad-form-hint {
    min-height: 1.25em;
    margin: 4px 0 14px;
    font-size: 0.86rem;
    color: #b45309;
}

.tbad-form-hint:empty {
    margin-bottom: 10px;
}

.tbad-form-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.tbad-submit {
    cursor: pointer;
    border: none;
    border-radius: 12px;
    padding: 12px 22px;
    font-size: 0.95rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 45%, #4338ca 100%);
    box-shadow: 0 10px 28px rgba(79, 70, 229, 0.35);
    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease;
}

.tbad-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 36px rgba(79, 70, 229, 0.4);
}

.tbad-submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.tbad-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    color: rgba(30, 41, 59, 0.92);
    background: rgba(241, 245, 249, 0.95);
    border: 1px solid rgba(51, 65, 85, 0.16);
    transition:
        background 0.15s ease,
        border-color 0.15s ease;
}

.tbad-btn-secondary:hover {
    background: rgba(226, 232, 240, 0.98);
    border-color: rgba(51, 65, 85, 0.24);
}

/* 다크 모드 */
body.dark-mode .tbad-hero {
    background:
        linear-gradient(145deg, rgba(99, 102, 241, 0.22) 0%, rgba(15, 23, 42, 0.85) 45%, rgba(56, 189, 248, 0.14) 100%);
    border-color: rgba(148, 163, 184, 0.22);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}

body.dark-mode .tbad-eyebrow {
    color: #a5b4fc;
}

body.dark-mode .tbad-title,
body.dark-mode .tbad-section-title {
    color: #f1f5f9;
}

body.dark-mode .tbad-lead,
body.dark-mode .tbad-section-note,
body.dark-mode .tbad-form-intro {
    color: rgba(203, 213, 225, 0.92);
}

body.dark-mode .tbad-bundle-card {
    border-color: rgba(129, 140, 248, 0.32);
    background: linear-gradient(145deg, rgba(49, 46, 129, 0.35) 0%, rgba(30, 41, 59, 0.82) 55%, rgba(30, 58, 138, 0.2) 100%);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
}

body.dark-mode .tbad-bundle-lead {
    color: rgba(241, 245, 249, 0.94);
}

body.dark-mode .tbad-bundle-list li {
    background: rgba(15, 23, 42, 0.65);
    border-color: rgba(148, 163, 184, 0.18);
    color: rgba(226, 232, 240, 0.92);
}

body.dark-mode .tbad-bundle-list__tag {
    color: #c7d2fe;
    background: rgba(99, 102, 241, 0.25);
}

body.dark-mode .tbad-bundle-note {
    color: rgba(148, 163, 184, 0.88);
}

body.dark-mode .tbad-price-card {
    background: rgba(30, 41, 59, 0.75);
    border-color: rgba(148, 163, 184, 0.2);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

body.dark-mode .tbad-price-card:hover {
    border-color: rgba(129, 140, 248, 0.45);
}

body.dark-mode .tbad-price-card--featured {
    background: linear-gradient(160deg, rgba(49, 46, 129, 0.45) 0%, rgba(30, 41, 59, 0.85) 100%);
    border-color: rgba(129, 140, 248, 0.45);
}

body.dark-mode .tbad-price-label {
    color: rgba(203, 213, 225, 0.88);
}

body.dark-mode .tbad-price-amount {
    color: #f8fafc;
}

body.dark-mode .tbad-info-list {
    color: rgba(203, 213, 225, 0.9);
}

body.dark-mode .tbad-form {
    background: rgba(15, 23, 42, 0.72);
    border-color: rgba(148, 163, 184, 0.2);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

body.dark-mode .tbad-field-label {
    color: #e2e8f0;
}

body.dark-mode .tbad-input,
body.dark-mode .tbad-select,
body.dark-mode .tbad-textarea {
    background: rgba(15, 23, 42, 0.92);
    border-color: rgba(148, 163, 184, 0.28);
    color: #f1f5f9;
}

body.dark-mode .tbad-select-wrap::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23a5b4fc' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
}

body.dark-mode .tbad-select--period {
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.96) 0%, rgba(15, 23, 42, 0.94) 100%);
    border-color: rgba(129, 140, 248, 0.38);
    border-width: 1.5px;
    box-shadow:
        0 1px 3px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.dark-mode .tbad-select--period:hover {
    border-color: rgba(165, 180, 252, 0.48);
    box-shadow:
        0 2px 12px rgba(99, 102, 241, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.dark-mode .tbad-select--period:focus {
    border-color: rgba(165, 180, 252, 0.65);
    box-shadow:
        0 0 0 3px rgba(99, 102, 241, 0.28),
        0 2px 14px rgba(79, 70, 229, 0.2);
}

body.dark-mode .tbad-select--period:invalid {
    color: rgba(148, 163, 184, 0.88);
    font-weight: 500;
}

body.dark-mode .tbad-select--period:valid {
    color: #f1f5f9;
    font-weight: 600;
}

body.dark-mode .tbad-bundle-plan-hint {
    color: #c7d2fe;
    background: rgba(99, 102, 241, 0.14);
    border-color: rgba(165, 180, 252, 0.28);
}

body.dark-mode .tbad-form-hint {
    color: #fcd34d;
}

body.dark-mode .tbad-btn-secondary {
    background: rgba(51, 65, 85, 0.65);
    border-color: rgba(148, 163, 184, 0.25);
    color: #e2e8f0;
}

body.dark-mode .tbad-btn-secondary:hover {
    background: rgba(71, 85, 105, 0.75);
}

body.dark-mode .tbad-url-card {
    background: rgba(15, 23, 42, 0.55);
    border-color: rgba(148, 163, 184, 0.22);
}

body.dark-mode .tbad-url-card__title {
    color: #a5b4fc;
}

body.dark-mode .tbad-url-card__path {
    color: #e2e8f0;
    background: rgba(15, 23, 42, 0.9);
    border-color: rgba(148, 163, 184, 0.22);
}

body.dark-mode .tbad-url-card__short-label {
    color: rgba(148, 163, 184, 0.85);
}

body.dark-mode .tbad-url-card__hint {
    color: rgba(148, 163, 184, 0.82);
}

/* 모바일 전반: 터치·여백·폼 */
@media (max-width: 639px) {
    .top-banner-ad-pricing-page .main {
        padding-bottom: max(32px, env(safe-area-inset-bottom, 0px));
    }

    .tbad-landing {
        padding: 18px clamp(14px, 4vw, 20px) 32px;
    }

    .tbad-hero {
        margin-bottom: 28px;
        padding: clamp(16px, 4vw, 22px) clamp(14px, 4vw, 20px);
        border-radius: 16px;
    }

    .tbad-url-card {
        padding: 12px;
    }

    .tbad-url-card__body {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .tbad-url-card__sep {
        display: none;
    }

    .tbad-url-card__short-wrap {
        justify-content: flex-start;
    }

    .tbad-section {
        margin-bottom: 32px;
    }

    .tbad-section-title {
        font-size: 1.1rem;
    }

    .tbad-form {
        padding: 16px 14px;
        border-radius: 14px;
    }

    .tbad-form-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .tbad-form-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .tbad-submit,
    .tbad-btn-secondary {
        width: 100%;
        min-height: 48px;
        justify-content: center;
    }

    .tbad-info-list {
        padding-left: 1rem;
        font-size: 0.88rem;
    }
}

@media (max-width: 380px) {
    .tbad-title {
        font-size: 1.45rem;
    }

    .tbad-price-amount {
        font-size: 1.05rem;
    }

    .tbad-price-card--enterprise .tbad-price-amount {
        font-size: 0.78rem;
    }
}
