.elementor-2761 .elementor-element.elementor-element-304557e > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-2761 .elementor-element.elementor-element-8bc30b9{margin-top:-24px;margin-bottom:0px;}.elementor-2761 .elementor-element.elementor-element-e3b0577{margin-top:-65px;margin-bottom:0px;}.elementor-2761 .elementor-element.elementor-element-4960aae:not(.elementor-motion-effects-element-type-background), .elementor-2761 .elementor-element.elementor-element-4960aae > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-2761 .elementor-element.elementor-element-4960aae{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-2761 .elementor-element.elementor-element-4960aae > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:767px){.elementor-2761 .elementor-element.elementor-element-8bc30b9{margin-top:0px;margin-bottom:0px;}.elementor-2761 .elementor-element.elementor-element-072c7a9 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-2761 .elementor-element.elementor-element-d27e7b4 > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-ee4f34e *//* Container Utama */
.custom-event-section {
    box-sizing: border-box;
    background-color: #000;
    color: #fff;
    /* Pastikan font keluarga ini tersedia di Elementor Global Fonts Anda, 
       jika tidak dia akan memakai font default */
    font-family: sans-serif; 
    padding: 0;
    width: 100%;
}

.event-info-container {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid #fff;
    background-color: #000;
}

/* Kotak Info */
.info-box {
    flex: 1;
    padding: 10px 20px;
    text-align: center;
    border-right: 1px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info-box:last-child {
    border-right: none;
}

/* Styling Ikon */
.info-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 15px;
    color: #fff;
    opacity: 0.9;
}

/* Judul (Location, Date, Time) */
.info-box h3 {
    /* Ganti 'Playfair Display' dengan font heading website Anda jika perlu */
    font-family: 'Playfair Display', serif; 
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
    color: #fff;
}

/* Teks Isi */
.info-box p {
    font-size: 0.95rem;
    line-height: 1;
    color: #d1d1d1;
    font-weight: 300;
    margin: 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .event-info-container {
        flex-direction: column;
    }

    .info-box {
        border-right: none;
        border-bottom: 1px solid #fff;
        padding: 10px 20px;
    }

    .info-box:last-child {
        border-bottom: none;
    }
}/* End custom CSS */