/* === Custom CSS for HealthSciences theme (Lingvospektr style) === */

/* Current Issue sarlavhasi */
.homepage-issue-current {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #2787e7 !important;
    margin-bottom: 10px !important;
    text-transform: uppercase !important;
}

/* Issue identifier (Vol / No / Year) */
.homepage-issue-identifier {
    font-size: 2rem !important;
    font-weight: 600 !important;
    color: #3eabf3 !important;
    margin-bottom: 5px !important;
}

/* Published date */
.homepage-issue-published {
    font-size: 0.95rem !important;
    color: #666 !important;
    margin-bottom: 20px !important;
}

/* Issue cover image */
.homepage-issue-cover {
    border: 2px solid #e5e5e5 !important;
    border-radius: 6px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.homepage-issue-cover:hover {
    transform: scale(1.03) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2) !important;
}

/* Issue description box */
.homepage-issue-description-wrapper {
    background: #fafafa !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 6px !important;
    padding: 20px !important;
}
.homepage-issue-description .h2 {
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    color: #2787e7 !important;
    margin-bottom: 10px !important;
}
.homepage-issue-description p {
    font-size: 1rem !important;
    color: #333 !important;
    line-height: 1.6 !important;
}

/* "More" link */
.homepage-issue-description-more a {
    font-weight: 600 !important;
    color: #2787e7 !important;
    text-decoration: none !important;
}
.homepage-issue-description-more a:hover {
    color: #e6e6e6 !important;
}

/* View All Issues button */
.btn {
    background-color: #2787e7 !important;
    color: #fff !important;
    font-weight: 600 !important;
    border-radius: 30px !important;
    padding: 10px 25px !important;
    margin-top: 20px !important;
}
.btn:hover {
    background-color: #0055aa !important;
    color: #e6e5e3 !important;
}
