.dine-img {
    width: 100%;
}

.dine-category {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}

.dine-table {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.dine-table td {
    font-size: 14px;
    padding: 2px 0; /* ini yang paling berpengaruh */
    line-height: 1.5;
}

.dine-title {
    font-size: 50px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.1;
    font-family: 'LibertinusDisplay', serif;
    font-weight: 500;
}

.dine-heading {
    color: #3f2915 !important;
}

.dine-subtitle {
    letter-spacing: 2px;
    font-size: 15px;
}

.dine-desc {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.dine-content {
    padding: 20px 10px 20px 10px;
}

.dine-content-right {
    padding-left: 30px;
}

.dine-content-left {
    padding-left: 50px;
}

.item {
    position: relative;
}

/* BASE STYLE */
.outlet-title {
    position: absolute;
    top: 20px;
    z-index: 2;
}

/* POSISI KANAN */
.outlet-title.right {
    right: 20px;
}

/* POSISI KIRI */
.outlet-title.left {
    left: 20px;
}

/* STYLE TEXT */
.outlet-title span {
    font-family: 'Epunda Slab' !important;
    font-weight: 400 !important;
    display: inline-block;
    padding: 8px 24px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;

    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(6px);

    border-radius: 0px;
}

/* Mobile */
@media (max-width: 768px) {

    .dine-content-left {
        padding-left: 30px;
    }

    .dine-content-right {
        padding-left: 30px;
    }

    .outlet-title {
        left: 15px !important;
        right: auto !important;
    }

    .dine-title {
        font-size: 32px;
    }
    .dine-subtitle {
        font-size: 13px;
    }

    .dine-table td {
        font-size: 12px;
    }
}

