/* PREMIUMBOOTSTRAP CLEAN START */

body {
    background: #f8fafc !important;
    color: #0f172a !important;
    font-family: Arial, sans-serif !important;
}

.premium-header {
    background: #ffffff !important;
    border-bottom: 1px solid #e5e7eb !important;
    padding-bottom: 18px !important;
}

.premium-brand__logo img {
    max-height: 110px !important;
    width: auto !important;
}

.premium-header .container {
    width: 88% !important;
    max-width: 1320px !important;
}

.premium-nav-inner {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.premium-primary-menu > li > a {
    color: #0f172a !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}

.pkp_structure_content.container {
    width: 88% !important;
    max-width: 1320px !important;
    margin-top: 40px !important;
}

.pkp_structure_main {
    background: transparent !important;
    padding-top: 0 !important;
}

.premium-article {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 24px !important;
    padding: 34px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 24px 70px rgba(15,23,42,.08) !important;
}

.premium-article__type {
    color: #2563eb !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
    margin-bottom: 12px !important;
}

.premium-article__title {
    margin: 0 0 20px !important;
}

.premium-article__title a {
    color: #0f172a !important;
    font-size: 32px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    text-decoration: none !important;
}

.premium-article__title a:hover {
    color: #2563eb !important;
}

.premium-author {
    background: #f8fafc !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 16px !important;
    padding: 16px 18px !important;
    margin-bottom: 12px !important;
}

.premium-author__name {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
}

.premium-author__affiliation {
    margin-top: 5px !important;
    color: #475569 !important;
    font-size: 14px !important;
}

.premium-author__country {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    margin-top: 8px !important;
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

.premium-article__meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin: 20px 0 !important;
}

.premium-article__meta span {
    background: #eef2ff !important;
    color: #1e3a8a !important;
    border-radius: 999px !important;
    padding: 7px 13px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

.premium-article__abstract {
    border: 1px solid #e5e7eb !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    margin-top: 18px !important;
    padding: 16px 18px !important;
}

.premium-article__abstract summary {
    cursor: pointer !important;
    font-weight: 900 !important;
    color: #0f172a !important;
}

.premium-article__actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin-top: 22px !important;
}

.premium-action,
.premium-action-galleys a,
.premium-action-galleys .obj_galley_link,
.btn-primary {
    background: #0f172a !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    border: none !important;
    padding: 11px 20px !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}

.premium-action:hover,
.premium-action-galleys a:hover,
.btn-primary:hover {
    background: #2563eb !important;
    color: #ffffff !important;
}