/* 引入基础样式文件 */
@import url('../2025/base.css');

/* === 全局基础样式 === */
.radius-bg {
    background-color: #f9f9f9;
    border-radius: 8px;
    /* 背景色让内容更突出 */
    /* 圆角设计 */
}

/* === 侧边栏 Widget 通用样式 === */
.sidebar-widget {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(174, 173, 173, 0.03);
    margin-bottom: 1.5rem;
    padding: 1.5rem;
}

.sidebar-widget h3 {
    border-bottom: 2px solid #eee;
    color: #2c3e50;
    font-family: Roboto-Medium;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: 0.8rem;
    position: relative;
}

.sidebar-widget h3::after {
    background-color: #2E7D32;
    bottom: -2px;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 60px;
}

/* === 期刊信息 (Journal Info) === */
.journal-info {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 1rem 2rem;
    /* 增加间距以提升可读性 */
    /* 添加内边距 */
}

.journal-info a {
    color: #2c3e50;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    /* 加粗链接文字 */
    /* 平滑过渡效果 */
}

.journal-info a:hover {
    color: #2E7D32;
    /* 更深的绿色以增强交互感 */
}

.info-item {
    align-items: center;
    border-bottom: 1px solid rgb(208, 214, 221);
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

.info-item label {

    border-radius: 4px;
    /* 圆角 */
    color: #2E7D32;
    /* 文本颜色 */
    flex: 0 0 auto;
    font-size: 0.9rem;
    font-weight: 500;
    max-width: 6rem;
    min-width: 8rem;
    position: relative;
    white-space: normal;
    word-break: break-word;
    padding: 0.1rem;
    /* 添加内边距 */
    ;
    font-family: 'Montserrat', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}


.info-item label::before {
    color: #2E7D32;
    content: '•';
    display: inline-block;
    font-size: 1rem;
    left: -1rem;
    margin-right: 0.5rem;
    position: absolute;
    /* 圆点符号 */
    /* 圆点与文本之间的间距 */
    /* 圆点的大小 */
    /* 绝对定位 */
    /* 调整圆点的位置 */
}

.info-content {
    color: #2c3e50;
    flex: 1;
    font-size: 1rem;
    line-height: 1.4;
    /* 增大字体以便于阅读 */
    /* 调整行高以优化排版 */
    /* 让内容区域占据剩余空间 */
}

.info-content .text-muted {
    color: #999 !important;
    font-size: 0.9rem;
    font-style: italic;
    /* 斜体显示次要信息 */
}

/* === 期刊评价指标 (Journal Metrics) === */
.citescore-container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: inline-block;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    height: 100px;
    padding: 0 16px;
    width: 100%;
}

.citescore-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    line-height: 1;
    padding-top: 3px;
}

.citescore-value {
    font-size: 28px;
}

#citescoreVal {
    display: inline-block;
    letter-spacing: -2px;
    line-height: 0.75;
    padding-top: 7px;
}

.citescore-year {
    font-size: 14px;
    padding-top: 3px;
    text-align: right;
}

.citescore-bar-container {
    padding-top: 3px;
}

.citescore-bar-bg {
    background-color: rgb(220, 220, 220);
    height: 4px;
}

.citescore-bar {
    background-color: rgb(0, 115, 152);
    height: 4px;
}

.citescore-percentile {
    font-size: 14px;
    padding-top: 2px;
}

.scopus-powered {
    font-size: 12px;
    padding-top: 3px;
    text-align: right;
}

.scopus-link {
    color: rgb(80, 80, 80);
    text-decoration: none;
}

.scopus-logo {
    height: 15px;
    width: 50px;
}

.scimago-logo {
    display: block;
    height: auto;
    margin-top: 10px;
    width: 100%;
}



/* === 头部 Hero 区域 === */
.hero div {
    display: inline-block;
}

.hero img {
    text-align: right;
    width: 65%;
}

/* === 索引列表 (Indexing List) === */
.index-list {
    color: #2c3e50;
    line-height: 1.6;
}

/* === 投稿 (Submissions) 区域 === */
.submissions-widget {
    background: linear-gradient(135deg, #3AAE6B 0%, #3B6077 100%) !important;
    border-radius: 12px;
    overflow: hidden;
    padding: 1.5rem !important;
    position: relative;
}

.submissions-widget h3 {
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    margin-bottom: 1.2rem;
}

.submissions-widget h3::after {
    background-color: #fff !important;
}

.submission-links {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.submission-link {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.2rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.submission-link i {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    display: flex;
    font-size: 1.1rem;
    height: 40px;
    justify-content: center;
    margin-left: 1rem;
    padding: 0.8rem;
    transition: all 0.3s ease;
    width: 40px;
}

.submission-link span {
    font-size: 1rem;
    font-weight: 500;
}

.submission-link:hover {

    transform: translateX(5px);
}

.submission-link:hover i {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.1);
}

/* === 征稿启事 (Call for Paper) 区域 === */
.cfp-widget {
    margin-top: 2rem;
}

.cfp-item {
    align-items: center;
    border-bottom: 1px solid #eee;
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}

.cfp-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.cfp-image {
    border-radius: 6px;
    flex: 0 0 100px;
    height: 70px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .cfp-image {
        flex: 0 0 80px;
        height: 60px;
    }
}

.cfp-image img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    width: 100%;
}

.cfp-item:hover .cfp-image img {
    transform: scale(1.05);
}

.cfp-content {
    background-color: #fff;
    border-radius: 8px;
    flex: 1;
    padding: 1rem;
}

.cfp-content h4,
.cfp-title-link {
    color: #2c3e50;
    font-family: Roboto-Medium;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cfp-content p {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.cfp-title-link:hover {
    color: #2E7D32;
}

.cfp-title-link:hover,
.cfp-title-link:focus {
    text-decoration: none;
}

.cfp-link {
    align-items: center;
    color: #4CAF50;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 500;
    gap: 0.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cfp-link i {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.cfp-link:hover {
    color: #2E7D32;
}

.cfp-link:hover i {
    transform: translateX(3px);
}

/* === 最新动态 (What's new) 区域 === */
.news-widget {
    margin-top: 2rem;
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.news-list .view-all {
    align-self: flex-start;
    margin-top: 0.5rem;
    padding: 0.5rem 0;
}

.news-item {
    border-bottom: 1px solid #eee;
    padding: 0.8rem 0;
    transition: all 0.3s ease;
}

.news-item:last-child {
    border-bottom: none;
}

.news-item:hover {
    transform: translateX(5px);
}

.news-item:hover p {
    color: #2E7D32;
}

.news-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.news-content p {
    color: #2c3e50;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    transition: color 0.3s ease;
}

.news-date {
    align-items: center;
    color: #999;
    display: flex;
    font-size: 0.85rem;
    gap: 0.5rem;
    text-align: left;
}

.news-date::before {
    color: #bbb;
    content: '\f133';
    font-family: 'Font Awesome 5 Free';
    font-size: 0.9rem;
    font-weight: 400;
    /* 日历图标 */
}

/* === 常见问题 (FAQs) 区域 === */
.faq-widget {
    margin-top: 2rem;
}

.faq-widget .view-all {
    display: inline-flex;
    margin-top: 1.2rem;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.faq-item {
    border-bottom: 1px solid #eee;
}

.faq-link {
    align-items: center;
    color: #2c3e50;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.faq-link span {
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.5;
    padding-right: 1rem;
}

.faq-link i {
    color: #999;
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.faq-link:hover {
    color: #2E7D32;
}

.faq-link:hover i {
    color: #2E7D32;
    transform: translateX(5px);
}