/* SRPRO Online First Styling */
.srpro-of-container {
    max-width: 1000px;
    margin: 20px auto;
    padding: 0 15px;
    font-family: inherit;
}

.srpro-of-header {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
    padding: 35px 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}

.srpro-of-badge-top {
    display: inline-block;
    background: #3b82f6;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.srpro-of-title {
    margin: 0 0 10px 0;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.srpro-of-subtitle {
    font-size: 15px;
    line-height: 1.5;
    color: #cbd5e1;
    margin: 0 0 15px 0;
    max-width: 750px;
}

.srpro-of-stats {
    font-size: 13px;
    color: #94a3b8;
}

.srpro-of-homepage-section {
    margin: 30px 0;
    padding: 24px;
    border: 1px solid #dbeafe;
    border-left: 4px solid #2563eb;
    background: #f8fbff;
    border-radius: 8px;
}

.srpro-of-homepage-section h2 {
    margin: 0 0 6px;
}

.srpro-of-homepage-intro {
    margin: 0 0 14px;
    color: #64748b;
}

.srpro-of-homepage-list article {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 9px 0;
    border-top: 1px solid #e5e7eb;
}

.srpro-of-homepage-list time {
    color: #64748b;
    font-size: 12px;
    white-space: nowrap;
}

.srpro-of-sidebar-block ul {
    margin: 0 0 10px;
    padding-left: 18px;
}

.srpro-of-sidebar-block li {
    margin-bottom: 7px;
}

.srpro-of-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 20px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.srpro-of-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.srpro-of-card-meta {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}

.srpro-of-tag {
    background: #eff6ff;
    color: #2563eb;
    font-weight: 600;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.srpro-of-date {
    font-size: 12px;
    color: #64748b;
}

.srpro-of-card-title {
    font-size: 20px;
    margin: 0 0 10px 0;
    line-height: 1.35;
}

.srpro-of-card-title a {
    color: #0f172a;
    text-decoration: none;
}

.srpro-of-card-title a:hover {
    color: #2563eb;
}

.srpro-of-authors {
    font-size: 14px;
    color: #475569;
    margin-bottom: 12px;
}

.srpro-of-abstract {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 16px;
}

.srpro-of-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f1f5f9;
    padding-top: 15px;
    flex-wrap: wrap;
    gap: 12px;
}

.srpro-of-doi-box {
    font-size: 12px;
}

.srpro-of-doi-label {
    font-weight: bold;
    color: #475569;
}

.srpro-of-doi-link {
    color: #2563eb;
    text-decoration: none;
    font-family: monospace;
}

.srpro-of-actions {
    display: flex;
    gap: 8px;
}

.srpro-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.15s ease;
}

.srpro-btn-outline {
    background: #fff;
    border: 1px solid #cbd5e1;
    color: #334155;
}

.srpro-btn-outline:hover {
    background: #f8fafc;
    border-color: #94a3b8;
}

.srpro-btn-primary {
    background: #2563eb;
    border: 1px solid #2563eb;
    color: #fff;
}

.srpro-btn-primary:hover {
    background: #1d4ed8;
}

/* Article Landing Page Bedževi */
.srpro-article-badge {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 8px;
    margin: 15px 0 25px 0;
    font-size: 13px;
    line-height: 1.45;
}

.srpro-badge-active {
    background: #eff6ff;
    border-left: 4px solid #2563eb;
    color: #1e3a8a;
}

.srpro-badge-history {
    background: #f8fafc;
    border-left: 4px solid #64748b;
    color: #334155;
}

.srpro-badge-icon {
    font-size: 18px;
}

.srpro-badge-sub {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    color: #64748b;
}
