/* Add this to your existing styles block or in a separate CSS file */
@media (max-width: 767px) {
  #journal-right-col {
    display: none;
  }
}

.section-badge { font-size: 12px;display:inline-block;
    padding:2px 5px;border:1px solid #cccccc;margin-right:5px;text-transform: uppercase;border-radius: 5px;
    font-weight: bold;
}
.green-link{color:#006699;font-weight:bold;}

.footer-section h5 {
    border-bottom: 2px solid rgba(255,255,255,0.1);
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 600;
}
.footer-link-list li {
    margin-bottom: 8px;
}
.footer-link-list a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.2s ease;
}
.footer-link-list a:hover {
    color: #fff;
}
.journal-info-card {
    background: rgba(255,255,255,0.05);
    border-radius: 0.5rem;
    padding: 1.5rem;
}


.announcement-item, .article-item-card {
    transition: all 0.2s ease;
}
.announcement-item:hover, .article-item-card:hover {
    background-color: #f8f9fa;
}
.hover-primary:hover {
    color: var(--bs-primary) !important;
}
.article-item-card:hover .article-title {
    color: var(--bs-primary) !important;
}
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.x-small {
    font-size: 0.75rem;
}
.primary-light {
    color: var(--bs-primary);
    opacity: 0.8;
}
.border-primary-light {
    border-color: rgba(var(--bs-primary-rgb), 0.2) !important;
}

.contact-details i {
        color: var(--bs-primary) !important;
        opacity: 0.7;
    }
.card {
    transition: transform 0.2s ease-in-out;
}
.card:hover {
    transform: translateY(-2px);
}

.member-card {
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        border-top: 3px solid transparent !important;
    }
.member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1) !important;
    border-top-color: var(--bs-primary) !important;
}
.group-header {
    position: relative;
}
.editorial-group-section:last-child {
    margin-bottom: 0 !important;
}

.article-abstract {
        text-align: justify;
    }
.private_email {
    cursor: pointer;
    color: var(--bs-primary);
}
.border-dashed {
    border-style: dashed !important;
}
.x-small {
    letter-spacing: 0.5px;
}
.break-all {
    word-break: break-all;
}

.article-item {
        transition: all 0.2s ease;
        border-left: 4px solid transparent !important;
    }
.article-item:hover {
    background-color: #f8f9fa;
    border-left-color: var(--bs-primary) !important;
}
.article-item:hover .article-title {
    color: var(--bs-primary) !important;
}
.page-number-box {
    transition: all 0.2s ease;
}
.article-item:hover .page-number-box {
    background-color: var(--bs-primary) !important;
    color: white !important;
    border-color: var(--bs-primary) !important;
}