/*
 * Custom CSS for Nexus Cart Orderform
 *
 * This file allows you to customize the theme colors and styles for the Nexus Cart orderform.
 *
 * To customize colors:
 * - Replace the var() references with your own hex colors or other CSS values.
 * - For example, instead of --vl-primary: var(--zinc-900); use --vl-primary: #your-color;
 * - You can also override any CSS properties here.
 *
 * Note: Changes here will apply to the orderform's Shadow DOM.
 */

/* Add you custom styles here */
:host, :root {
    /* Primary colors */
    --vl-primary: var(--primary);
    --vl-primary-lifted: var(--primary-lifted);
    --vl-primary-accented: var(--primary-accented);

    /* Secondary colors */
    --vl-secondary: var(--secondary);
    --vl-secondary-lifted: var(--secondary-lifted);
    --vl-secondary-accented: var(--secondary-accented);

    /* Success colors */
    --vl-success: var(--success);
    --vl-success-lifted: var(--success-lifted);
    --vl-success-accented: var(--success-accented);

    /* Info colors */
    --vl-info: var(--info);
    --vl-info-lifted: var(--info-lifted);
    --vl-info-accented: var(--info-accented);

    /* Notice colors */
    --vl-notice: var(--notice);
    --vl-notice-lifted: var(--notice-lifted);
    --vl-notice-accented: var(--notice-accented);

    /* Warning colors */
    --vl-warning: var(--warning);
    --vl-warning-lifted: var(--warning-lifted);
    --vl-warning-accented: var(--warning-accented);

    /* Error colors */
    --vl-error: var(--error);
    --vl-error-lifted: var(--error-lifted);
    --vl-error-accented: var(--error-accented);

    /* Grayscale colors */
    --vl-grayscale: var(--grayscale);
    --vl-grayscale-lifted: var(--grayscale-lifted);
    --vl-grayscale-accented: var(--grayscale-accented);

    /* Neutral colors */
    --vl-neutral: var(--neutral);
    --vl-neutral-lifted: var(--neutral-lifted);
    --vl-neutral-accented: var(--neutral-accented);

    /* Text neutral colors */
    --vl-text-inverted: var(--text-inverted);
    --vl-text-muted: var(--text-muted);
    --vl-text-lifted: var(--text-lifted);
    --vl-text-accented: var(--text-accented);
    --vl-text: var(--text);

    /* Border neutral colors */
    --vl-border-muted: var(--border-muted);
    --vl-border: var(--border);
    --vl-border-lifted: var(--border-lifted);
    --vl-border-accented: var(--border-accented);

    /* Background neutral colors */
    --vl-bg: var(--bg);
    --vl-bg-muted: var(--bg-muted);
    --vl-bg-lifted: var(--bg-lifted);
    --vl-bg-accented: var(--bg-accented);
    --vl-bg-inverted: var(--bg-inverted);

    /* Additional custom properties */
    /* Font Sizes */
    --vl-text-xs: var(--text-xs);
    --vl-text-sm: var(--text-sm);
    --vl-text-md: var(--text-md);
    --vl-text-lg: var(--text-lg);

    /* Spacing */
    --vl-outline-sm: var(--outline-sm);
    --vl-outline-md: var(--outline-md);
    --vl-outline-lg: var(--outline-lg);

    /* Rounding */
    --vl-rounding-sm: var(--rounding-sm);
    --vl-rounding-md: var(--rounding-md);
    --vl-rounding-lg: var(--rounding-lg);

    /* Other */
    --vl-letter-spacing: var(--letter-spacing);
    --vl-disabled-opacity: var(--disabled-opacity);
}
.domain-checker-container .domain-checker-bg, .knowledgebase-20i form, .knowledgebase-base-cat-20i form, .download-20i form, .download-cat-20i form {
    padding: 34px;
    /* background-image: unset; */
    background-color: var(--color-primary);
    border-radius: 3px;
}
.nsinput {
    min-height: unset !important;
    height: unset !important;
    padding-top: 1;
    padding-bottom: 1;
}

#order-pure_comparison .price-table-container .price-table.active .top-head {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-hover) 100%) !important;
}

#order-pure_comparison .price-table-container .price-table .top-head {
    background: linear-gradient(to bottom, var(--color-primary) 0%, var(--color-primary-hover) 100%);
}

.setup-fee-text {
    font-size: 13px;
    font-weight: 300;
    color: #666;
}

/* .faq-item {
    background-color: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 1em;
    padding: 10px 20px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.faq-question {
    font-weight: bold;
    cursor: pointer;
    color: #153B77;
    font-size: 1.1em !important;
    padding-bottom: 6px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-top: 0;
    text-align: left;
    color: #555;
    display: none;
    margin-top: 8px;
    line-height: 1.4;
    font-size: 1.1em !important;
} */

.faq-item {
    border-radius: 3px;
    padding: 10px 20px;
    background: #fff;
    color: #212529;
}

.faq-question, a.faq-toggle {
    font-size: 1.2em;
    margin: 0;
    position: relative;
    justify-content: space-between;
    display: flex;
    width: 100%;
    flex: 0 0 auto;
    align-items: center;
}
a.faq-toggle:hover {
    text-decoration: none;
}

a[aria-expanded=true] .fa-chevron-down{
    display: none;
}
a[aria-expanded=false] .fa-chevron-up {
    display: none;
}

.faq-answer {
    font-size: .9em;
    width: 100%;
}

.product-features {
    list-style: none;
    padding-left: 0px !important;
}
.product-feature-item {
    color: var(--bg-inverted);
}

.includes-features .head-area span {
    padding:0 20px;
    margin:0 0 0 0;
    display:inline-table;
}
.main-container.price-01 .includes-features .head-area span {
    background:#f3f3f3;
}

.includes-features .head-area {
    padding:0 0 0 0;
    margin:0 0 0 0;
    text-align:center;
    background:url(../img/head-bg.png) no-repeat center center;
    background-size:100% auto;
}

.includes-features ul.list-features {
    padding:20px 0 0 0;
    margin:0 0 0 0;
    list-style:none;
}
.includes-features ul.list-features li {
    padding:0 0 0 22px;
    margin:5px 0;
    width:33%;
    display:inline-table;
    background:url(../img/tick.png) no-repeat;
}

.pricing-vat {
    margin: 0;
    position: relative;
    justify-content: space-between;
    display: flex;
}