/* ===========================
   Upcoming Dividends Page
   =========================== */

.dividends-page {
    padding-bottom: 60px;
}

/* --- Subtitle --- */
.dividends-subtitle {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.6;
}

/* --- Filter Card --- */
.dividends-filter-card {
    border: none;
}

.dividends-filter-card .form-control {
    border-radius: 8px;
    border: 1.5px solid #e2e6ea;
    font-size: 0.85rem;
    padding: 8px 12px;
    transition: border-color 0.22s ease;
}

.dividends-filter-card .form-control:focus {
    border-color: var(--veye-green);
    box-shadow: 0 0 0 3px rgba(27, 176, 135, 0.10);
}

.dividends-filter-card .form-label {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* --- Result Count --- */
.dividends-result-count {
    font-size: 0.85rem;
    color: #7a8a9a;
    font-weight: 500;
}

.dividends-result-count i {
    color: var(--veye-green);
}

/* --- Empty State --- */
.dividends-empty-icon {
    font-size: 3rem;
    color: #d1d5db;
    margin-bottom: 14px;
}

.dividends-empty h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 6px;
}

/* --- Disclaimer --- */
.dividends-disclaimer-card {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    box-shadow: none;
}

.dividends-disclaimer-card:hover {
    transform: none;
    box-shadow: none;
}

/* --- Glossary Card --- */
.dividends-glossary-card {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    box-shadow: none;
}

.dividends-glossary-card:hover {
    transform: none;
    box-shadow: none;
}

.dividends-glossary-card h5 {
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 600;
}

.glossary-item {
    padding: 10px 12px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    height: 100%;
}

.glossary-term {
    font-size: 0.75rem;
    color: var(--veye-green);
    display: inline-block;
    margin-bottom: 4px;
}

.glossary-def {
    font-size: 0.72rem;
    color: #6c757d;
    line-height: 1.5;
}

.glossary-def code {
    font-size: 0.70rem;
    color: var(--primary-color);
    background-color: #e9ecef;
    padding: 1px 5px;
    border-radius: 4px;
}

/* --- Responsive --- */
@media (max-width: 767.98px) {
    .dividends-subtitle {
        font-size: 0.88rem;
    }
}
