.main {
    --base: #ffffff;
    --text: #0f172a;
    --hijau: #043a41;
    --hijau1: #00858d;
    --hijau2: #fad564;
    --hijau3: #fdc91b;
    --hijau4: #dfeef0;
    --hijau5: #046D76;
    --merah: #d32f2f;
    --abu: #e5e7eb;
    --abu1: #4b5563
}

html, body {
    margin: 0;
    padding: 0
}

body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: radial-gradient(1200px 600px at 10% -20%, #00868d1a 0%, transparent 60%) no-repeat, #ffffff;
    color: #0f172a;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif
}

a {
    text-decoration: none;
    color: inherit
}

.header-banner {
    /* background: linear-gradient(90deg, var(--hijau1), #04969f); */
    color: #fff;
    padding: 24px 16px
}

.header-banner .header-title {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    align-items: start;
    gap: 8px;
    background: #ffffff1a;
    padding: 8px 12px;
    border-radius: 8px
}

.header-banner i {
    font-size: 20px
}

.content {
    max-width: 1120px;
    margin: 32px auto;
    padding: 0 16px;
}

.content h2 {
    font-size: 40px;
    margin: 8px 0 24px 0;
    line-height: 1.2;
    color: #0b2a2d;
    text-align: start
}

.content .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    padding: 8px 0;
    border-bottom: 1px solid var(--abu)
}

.content .info .publisher {
    display: flex;
    align-items: center;
    gap: 12px
}

.content .info .publisher img {
    width: 44px;
    height: 44px
}

.news {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: start;
    gap: 20px;
    padding-top: 12px
}

.news-read {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 14px;
    /* border: 1px solid var(--abu); */
    line-height: 1.7
}

.news-read .image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 16px #00000014
}

#content .breadcrumb {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 8px;
}

#content .breadcrumb a {
    color: #64748b;
    text-decoration: none;
}

#content .breadcrumb a:hover {
    color: var(--hijau1);
}

#content .lead {
    font-size: 18px;
    color: #6b7280;
    margin: -6px 0 12px 0;
}

#content figure {
    margin: 16px 0;
    text-align: center;
}

#content figure img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 16px #00000014;
}

#content figcaption, #content .caption {
    font-size: 14px;
    color: #6b7280;
    margin-top: 8px;
}

#content h1, #content .title, #content h2, #content h3 {
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
}

#content h2 {
    font-size: 22px;
    font-weight: 700;
    color: #083137;
    margin: 16px 0 8px;
    line-height: 1.4;
}

#content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #083137;
    margin: 12px 0 6px;
    line-height: 1.4;
}

#content {
    margin: 24px auto 0;
    color: #374151;
    font-size: 16px;
    line-height: 1.8;
    max-width: 880px;
    text-align: justify;
    word-break: normal;
    letter-spacing: 0.2px;
    word-spacing: 0.5px;
    font-family: "Inter", sans-serif;
}

#content p {
    font-size: 16px;
    margin: 0 0 12px;
}

#content ul, #content ol {
    margin: 12px 0 12px 22px;
    padding: 0;
}

#content ol li {
    margin: 0 0 12px;
}

#content ul li {
    margin: 0 0 12px;
}

#content ul, li {
    font-size: 16px;
}

#content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 16px #00000014;
}

.news-read .media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 16px
}

.news-read .media .link i {
    color: var(--hijau1)
}

.news-read .media .link span {
    color: var(--abu1);
    margin: 0 12px
}

.news-read .media .link a {
    color: var(--hijau1);
    /* background: var(--hijau4); */
    padding: 6px 10px;
    border-radius: 9px
}

/* .news-read .media .sosial a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: #083137;
    color: var(--base)
} */

.news-read .media .sosial i {
    color: white;
  font-size: 20px;
  background-color: var(--abu);
  padding: 4px;
  border-radius: 2px;
  margin-left: 5px;
}

.news-read .media .sosial i:hover {
    background: #e5e7eb;
    color: var(--abu)
}

.sidebar {
    background: #f7faf9;
    border-radius: 12px;
    padding: 12px;
    position: static;
    align-self: start;
}

.readmore-header {
    font-size: 14px;
    color: #4b5563;
}

.readmore-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 8px 20px #00000012;
}

.readmore-card .top {
    display: flex !important;
    justify-content: space-between !important;
    background: none;
    align-items: center !important;
    margin-bottom: 8px !important;
    gap: 8px;
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: auto !important;
}

.readmore-card .pill {
    background: #e3f2fd;
    color: #1e88e5;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 8px;
    display: inline-block !important;
    visibility: visible !important;
}

.readmore-card .date {
    font-size: 12px;
    color: #6b7280;
}

.readmore-card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 8px 0;
}

.readmore-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #092f33;
    margin: 6px 0;
}

.readmore-card p {
    font-size: 14px;
    color: #4b5563;
}

.readmore-card a {
    display: inline-block;
    color: var(--hijau1);
    font-weight: 600;
    margin-top: 8px;
}

@media (max-width:1024px) {
    .content h2 {
        font-size: 32px
    }

    .news {
        grid-template-columns: 1fr
    }

    .news-read .image img {
        height: 360px
    }
}

@media (max-width:640px) {
    .content {
        margin: 16px auto
    }

    #content {
        max-width: 100%;
        padding: 0 8px;
    }

    .news-read .image img {
        height: 240px
    }
}