/* Theme adapters for the invitation and temporary-traffic add-ons. */
body.cg-body .ic-lagom-page,
body.cg-body .v2tp-page,
body.cg-body .cg-affiliate-page {
    width: 100%;
    max-width: none;
    color: var(--cg-ink);
}

body.cg-body .cg-affiliate-stats,
body.cg-body .cg-affiliate-balance {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

body.cg-body .cg-affiliate-stats article,
body.cg-body .cg-affiliate-balance > div,
body.cg-body .cg-affiliate-link-card,
body.cg-body .cg-affiliate-referrals,
body.cg-body .cg-affiliate-links {
    border: 1px solid rgba(255, 255, 255, .84);
    border-radius: 18px;
    background: rgba(255, 255, 255, .58);
    box-shadow: 0 14px 38px rgba(48, 68, 120, .09);
    backdrop-filter: blur(18px);
}

body.cg-body .cg-affiliate-stats article,
body.cg-body .cg-affiliate-balance > div {
    display: flex;
    min-height: 112px;
    padding: 18px;
    flex-direction: column;
    justify-content: center;
}

body.cg-body .cg-affiliate-stats i {
    margin-bottom: 9px;
    color: var(--cg-blue);
    font-size: 18px;
}

body.cg-body .cg-affiliate-stats span,
body.cg-body .cg-affiliate-balance strong {
    color: var(--cg-ink);
    font-size: 24px;
    font-weight: 850;
}

body.cg-body .cg-affiliate-stats small,
body.cg-body .cg-affiliate-balance small,
body.cg-body .cg-affiliate-link-card p,
body.cg-body .cg-affiliate-withdraw p {
    color: var(--cg-muted);
}

body.cg-body .cg-affiliate-link-card,
body.cg-body .cg-affiliate-referrals,
body.cg-body .cg-affiliate-links {
    margin-bottom: 16px;
    padding: 22px;
}

body.cg-body .cg-affiliate-link-card h2,
body.cg-body .cg-affiliate-referrals h2,
body.cg-body .cg-affiliate-links h2 {
    margin: 0 0 10px;
    color: var(--cg-ink);
    font-size: 19px;
    font-weight: 850;
}

body.cg-body .cg-affiliate-link-control {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

body.cg-body .cg-affiliate-link-control .btn {
    white-space: nowrap;
}

body.cg-body .cg-affiliate-withdraw {
    margin: 0 0 22px;
    text-align: center;
}

body.cg-body .cg-affiliate-withdraw p {
    margin: 9px 0 0;
    font-size: 12px;
}

body.cg-body .cg-affiliate-referrals .dataTables_wrapper {
    margin-top: 14px;
}

body.cg-body .cg-affiliate-signup .cg-affiliate-link-card {
    display: grid;
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    gap: 20px;
}

body.cg-body .cg-affiliate-signup ul {
    margin: 0;
    padding-left: 20px;
    color: var(--cg-muted);
    line-height: 1.9;
}

body.cg-body .v2tp-page {
    max-width: 980px;
    margin: 0 auto;
}

body.cg-body .v2tp-hero {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
}

body.cg-body .v2tp-hero-icon,
body.cg-body .v2tp-service-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    color: var(--cg-blue);
    background: linear-gradient(145deg, #e3ebff, rgba(255, 255, 255, .92));
}

body.cg-body .v2tp-hero-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    font-size: 20px;
    box-shadow: 0 10px 24px rgba(66, 105, 255, .12);
}

body.cg-body .v2tp-hero-copy {
    min-width: 0;
}

body.cg-body .v2tp-eyebrow {
    display: block;
    margin-bottom: 5px;
    color: var(--cg-blue);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .15em;
}

body.cg-body .v2tp-hero h2 {
    margin: 0 0 6px;
    color: var(--cg-ink);
    font-weight: 850;
    letter-spacing: -.04em;
}

body.cg-body .v2tp-hero p {
    max-width: 680px;
    margin: 0;
    color: var(--cg-muted);
    line-height: 1.7;
}

body.cg-body .v2tp-alert {
    margin-bottom: 18px;
}

body.cg-body .v2tp-service-grid {
    display: grid;
}

body.cg-body .v2tp-service-head {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 14px;
}

body.cg-body .v2tp-service-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
}

body.cg-body .v2tp-service-head > div {
    min-width: 0;
}

body.cg-body .v2tp-service-head small {
    display: block;
    margin-bottom: 2px;
    color: var(--cg-muted);
    font-size: 10px;
    font-weight: 700;
}

body.cg-body .v2tp-service-card h4 {
    margin: 0;
    overflow: hidden;
    font-size: 16px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.cg-body .v2tp-selected-badge {
    display: inline-flex;
    margin-left: auto;
    padding: 5px 8px;
    align-items: center;
    gap: 5px;
    border-radius: 999px;
    background: rgba(66, 105, 255, .1);
    color: var(--cg-blue);
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

body.cg-body .v2tp-service-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

body.cg-body .v2tp-stat-row {
    display: block;
    min-width: 0;
    padding: 9px 10px;
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .46);
    font-size: 12px;
}

body.cg-body .v2tp-stat-row span,
body.cg-body .v2tp-stat-row strong {
    display: block;
}

body.cg-body .v2tp-stat-row span {
    margin-bottom: 3px;
    font-size: 10px;
}

body.cg-body .v2tp-stat-row strong {
    overflow-wrap: anywhere;
}

body.cg-body .v2tp-card-action {
    display: flex;
    min-height: 40px;
    margin-top: 14px;
    align-items: center;
    justify-content: center;
}

body.cg-body .v2tp-form-card {
    overflow: hidden;
}

body.cg-body .v2tp-form-head {
    display: flex;
    padding: 16px 20px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid;
}

body.cg-body .v2tp-form-head h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
}

body.cg-body .v2tp-form-head > span {
    padding: 4px 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}

body.cg-body .v2tp-form-body {
    padding: 22px;
}

body.cg-body .v2tp-form-body label {
    font-weight: 700;
}

body.cg-body .v2tp-primary-btn {
    min-width: 168px;
}

body.cg-body .v2tp-primary-btn:disabled {
    cursor: wait;
    opacity: .7;
}

body.cg-body .v2tp-pricing-panel {
    margin: 0 0 20px;
    padding: 16px 18px;
    border: 1px solid;
    border-radius: 12px;
}

body.cg-body .v2tp-pricing-panel h5 {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 800;
}

body.cg-body .v2tp-pricing-panel p {
    margin: 0 0 8px;
    line-height: 1.65;
}

body.cg-body .v2tp-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-top: 11px;
}

body.cg-body .v2tp-pricing-grid > div {
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: 12px;
}

body.cg-body .v2tp-pricing-grid span,
body.cg-body .v2tp-pricing-grid strong {
    display: block;
}

body.cg-body .v2tp-pricing-grid span {
    margin-bottom: 3px;
    color: var(--cg-muted);
}

body.cg-body .v2tp-auto-note {
    margin-bottom: 18px;
    padding: 13px 15px;
    border-left: 3px solid;
    border-radius: 10px;
    line-height: 1.7;
}

body.cg-body .v2tp-auto-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 16px;
}

body.cg-body .v2tp-auto-form .form-group {
    min-width: 0;
    margin: 0;
}

body.cg-body .v2tp-auto-form .col-sm-3,
body.cg-body .v2tp-auto-form .col-sm-6,
body.cg-body .v2tp-auto-form .col-sm-offset-3 {
    float: none;
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding: 0;
}

body.cg-body .v2tp-auto-form .control-label {
    display: block;
    margin: 0 0 7px;
    padding: 0;
    text-align: left;
}

body.cg-body .v2tp-auto-form .form-control {
    width: 100%;
}

body.cg-body .v2tp-auto-toggle,
body.cg-body .v2tp-auto-authorization,
body.cg-body .v2tp-auto-actions {
    grid-column: 1 / -1;
}

body.cg-body .v2tp-auto-toggle,
body.cg-body .v2tp-auto-authorization {
    padding: 12px 14px;
    border: 1px solid rgba(123, 141, 181, .14);
    border-radius: 11px;
    background: rgba(255, 255, 255, .32);
}

body.cg-body .v2tp-auto-form .checkbox-inline {
    display: flex;
    min-height: 22px;
    padding-left: 0;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.55;
}

body.cg-body .v2tp-auto-form .checkbox-inline input {
    position: static;
    flex: 0 0 auto;
    margin: 4px 0 0;
}

body.cg-body .v2tp-risk-list {
    margin: 11px 0 0;
    padding-left: 20px;
    line-height: 1.75;
}

body.cg-body .v2tp-confirm-modal {
    display: none;
    overflow-y: auto;
}

body.cg-body .v2tp-confirm-modal.is-open {
    display: flex;
}

body.cg-body.v2tp-modal-open {
    overflow: hidden;
}

body.cg-body .v2tp-confirm-actions {
    padding: 0 24px 24px;
}

body.cg-body .ic-lagom-page {
    --ic-accent: var(--cg-blue);
    --ic-accent-soft: rgba(66, 105, 255, .1);
    --ic-border: rgba(123, 141, 181, .17);
    --ic-text-muted: var(--cg-muted);
}

body.cg-body.cg-checkout-page .ic-field-wrap {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.cg-body.cg-checkout-page .ic-field-wrap .form-group {
    margin: 0;
}

body.cg-body.cg-checkout-page .ic-field-wrap .ic-inner {
    position: relative;
}

body.cg-body.cg-checkout-page .ic-field-wrap .ic-field-icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    color: var(--cg-muted);
    pointer-events: none;
}

body.cg-body.cg-checkout-page .ic-field-wrap input.form-control {
    min-height: 52px;
    padding-left: 44px;
}

body.cg-body.cg-checkout-page .ic-field-wrap .ic-note {
    margin-top: 7px;
    color: var(--cg-muted);
    font-size: 11px;
    line-height: 1.55;
}

body.cg-body .ic-lagom-page .ic-hero,
body.cg-body .ic-lagom-page .ic-panel,
body.cg-body .v2tp-service-card,
body.cg-body .v2tp-form-card {
    border: 1px solid rgba(255, 255, 255, .84);
    border-radius: 20px;
    background: rgba(255, 255, 255, .58);
    box-shadow: 0 16px 42px rgba(48, 68, 120, .1);
    backdrop-filter: blur(18px);
}

body.cg-body .ic-lagom-page .ic-hero {
    margin-bottom: 18px;
    padding: 24px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .76), rgba(239, 245, 255, .58));
}

body.cg-body .ic-lagom-page .ic-title,
body.cg-body .ic-lagom-page .ic-panel-title,
body.cg-body .ic-lagom-page .ic-empty-title,
body.cg-body .ic-lagom-page .ic-metric-value,
body.cg-body .ic-lagom-page .ic-meta-item strong,
body.cg-body .v2tp-service-card h4,
body.cg-body .v2tp-form-head h4,
body.cg-body .v2tp-detail-title {
    color: var(--cg-ink);
}

body.cg-body .ic-lagom-page .ic-subtitle,
body.cg-body .ic-lagom-page .ic-panel-subtitle,
body.cg-body .ic-lagom-page .ic-list,
body.cg-body .ic-lagom-page .ic-helper,
body.cg-body .ic-lagom-page .ic-metric-label,
body.cg-body .ic-lagom-page .ic-meta-item span,
body.cg-body .v2tp-page .help-block,
body.cg-body .v2tp-stat-row span {
    color: var(--cg-muted);
}

body.cg-body .ic-lagom-page .ic-metric,
body.cg-body .ic-lagom-page .ic-meta-item,
body.cg-body .ic-lagom-page .ic-empty,
body.cg-body .ic-lagom-page .ic-code-box,
body.cg-body .v2tp-pricing-grid > div {
    border-color: rgba(123, 141, 181, .16);
    background: rgba(255, 255, 255, .48);
}

body.cg-body .ic-lagom-page .ic-code-box {
    color: var(--cg-blue);
    background: linear-gradient(135deg, rgba(66, 105, 255, .12), rgba(126, 100, 255, .06));
}

body.cg-body .ic-lagom-page .ic-btn-secondary {
    border-color: rgba(123, 141, 181, .2);
    border-radius: 10px;
    background: rgba(255, 255, 255, .54);
    color: var(--cg-blue);
}

body.cg-body .ic-lagom-page .ic-affiliate-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

body.cg-body .ic-lagom-page .ic-affiliate-copy {
    min-width: 0;
}

body.cg-body .ic-lagom-page .ic-affiliate-copy .ic-panel-subtitle {
    margin-bottom: 0;
}

body.cg-body .ic-lagom-page .ic-affiliate-action {
    flex: 0 0 auto;
    white-space: nowrap;
}

body.cg-body .v2tp-hero {
    margin-bottom: 20px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .84);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .72), rgba(239, 245, 255, .54));
    box-shadow: 0 16px 42px rgba(48, 68, 120, .1);
    backdrop-filter: blur(18px);
}

body.cg-body .v2tp-hero h2 {
    font-size: clamp(23px, 3vw, 30px);
}

body.cg-body .v2tp-service-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 360px));
    gap: 12px;
    margin-bottom: 22px;
    justify-content: start;
}

body.cg-body .v2tp-service-card {
    padding: 18px;
}

body.cg-body .v2tp-service-card.is-selected {
    border-color: rgba(66, 105, 255, .46);
    box-shadow: 0 15px 36px rgba(66, 105, 255, .12);
}

body.cg-body .v2tp-stat-row strong {
    color: var(--cg-ink);
}

body.cg-body .v2tp-form-card {
    margin-bottom: 16px;
}

body.cg-body .v2tp-form-head {
    border-color: rgba(123, 141, 181, .13);
    background: rgba(255, 255, 255, .28);
}

body.cg-body .v2tp-form-head span {
    color: var(--cg-blue);
    background: rgba(66, 105, 255, .1);
}

body.cg-body .v2tp-pricing-panel,
body.cg-body .v2tp-pricing-panel.is-fixed {
    border-color: rgba(123, 141, 181, .17);
    background: rgba(237, 242, 255, .68);
}

body.cg-body .v2tp-pricing-panel h5,
body.cg-body .v2tp-pricing-panel.is-fixed h5,
body.cg-body .v2tp-pricing-grid strong {
    color: var(--cg-ink);
}

body.cg-body .v2tp-auto-note {
    border-color: #e9a23b;
    background: rgba(255, 240, 205, .66);
    color: #8a6830;
}

body.cg-body .v2tp-advanced summary {
    display: flex;
    min-height: 56px;
    padding: 0 22px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: var(--cg-ink);
    font-weight: 800;
    list-style: none;
}

body.cg-body .v2tp-advanced summary::-webkit-details-marker {
    display: none;
}

body.cg-body .v2tp-advanced summary:after {
    content: "+";
    color: var(--cg-blue);
    font-size: 22px;
}

body.cg-body .v2tp-advanced[open] summary:after {
    content: "−";
}

body.cg-body .v2tp-inline-validation {
    display: none;
    margin: 0 0 14px;
}

body.cg-body .v2tp-inline-validation.is-visible {
    display: block;
}

body.v2tp-modal-open {
    overflow: hidden;
}

#v2tp-exhausted-modal,
.v2tp-confirm-modal {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(15, 23, 42, .62);
    backdrop-filter: blur(6px);
}

#v2tp-exhausted-modal {
    display: flex;
    opacity: 0;
    transition: opacity .22s ease;
}

#v2tp-exhausted-modal.v2tp-visible {
    opacity: 1;
}

#v2tp-exhausted-modal .v2tp-modal-card,
body.cg-body .v2tp-confirm-card {
    width: min(100%, 520px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .82);
    border-radius: 20px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 28px 70px rgba(25, 39, 76, .28);
    backdrop-filter: blur(22px);
}

#v2tp-exhausted-modal .v2tp-modal-card {
    transform: translateY(14px);
    transition: transform .22s ease;
}

#v2tp-exhausted-modal.v2tp-visible .v2tp-modal-card {
    transform: translateY(0);
}

#v2tp-exhausted-modal .v2tp-modal-top,
body.cg-body .v2tp-confirm-head {
    padding: 23px 25px;
    border-color: rgba(123, 141, 181, .13);
    color: #fff;
    background: linear-gradient(135deg, var(--cg-blue), var(--cg-violet));
}

#v2tp-exhausted-modal .v2tp-modal-icon {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    place-items: center;
    border-radius: 13px;
    background: rgba(255, 255, 255, .18);
}

#v2tp-exhausted-modal h3,
body.cg-body .v2tp-confirm-head h4 {
    margin: 0;
    color: inherit;
}

#v2tp-exhausted-modal .v2tp-modal-body,
body.cg-body .v2tp-confirm-body {
    padding: 23px 25px 25px;
    color: var(--cg-muted);
}

#v2tp-exhausted-modal .v2tp-modal-stat {
    margin: 16px 0;
    padding: 13px 15px;
    border-radius: 11px;
    background: rgba(255, 240, 205, .72);
    color: #8a6830;
    font-weight: 800;
}

#v2tp-exhausted-modal .v2tp-modal-actions,
body.cg-body .v2tp-confirm-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

#v2tp-exhausted-modal .v2tp-modal-actions > *,
body.cg-body .v2tp-confirm-actions > * {
    flex: 1;
}

html.cg-dark body.cg-body .ic-lagom-page .ic-hero,
html.cg-dark body.cg-body .ic-lagom-page .ic-panel,
html.cg-dark body.cg-body .v2tp-service-card,
html.cg-dark body.cg-body .v2tp-form-card,
html.cg-dark body.cg-body .cg-affiliate-stats article,
html.cg-dark body.cg-body .cg-affiliate-balance > div,
html.cg-dark body.cg-body .cg-affiliate-link-card,
html.cg-dark body.cg-body .cg-affiliate-referrals,
html.cg-dark body.cg-body .cg-affiliate-links,
html.cg-dark body.cg-body .v2tp-confirm-card,
html.cg-dark #v2tp-exhausted-modal .v2tp-modal-card {
    border-color: rgba(177, 196, 235, .16);
    background: rgba(27, 39, 64, .82);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .28);
}

html.cg-dark body.cg-body .ic-lagom-page .ic-hero {
    background: linear-gradient(145deg, rgba(39, 54, 84, .88), rgba(27, 39, 64, .78));
}

html.cg-dark body.cg-body .v2tp-hero {
    border-color: rgba(177, 196, 235, .16);
    background: linear-gradient(145deg, rgba(39, 54, 84, .88), rgba(27, 39, 64, .78));
    box-shadow: 0 20px 60px rgba(0, 0, 0, .24);
}

html.cg-dark body.cg-body .v2tp-hero-icon,
html.cg-dark body.cg-body .v2tp-service-icon {
    color: #9fb4ff;
    background: linear-gradient(145deg, rgba(72, 96, 151, .58), rgba(43, 58, 92, .7));
}

html.cg-dark body.cg-body .v2tp-stat-row {
    background: rgba(54, 72, 108, .28);
}

html.cg-dark body.cg-body .v2tp-selected-badge {
    background: rgba(92, 122, 211, .2);
    color: #b9caff;
}

html.cg-dark body.cg-body .v2tp-auto-toggle,
html.cg-dark body.cg-body .v2tp-auto-authorization {
    border-color: rgba(177, 196, 235, .14);
    background: rgba(54, 72, 108, .26);
}

html.cg-dark body.cg-body .ic-lagom-page .ic-metric,
html.cg-dark body.cg-body .ic-lagom-page .ic-meta-item,
html.cg-dark body.cg-body .ic-lagom-page .ic-empty,
html.cg-dark body.cg-body .ic-lagom-page .ic-code-box,
html.cg-dark body.cg-body .v2tp-pricing-grid > div,
html.cg-dark body.cg-body .v2tp-form-head {
    border-color: rgba(177, 196, 235, .15);
    background: rgba(54, 72, 108, .34);
}

html.cg-dark body.cg-body .ic-lagom-page .ic-code-box {
    color: #b9caff;
    background: linear-gradient(135deg, rgba(66, 105, 255, .24), rgba(112, 96, 255, .12));
}

html.cg-dark body.cg-body .ic-lagom-page .ic-btn-secondary {
    border-color: rgba(177, 196, 235, .2);
    background: rgba(42, 57, 88, .72);
    color: #c8d6ee;
}

html.cg-dark body.cg-body .v2tp-pricing-panel,
html.cg-dark body.cg-body .v2tp-pricing-panel.is-fixed {
    border-color: rgba(177, 196, 235, .17);
    background: rgba(48, 67, 103, .56);
}

html.cg-dark body.cg-body .v2tp-auto-note,
html.cg-dark #v2tp-exhausted-modal .v2tp-modal-stat {
    border-color: rgba(243, 189, 97, .45);
    background: rgba(100, 75, 38, .66);
    color: #ffd083;
}

html.cg-dark #v2tp-exhausted-modal .v2tp-modal-body,
html.cg-dark body.cg-body .v2tp-confirm-body {
    color: #b5c2d9;
}

@media (max-width: 760px) {
    body.cg-body .ic-lagom-page .ic-hero,
    body.cg-body .ic-lagom-page .ic-panel,
    body.cg-body .v2tp-hero,
    body.cg-body .v2tp-form-body {
        padding: 18px;
    }

    body.cg-body .ic-lagom-page .ic-affiliate-panel,
    #v2tp-exhausted-modal .v2tp-modal-actions,
    body.cg-body .v2tp-confirm-actions {
        align-items: stretch;
        flex-direction: column;
    }

    body.cg-body .ic-lagom-page .ic-affiliate-action {
        width: 100%;
    }

    body.cg-body .v2tp-service-grid {
        grid-template-columns: 1fr;
    }

    body.cg-body .v2tp-hero {
        align-items: flex-start;
        gap: 13px;
    }

    body.cg-body .v2tp-hero-icon {
        width: 44px;
        height: 44px;
        border-radius: 13px;
    }

    body.cg-body .v2tp-form-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    body.cg-body .v2tp-pricing-grid {
        grid-template-columns: 1fr;
    }

    body.cg-body .v2tp-auto-form {
        grid-template-columns: 1fr;
    }

    body.cg-body .v2tp-form-body .col-sm-3,
    body.cg-body .v2tp-form-body .col-sm-6,
    body.cg-body .v2tp-form-body .col-sm-offset-3 {
        width: 100%;
        max-width: none;
        margin-left: 0;
    }

    body.cg-body .v2tp-form-body .control-label {
        margin-bottom: 7px;
        text-align: left;
    }

    body.cg-body .v2tp-primary-btn {
        width: 100%;
    }

    #v2tp-exhausted-modal,
    body.cg-body .v2tp-confirm-modal {
        padding: 14px;
        align-items: flex-start;
    }

    body.cg-body .cg-affiliate-stats,
    body.cg-body .cg-affiliate-balance,
    body.cg-body .cg-affiliate-link-control {
        grid-template-columns: 1fr;
    }

    body.cg-body .cg-affiliate-stats article,
    body.cg-body .cg-affiliate-balance > div {
        min-height: 92px;
    }
}

/* Native WHMCS email-verification banner. This stays theme-aware on every client page. */
body.cg-body .verification-banner.cg-email-verification-banner {
    display: block;
    min-height: 0;
    margin: 0;
    padding: 10px max(18px, calc((100vw - 1160px) / 2));
    border: 0;
    border-bottom: 1px solid rgba(123, 141, 181, .14);
    border-radius: 0;
    background: rgba(244, 248, 255, .78);
    color: var(--cg-muted);
    box-shadow: none;
    backdrop-filter: blur(18px);
}

body.cg-body .cg-email-verification-banner__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    width: min(1160px, 100%);
    min-height: 46px;
    margin: auto;
    align-items: center;
    gap: 12px;
}

body.cg-body .cg-email-verification-banner__icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(239, 190, 91, .3);
    border-radius: 10px;
    background: rgba(255, 244, 217, .72);
    color: #ae7219;
    font-size: 14px;
}

body.cg-body .verification-banner.cg-email-verification-banner .fas,
body.cg-body .verification-banner.cg-email-verification-banner .fal,
body.cg-body .verification-banner.cg-email-verification-banner .far {
    float: none;
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

body.cg-body .verification-banner .cg-email-verification-banner__icon > i.fas.fa-exclamation-triangle {
    position: static;
    inset: auto;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    float: none;
    transform: none;
    color: inherit;
    font-size: 14px;
    line-height: 1;
}

body.cg-body .cg-email-verification-banner__text {
    min-width: 0;
    color: var(--cg-muted);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.55;
    white-space: normal;
    overflow-wrap: anywhere;
}

body.cg-body .cg-email-verification-banner__action {
    display: inline-flex;
    width: auto;
    min-width: 168px;
    min-height: 38px;
    margin: 0;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 13px;
    border: 1px solid rgba(79, 115, 255, .2);
    border-radius: 10px;
    background: rgba(255, 255, 255, .68);
    box-shadow: none;
    color: var(--cg-blue);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
}

body.cg-body .cg-email-verification-banner__action:hover,
body.cg-body .cg-email-verification-banner__action:focus {
    border-color: rgba(79, 115, 255, .38);
    background: rgba(255, 255, 255, .92);
}

body.cg-body .cg-email-verification-banner__close {
    position: static;
    display: inline-flex;
    width: 34px;
    height: 34px;
    min-height: 0;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: var(--cg-muted);
    font-size: 22px;
    line-height: 1;
    opacity: .72;
    justify-self: end;
}

html.cg-dark body.cg-body .cg-email-verification-banner {
    border-bottom-color: rgba(177, 196, 235, .13);
    background: rgba(17, 25, 43, .82);
    color: #c8d6ee;
}

body.cg-body .customSpinner.hidden {
    display: none;
}

body.cg-body #emailverify .codeTips .alert.hidden {
    display: none;
}

html.cg-dark body.cg-body .cg-email-verification-banner__icon {
    border-color: rgba(239, 190, 91, .28);
    background: rgba(103, 75, 35, .42);
    color: #ffd083;
}

html.cg-dark body.cg-body .cg-email-verification-banner__text { color: #c8d6ee; }

html.cg-dark body.cg-body .cg-email-verification-banner__action {
    border-color: rgba(131, 161, 255, .28);
    background: rgba(42, 57, 88, .78);
    color: #c8d6ff;
}

html.cg-dark body.cg-body .cg-email-verification-banner__action:hover,
html.cg-dark body.cg-body .cg-email-verification-banner__action:focus {
    border-color: rgba(131, 161, 255, .46);
    background: rgba(55, 74, 112, .9);
}

html.cg-dark body.cg-body .cg-email-verification-banner__close { color: #b9c8e2; }

@media (max-width: 700px) {
    body.cg-body .verification-banner.cg-email-verification-banner { padding: 10px 13px; }
    body.cg-body .cg-email-verification-banner__inner {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 9px;
    }
    body.cg-body .cg-email-verification-banner__action {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
    }
    body.cg-body .cg-email-verification-banner__close { grid-column: 3; grid-row: 1; }
}

@media (max-width: 420px) {
    body.cg-body .v2tp-service-metrics {
        grid-template-columns: 1fr;
    }

    body.cg-body .v2tp-selected-badge {
        padding: 5px 7px;
    }
}

/* Final compatibility pass for WHMCS email verification and compact service pages. */
body.cg-body .cg-service-grid.is-single {
    grid-template-columns: minmax(0, 420px);
    justify-content: start;
}

body.cg-body .cg-service-card .cg-service-expiring[hidden] {
    display: none;
}

body.cg-body .cg-service-card .cg-service-expiring {
    min-height: 16px;
    margin: 6px 0 13px;
    line-height: 1.4;
}

body.cg-body.cg-email-verification-page #emailverify {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, .72fr);
    width: 100%;
    max-width: 1040px;
    margin: 24px auto 0;
    padding: 30px 34px;
    align-items: center;
    gap: 30px;
    border: 1px solid rgba(255, 255, 255, .84);
    border-radius: 22px;
    background: rgba(255, 255, 255, .58);
    box-shadow: 0 20px 60px rgba(48, 68, 120, .12);
    backdrop-filter: blur(18px);
}

body.cg-body.cg-email-verification-page #emailverify > .row {
    display: contents;
}

body.cg-body.cg-email-verification-page #emailverify-form {
    max-width: 620px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: var(--cg-ink);
}

body.cg-body.cg-email-verification-page #emailverify-form h1,
body.cg-body.cg-email-verification-page #emailverify-form h2,
body.cg-body.cg-email-verification-page #emailverify-form h3 {
    margin: 0 0 12px;
    color: var(--cg-ink);
    font-size: 24px;
    font-weight: 850;
    letter-spacing: -.03em;
}

body.cg-body.cg-email-verification-page #emailverify-form p {
    max-width: 620px;
    margin: 0 0 18px;
    color: var(--cg-muted);
    font-size: 13px;
    line-height: 1.75;
}

body.cg-body.cg-email-verification-page #emailverify-form label {
    display: block;
    margin: 0 0 7px;
    color: var(--cg-ink);
    font-size: 12px;
    font-weight: 800;
}

body.cg-body.cg-email-verification-page #emailverify-form .cg-email-code-group,
body.cg-body.cg-email-verification-page #emailverify-form .input-group {
    display: flex;
    width: 100%;
    margin: 0 0 14px;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 8px;
}

body.cg-body.cg-email-verification-page #emailverify-form .cg-email-code-group > .form-control,
body.cg-body.cg-email-verification-page #emailverify-form .input-group > .form-control {
    width: 1%;
    min-width: 0;
    flex: 1 1 auto;
    border-radius: 11px;
}

body.cg-body.cg-email-verification-page #emailverify-form .cg-email-code-action,
body.cg-body.cg-email-verification-page #emailverify-form .input-group-append {
    display: flex;
    width: auto;
    margin: 0;
    flex: 0 0 auto;
    align-items: stretch;
}

body.cg-body.cg-email-verification-page #emailverify-form .cg-email-action,
body.cg-body.cg-email-verification-page #emailverify-form .cg-email-code-action .btn,
body.cg-body.cg-email-verification-page #emailverify-form .input-group-append .btn {
    display: inline-flex;
    width: auto;
    min-width: 112px;
    min-height: 45px;
    margin: 0;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border: 0;
    border-radius: 11px;
    background: linear-gradient(120deg, var(--cg-blue), #6986ff);
    box-shadow: 0 9px 20px rgba(66, 105, 255, .18);
    color: #fff;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

body.cg-body.cg-email-verification-page #emailverify-form .form-control {
    min-height: 45px;
    border: 1px solid rgba(120, 143, 190, .22);
    border-radius: 11px;
    background: rgba(255, 255, 255, .72);
    color: var(--cg-ink);
    box-shadow: none;
}

body.cg-body.cg-email-verification-page #emailverify-form a {
    color: var(--cg-blue);
    font-size: 11px;
    font-weight: 750;
    text-decoration: none;
}

body.cg-body.cg-email-verification-page #emailverify img {
    display: block;
    width: min(100%, 280px);
    max-height: 240px;
    margin: auto;
    object-fit: contain;
    opacity: .86;
}

html.cg-dark body.cg-body.cg-email-verification-page #emailverify {
    border-color: rgba(177, 196, 235, .16);
    background: rgba(27, 39, 64, .74);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

html.cg-dark body.cg-body.cg-email-verification-page #emailverify-form {
    color: #edf3ff;
}

html.cg-dark body.cg-body.cg-email-verification-page #emailverify-form h1,
html.cg-dark body.cg-body.cg-email-verification-page #emailverify-form h2,
html.cg-dark body.cg-body.cg-email-verification-page #emailverify-form h3,
html.cg-dark body.cg-body.cg-email-verification-page #emailverify-form label {
    color: #edf3ff;
}

html.cg-dark body.cg-body.cg-email-verification-page #emailverify-form p {
    color: #c8d6ee;
}

html.cg-dark body.cg-body.cg-email-verification-page #emailverify-form .form-control {
    border-color: rgba(177, 196, 235, .2);
    background: rgba(13, 24, 45, .72);
    color: #edf3ff;
}

@media (max-width: 760px) {
    body.cg-body .cg-service-grid.is-single {
        grid-template-columns: 1fr;
    }

    body.cg-body.cg-email-verification-page #emailverify {
        grid-template-columns: 1fr;
        margin-top: 16px;
        padding: 22px 18px;
        gap: 18px;
        border-radius: 18px;
    }

    body.cg-body.cg-email-verification-page #emailverify-form {
        max-width: none;
    }

    body.cg-body.cg-email-verification-page #emailverify img {
        order: 2;
        width: min(100%, 210px);
        max-height: 170px;
    }

    body.cg-body.cg-email-verification-page #emailverify-form .cg-email-code-group,
    body.cg-body.cg-email-verification-page #emailverify-form .input-group {
        flex-wrap: wrap;
    }

    body.cg-body.cg-email-verification-page #emailverify-form .cg-email-code-action,
    body.cg-body.cg-email-verification-page #emailverify-form .input-group-append,
    body.cg-body.cg-email-verification-page #emailverify-form .cg-email-action,
    body.cg-body.cg-email-verification-page #emailverify-form .cg-email-code-action .btn,
    body.cg-body.cg-email-verification-page #emailverify-form .input-group-append .btn {
        width: 100%;
    }

}
