@media (min-width: 992px) {
    .pkp_site_name {
        width: 75%;
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.pkp_site_name_wrapper {
    padding-left: 0;
    padding-right: 0;
}

.editor-board {
    font-family: Arial, Helvetica, sans-serif;
    max-width: 900px;
    margin: 0 auto;
}

.editor-section-title {
    margin: 28px 0 14px;
    padding: 10px 16px;
    border-left: 6px solid #0d6efd;
    background: linear-gradient(90deg, #eef5ff, #ffffff);
    color: #1f2937;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
}

.editor-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 16px 18px;
    margin-bottom: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
}

.editor-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(0,0,0,0.10);
}

.editor-name {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 5px;
}

.editor-affiliation {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 12px;
    line-height: 1.5;
}

.editor-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.editor-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 7px 13px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    color: #fff !important;
    letter-spacing: 0.2px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: all 0.25s ease;
}

.editor-links a:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 8px 18px rgba(0,0,0,0.22);
    opacity: 0.95;
}

.scopus-btn {
    background: linear-gradient(135deg, #ff7a00, #ff3d00);
}

.scholar-btn {
    background: linear-gradient(135deg, #4285f4, #1a56db);
}

.orcid-btn {
    background: linear-gradient(135deg, #a6ce39, #4d9f1c);
}

.editor-links a[href="#"] {
    background: linear-gradient(135deg, #9ca3af, #6b7280);
    opacity: 0.75;
}

@media (max-width: 600px) {
    .editor-card {
        padding: 14px;
    }

    .editor-links a {
        font-size: 11px;
        padding: 6px 11px;
    }
}