/* ===========================
   High Dividend Yield Page
   =========================== */

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

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

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

.hdy-filter-card .form-select,
.hdy-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;
}

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

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

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

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

/* --- Company Name --- */
.hdy-company-name {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* --- Industry sub-label --- */
.hdy-industry {
    font-size: 0.72rem;
    line-height: 1.3;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* --- Date column --- */
.hdy-date {
    white-space: nowrap;
}

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

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

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

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

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

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

.hdy-glossary-card h5 {
    color: var(--primary-color);
    font-size: 1rem;
    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;
}

/* --- Pagination --- */
.hdy-pagination .page-link {
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--primary-color);
    border: 1.5px solid #e2e6ea;
    margin: 0 4px;
    padding: 6px 14px;
    transition: all 0.2s ease;
}

.hdy-pagination .page-link:hover {
    background-color: var(--veye-green);
    border-color: var(--veye-green);
    color: #fff;
}

.hdy-pagination .page-item.disabled .page-link {
    background-color: transparent;
    color: #7a8a9a;
    border-color: #e2e6ea;
}

/* --- Responsive --- */
@media (max-width: 767.98px) {
    .hdy-company-name {
        max-width: 120px;
    }

    .hdy-industry {
        max-width: 100px;
    }

    .hdy-subtitle {
        font-size: 0.88rem;
    }
}
