.hero {
    background-size: cover;
    background-position: center;
    height: 370px;
    max-height: 370px;
    background-image: url("/img/product-raya/Banner-header-product-desktop.svg");
    display: flex;
    align-items: center;
    overflow-x: hidden;
}

.hero-title {
    color: #03213E;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    width: 100%;
}

/* Content Section */
.content-section {
    padding: 64px 0;
}

.content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.content-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.content-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #03213E;
    text-align: center;
}

.content-updated {
    font-size: 16px;
    color: #66788A;
    line-height: 24px;
    text-align: center;
}

.content-section-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.content-section-title {
    color: #000000;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.content-section-paragraph {
    font-size: 18px;
    line-height: 26px;
    color: #03213E;
}

table {
    width: 100% !important;
    border-radius: 10px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
}

table td,
table th {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}

table tr:not(:last-child) td,
table tr:not(:last-child) th {
    border-bottom: 1px solid #dee2e6 !important;
}

table tr:last-child td,
table tr:last-child th {
    border-bottom: none !important;
}

table td:has(b) {
    background-color: #F8F9FA;
}

/* ============================= */
/* RESPONSIVE DESIGN */
/* ============================= */

/* --- Tablet (max-width: 768px) --- */
@media (max-width: 768px) {
    .hero {
        display: none;
    }
}

@media (max-width: 450px) {
    .table td {
        word-break: break-all;
    }
}