/* =========================================
   Domain Search & Registration Modern Redesign
   ========================================= */

body {
    background-color: #f8fbff;
/* --- Hero Section --- */
.domain-hero-section {
    background: linear-gradient(135deg, #0056cc 0%, #006eff 100%);
    padding: 90px 0 80px;
    position: relative;
    overflow: hidden;
}

.domain-modern-app {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* --- Common Auto Layout Override --- */
.domain-modern-app .auto {
    width: 1400px !important;
    max-width: 1400px !important;
    margin: 0 auto;
}

@media (max-width: 1440px) {
    .domain-modern-app .auto {
        width: 100% !important;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

.domain-hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 60%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    transform: rotate(30deg);
}

.domain-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.domain-hero-title {
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.domain-hero-subtitle {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    margin-bottom: 40px;
}

/* Search Box */
.domain-search-wrapper {
    background: rgba(255, 255, 255, 0.15);
    padding: 12px;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    margin-bottom: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.domain-search-box {
    display: flex;
    align-items: center;
    height: 64px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.search-icon {
    font-size: 22px;
    color: #999;
    margin: 0 16px 0 20px;
}

.domain-search-input {
    flex: 1;
}

.domain-search-input .el-input__inner {
    border: none !important;
    background: transparent !important;
    height: 100%;
    font-size: 18px;
    padding: 0;
    box-shadow: none !important;
    color: #333;
}

.domain-search-input .el-input__inner::placeholder {
    color: #aaa;
    font-size: 16px;
}

.domain-search-line {
    width: 1px;
    height: 32px;
    background: #e2e6ed;
    margin: 0 15px;
}

.domain-search-suffix-wrap {
    padding-right: 15px;
}

.domain-search-suffix {
    font-size: 16px;
    color: #4b5563;
    cursor: pointer;
    user-select: none;
    font-weight: 500;
}

.domain-search-btn {
    width: 160px;
    height: 100%;
    background: #ff6b00;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.domain-search-btn:hover {
    background: #e66000;
}

/* Quick Links */
.domain-quick-links {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.quick-link-item {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    transition: all 0.3s;
}

.quick-link-item:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

/* --- Suffix Box --- */
.suffix-modern-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-top: -30px;
    position: relative;
    z-index: 10;
    padding: 20px 30px;
}

.suffix-filter-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.suffix-search-input-wrap {
    flex: 1;
    max-width: 420px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 0 12px;
    height: 44px;
}

.suffix-search-input-wrap i {
    color: #94a3b8;
    font-size: 16px;
}

.suffix-search-input .el-input__inner {
    border: none !important;
    background: transparent !important;
    height: 42px;
    line-height: 42px;
    padding: 0 !important;
}

.suffix-toolbar-right {
    display: flex;
    align-items: center;
}

.suffix-count-tip {
    font-size: 13px;
    color: #64748b;
    background: #f1f5f9;
    border-radius: 999px;
    padding: 8px 12px;
}

.modern-tabs .el-tabs__nav-wrap::after {
    height: 1px;
    background-color: #f0f0f0;
}

.modern-tabs .el-tabs__item {
    font-size: 16px;
    color: #6b7280;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
}

.modern-tabs .el-tabs__item.is-active {
    color: #006eff;
    font-weight: 600;
}

.modern-tabs .el-tabs__active-bar {
    background-color: #006eff;
    height: 3px;
    border-radius: 3px 3px 0 0;
}
.suffix-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 12px;
    padding: 15px 0 5px;
}

.suffix-grid-wrap {
    max-height: 190px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.suffix-grid-wrap.expanded {
    max-height: 1200px;
}

.suffix-expand-action {
    margin-top: 6px;
    text-align: center;
}

.suffix-expand-action .el-button {
    color: #1677ff;
    font-weight: 500;
}

.suffix-empty-tip {
    color: #94a3b8;
    font-size: 13px;
    text-align: center;
    padding: 18px 0 8px;
}

.suffix-modern-item {
    padding: 10px 0;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #4b5563;
    transition: all 0.3s;
}

.suffix-modern-item.quick-action-item {
    font-weight: 600;
    background: #f8fafc;
}

.suffix-modern-item.quick-action-item:hover {
    background: #e6f0ff;
}

.suffix-modern-item:hover {
    border-color: #1677ff;
    color: #1677ff;
}

.suffix-modern-item.active {
    border-color: #1677ff;
    background: #e6f0ff;
    color: #1677ff;
    font-weight: 500;
}

/* Selected Suffixes Display Area */
.selected-suffix-area {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px dashed #ebeef5;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.selected-label {
    font-size: 14px;
    color: #606266;
    white-space: nowrap;
    line-height: 32px;
}

.selected-tags {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-height: 96px;
    overflow-y: auto;
}

.selected-chip {
    display: inline-flex;
    align-items: center;
    background: #f5f7fa;
    border: 1px solid #e4e7ed;
    color: #606266;
    border-radius: 4px;
    padding: 0 12px;
    height: 32px;
    font-size: 14px;
    transition: all 0.3s;
}

.selected-chip:hover {
    border-color: #c0c4cc;
    background: #ebeef5;
}

.selected-chip .close-icon {
    margin-left: 8px;
    color: #909399;
    cursor: pointer;
    font-size: 12px;
    transition: color 0.3s;
}

.selected-chip .close-icon:hover {
    color: #f56c6c;
}

.selected-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    white-space: nowrap;
}

.clear-btn {
    color: #909399;
    font-size: 14px;
}

.clear-btn:hover {
    color: #1677ff;
}

.search-btn-small {
    padding: 8px 24px;
    height: 32px;
    font-size: 14px;
    background: #1677ff;
    border-color: #1677ff;
}

.search-btn-small:hover {
    background: #4096ff;
    border-color: #4096ff;
}

/* --- Section Headers --- */
.section-modern-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-modern-header h2 {
    font-size: 32px;
    font-weight: 800;
    color: #1f2937;
    margin: 0 0 12px 0;
}

.section-modern-header p {
    font-size: 16px;
    color: #6b7280;
    margin: 0;
}

.section-modern-header.dark h2 {
    color: #fff;
}

.section-modern-header.dark p {
    color: rgba(255, 255, 255, 0.7);
}

/* --- Results Section --- */
.result-modern-section {
    padding: 60px 0;
}

.result-modern-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
    padding: 30px;
}

.result-actions {
    margin-bottom: 24px;
    display: flex;
    gap: 12px;
}

.action-btn-group {
    display: flex;
    background: #f1f5f9;
    padding: 6px;
    border-radius: 10px;
    gap: 8px;
}

.modern-action-btn {
    border: none !important;
    background: transparent !important;
    color: #64748b !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    transition: all 0.3s !important;
}

.modern-action-btn i {
    margin-right: 4px;
    font-size: 16px;
}

.modern-action-btn:hover {
    color: #1e293b !important;
    background: rgba(255,255,255,0.5) !important;
}

.modern-action-btn.el-button--primary {
    background: #fff !important;
    color: #006eff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
}

.modern-action-btn.el-button--primary:hover {
    box-shadow: 0 4px 12px rgba(0,110,255,0.15) !important;
}

.result-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 200px; /* Prevent layout collapse when empty/loading */
}

.result-modern-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    transition: all 0.3s;
    min-height: 84px; /* Fix height to prevent jumping */
    box-sizing: border-box;
}

.result-modern-item.is-loading {
    background: #fafafa;
    border-color: #f0f0f0;
}

/* Loading & Skeleton States */
.loading-pulse-tag {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #006eff;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 12px;
    background: #f0f6ff;
    border-radius: 6px;
    animation: pulse-opacity 1.5s infinite ease-in-out;
}

@keyframes pulse-opacity {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.skeleton-right {
    display: flex;
    gap: 20px;
    align-items: center;
}

.skeleton-block {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    border-radius: 6px;
}

.skeleton-block.s-price {
    width: 120px;
    height: 32px;
}

.skeleton-block.s-btn {
    width: 100px;
    height: 40px;
    border-radius: 8px;
}

@keyframes skeleton-loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.fade-in {
    animation: fadeIn 0.4s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
}

.result-modern-item:hover {
    border-color: #c0d7ff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.result-modern-item.is-success {
    border-left: 4px solid #10b981;
}

.result-modern-item.is-choosed {
    background: #f8fbff;
    border-color: #006eff;
}

.result-item-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.checkbox-wrap {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox-wrap i {
    font-size: 22px;
    cursor: pointer;
    transition: all 0.2s;
}

.checkbox-wrap .checked {
    color: #006eff;
}

.checkbox-wrap .unchecked {
    color: #d1d5db;
}

.checkbox-wrap .unchecked:hover {
    color: #9ca3af;
}

.domain-name-text {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, monospace;
}

.highlight-suffix {
    color: #006eff;
}

.domain-tags {
    display: flex;
    gap: 8px;
    margin-left: 10px;
    min-width: 100px; /* Prevent layout shifting */
}

.custom-tag-success {
    background: #ecfdf5 !important;
    border-color: #a7f3d0 !important;
    color: #059669 !important;
}

.custom-tag-danger {
    background: #fef2f2 !important;
    border-color: #fecaca !important;
    color: #dc2626 !important;
}

.custom-tag-warning {
    background: #fffbeb !important;
    border-color: #fde047 !important;
    color: #d97706 !important;
}

.custom-tag-info {
    background: #f3f4f6 !important;
    border-color: #e5e7eb !important;
    color: #4b5563 !important;
}

.domain-tags .el-tag {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 10px;
    border-radius: 6px;
    font-weight: 600;
}

.domain-tags .el-tag i {
    font-size: 14px;
}

.result-item-right {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-end;
    min-width: 380px; /* Prevent layout shifting */
}

.partner-select {
    width: 140px;
}

.partner-select .el-input__inner {
    border-radius: 8px;
    background: #f8fafc;
    border-color: #e2e8f0;
}

.partner-select .el-input__inner:focus {
    border-color: #006eff;
    background: #fff;
}

.price-display {
    font-size: 24px;
    font-weight: 800;
    color: #f97316;
    display: flex;
    align-items: baseline;
}

.price-display .currency {
    font-size: 16px;
    margin-right: 2px;
}

.price-display .unit {
    font-size: 14px;
    color: #6b7280;
    font-weight: normal;
    margin-left: 4px;
}

.register-btn-modern {
    padding: 10px 24px !important;
    font-weight: 600;
    border-radius: 8px !important;
    background: #006eff !important;
    border-color: #006eff !important;
    box-shadow: 0 4px 12px rgba(0, 110, 255, 0.2);
    transition: all 0.3s !important;
}

.register-btn-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 110, 255, 0.3);
    background: #0056cc !important;
}

.unavailable-btn {
    background: #f3f4f6 !important;
    color: #9ca3af !important;
    border-color: #e5e7eb !important;
}

.whois-btn-modern {
    padding: 10px 20px !important;
    font-weight: 600;
    border-radius: 8px !important;
    color: #006eff !important;
    border-color: #006eff !important;
    background: transparent !important;
    transition: all 0.3s !important;
}

.whois-btn-modern:hover {
    background: #f0f6ff !important;
    transform: translateY(-2px);
}

.result-item-error {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 42px; /* Maintain height to prevent jump */
}

.result-batch-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #f3f4f6;
    background: #f8fafc;
    padding: 20px 30px;
    border-radius: 12px;
}

.batch-info {
    font-size: 15px;
    color: #4b5563;
}

.batch-info strong {
    color: #006eff;
    font-size: 18px;
}

.batch-register-btn {
    padding: 12px 32px !important;
    font-size: 16px !important;
    font-weight: 600;
    border-radius: 8px !important;
    background: #006eff !important;
    border-color: #006eff !important;
}

.batch-register-btn:not(:disabled):hover {
    background: #0056cc !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 110, 255, 0.3);
}

/* --- Advantages Section --- */
.advantage-modern-section {
    background: #0f172a; /* Deep modern dark blue */
    padding: 80px 0;
}

.advantage-modern-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.advantage-modern-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 40px 30px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.advantage-modern-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.1);
}

.adv-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.adv-icon-wrap i {
    font-size: 30px;
    color: #fff;
}

.blue-glow { background: linear-gradient(135deg, #006eff, #004ecc); box-shadow: 0 8px 20px rgba(0, 110, 255, 0.3); }
.green-glow { background: linear-gradient(135deg, #10b981, #059669); box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3); }
.purple-glow { background: linear-gradient(135deg, #8b5cf6, #6d28d9); box-shadow: 0 8px 20px rgba(139, 92, 246, 0.3); }
.orange-glow { background: linear-gradient(135deg, #f97316, #ea580c); box-shadow: 0 8px 20px rgba(249, 115, 22, 0.3); }
.cyan-glow { background: linear-gradient(135deg, #06b6d4, #0891b2); box-shadow: 0 8px 20px rgba(6, 182, 212, 0.3); }
.red-glow { background: linear-gradient(135deg, #ef4444, #dc2626); box-shadow: 0 8px 20px rgba(239, 68, 68, 0.3); }

.adv-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px 0;
}

.adv-desc {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.7;
    margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .advantage-modern-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .domain-hero-title {
        font-size: 32px;
    }
    
    .domain-search-box {
        flex-direction: column;
        height: auto;
        padding: 10px;
        gap: 10px;
    }
    
    .domain-search-line {
        display: none;
    }
    
    .domain-search-input .el-input__inner {
        height: 50px;
        padding: 0 10px;
    }
    
    .domain-search-suffix-wrap {
        width: 100%;
        padding: 10px;
        background: #f9fafb;
        border-radius: 8px;
    }
    
    .domain-search-btn {
        width: 100%;
        height: 50px;
        border-radius: 8px;
    }
    
    .domain-quick-links {
        flex-wrap: wrap;
    }

    .suffix-modern-box {
        padding: 16px;
    }

    .suffix-filter-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .suffix-search-input-wrap {
        max-width: none;
        width: 100%;
    }

    .suffix-toolbar-right {
        justify-content: flex-end;
    }

    .suffix-grid-wrap {
        max-height: 210px;
    }

    .suffix-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .selected-suffix-area {
        flex-direction: column;
        gap: 10px;
    }

    .selected-tags {
        max-height: 110px;
    }
    
    .result-modern-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    
    .result-item-right {
        width: 100%;
        justify-content: space-between;
    }
    
    .advantage-modern-grid {
        grid-template-columns: 1fr;
    }
}
/* --- Questions Section --- */
.question-modern-section {
    padding: 80px 0;
    background: #fff;
}

.faq-modern-container {
    display: flex;
    gap: 40px;
    align-items: stretch;
}

/* Left Banner */
.faq-left-banner {
    flex: 0 0 35%;
    position: relative;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(118, 75, 162, 0.3);
}

.banner-decoration {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 90% 10%, rgba(255,255,255,0.1) 0%, transparent 50%),
                      radial-gradient(circle at 10% 90%, rgba(255,255,255,0.1) 0%, transparent 50%);
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
}

.icon-circle {
    width: 64px;
    height: 64px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    backdrop-filter: blur(5px);
}

.icon-circle i {
    font-size: 32px;
    color: #fff;
}

.faq-left-banner h3 {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 12px 0;
    letter-spacing: 0.5px;
}

.faq-left-banner p {
    font-size: 16px;
    color: rgba(255,255,255,0.9);
    line-height: 1.6;
    margin: 0 0 32px 0;
}

.btn-glass {
    display: inline-flex;
    align-items: center;
    padding: 12px 28px;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    backdrop-filter: blur(10px);
    transition: all 0.3s;
}

.btn-glass:hover {
    background: #fff;
    color: #764ba2;
    transform: translateY(-2px);
}

/* Right Content */
.faq-right-content {
    flex: 1;
}

.faq-items-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.faq-item-card {
    display: flex;
    align-items: flex-start;
    padding: 24px;
    background: #fff;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.faq-item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border-color: #e2e8f0;
}

.faq-item-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #006eff;
    opacity: 0;
    transition: opacity 0.3s;
}

.faq-item-card:hover::before {
    opacity: 1;
}

.faq-icon {
    width: 48px;
    height: 48px;
    background: #f0f6ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
    overflow: hidden;
}

.faq-icon i {
    color: #006eff;
    font-size: 20px;
}

.faq-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq-info {
    flex: 1;
    min-width: 0; /* Fix flex text overflow */
}

.faq-info h4 {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.faq-info p {
    margin: 0;
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.faq-arrow {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    color: #cbd5e1;
    transition: all 0.3s;
}

.faq-item-card:hover .faq-arrow {
    color: #006eff;
    transform: translateX(4px);
}

.empty-state {
    text-align: center;
    padding: 40px;
    color: #94a3b8;
    background: #f8fafc;
    border-radius: 12px;
}

@media (max-width: 1024px) {
    .faq-modern-container {
        flex-direction: column;
    }
    
    .faq-left-banner {
        flex: auto;
        padding: 30px;
    }
    
    .faq-items-grid {
        grid-template-columns: 1fr;
    }
}


/* element overrides */
.el-tabs__item:hover {
    color: #006eff;
}
.el-tabs__item.is-active {
    color: #006eff;
}
.el-tabs__active-bar {
    background-color: #006eff;
}
.el-tabs__header {
    margin-bottom: 0;
}
.el-table th.el-table__cell.is-leaf {
    background: #f8fafc !important;
}
.suffix-modern-box .el-tabs__header {
    margin-bottom: 20px;
}
.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
    color: #006eff;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #006eff;
}
.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
    color: #006eff;
}
.page-tips {
    color: #006eff !important;
    background-color: #f0f6ff !important;
    border-color: #c0d7ff !important;
}
