.item .item-img {
    width: 100% !important; /* Menyesuaikan dengan lebar kontainer */
    max-width: 500px; /* Batas maksimal lebar gambar */
    height: auto; /* Menjaga rasio gambar */
}
.h5-style {
    font-size: 1.25rem; /* Ukuran font seperti h5 */
    font-weight: 500;  /* Berat font default untuk h5 */
    line-height: 1.2;  /* Line height default untuk h5 */
    margin-bottom: 0;  /* Margin default untuk h5 */
}

#item-tags {
    display: none !important;
}


.dashboard-card .form-label:contains('Tags') {
    display: none;
}

@media (min-width: 1200px) {
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
}

.categories-grid {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    gap: 24px;
    overflow-x: auto; /* optional */
}


/* === PRICING CARD FIX === */
.pricing-card-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pricing-card-wrapper .card,
.pricing-card-wrapper .plan-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pricing-card-wrapper .card-body {
    display: flex;
    flex-direction: column;
}

.pricing-card-wrapper .btn {
    margin-top: auto;
}

.fsvg {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    overflow-x: hidden;
}