/**
 * Freemius Checkout Customizations
 * Load this CSS in Freemius checkout to customize the appearance
 */

/* Hide multisite discount section */
.discount--multisite {
    display: none !important;
}

/* Hide the line items header and replace with custom text */
.fs-cart-header__line-items {
    visibility: hidden;
    position: relative;
    min-height: 50px;
}

.fs-cart-header__line-items::before {
    content: 'Unlimited Lag-free Chats*: Lightning-fast performance in long chats without daily optimization limits.';
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.2;
}

.fs-cart-header__line-items::after {
    font-weight: 600;
    content: 'One Time Payment';
    visibility: visible;
    position: absolute;
    left: 0;
    top: 40px;
    font-size: 16px;
}

/* Terms notice below EULA */
.fs-legal-terms__eula::after {
    content: ' And the Vendor\'s terms and conditions: gptspeedbooster.com/terms and refund policy: gptspeedbooster.com/refund .\A* For the technical lifetime of the extension.';
    white-space: pre-line;
    font-weight: 100;
    color: var(--fs-ds-theme-heading-text-color);
    font-size: var(--fs-ds-typography-font-size, 1rem);
    line-height: 1.4;
    margin-top: 8px;
}