.elementor-210 .elementor-element.elementor-element-2dbb28a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-210 .elementor-element.elementor-element-2dbb28a:not(.elementor-motion-effects-element-type-background), .elementor-210 .elementor-element.elementor-element-2dbb28a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(142deg, #F97316 0%, #2563EB 100%);}.elementor-210 .elementor-element.elementor-element-fb1507a{--display:flex;}/* Start custom CSS for container, class: .elementor-element-2dbb28a *//* HILANGKAN BATAS ELEMENTOR */
.open-trip-section .elementor-container,
.open-trip-section .e-con-inner {
    max-width: 100% !important;
    padding: 0 !important;
}


/* CONTAINER */
.open-trip-container {
    max-width: 900px;
    margin: auto;
}

/* CARD (TETAP PUTIH - CLEAN) */
.open-trip-card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    overflow: hidden;
    font-family: Arial, sans-serif;
}

/* HEADER */
.open-trip-header {
    text-align: center;
    padding: 26px;
    border-bottom: 1px solid #e5e7eb;
}

.open-trip-badge {
    font-size: 14px;
    font-weight: bold;
    color: #f97316;
}

.open-trip-title {
    font-size: 30px;
    font-weight: bold;
    color: #111827;
    margin: 6px 0;
}

.open-trip-sub {
    font-size: 14px;
    color: #64748b;
}

/* CONTENT */
.open-trip-content {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 26px;
}

/* LEFT */
.open-trip-left {
    flex: 1;
    min-width: 260px;
}

.open-trip-price {
    font-size: 28px;
    font-weight: bold;
    color: #1e3a8a;
    margin-bottom: 16px;
}

.open-trip-list {
    font-size: 14px;
    color: #111827;
    line-height: 1.9;
}

/* RIGHT */
.open-trip-right {
    flex: 1;
    min-width: 260px;
}

.open-trip-meeting {
    font-weight: bold;
    margin-bottom: 8px;
    color: #111827;
}

.open-trip-time {
    font-size: 14px;
    color: #374151;
    line-height: 1.7;
}

.open-trip-highlight {
    margin-top: 14px;
    padding: 12px;
    background: #f8fafc;
    border-left: 4px solid #2563eb;
    border-radius: 8px;
    font-size: 13px;
    color: #475569;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .open-trip-title {
        font-size: 24px;
    }

    .open-trip-price {
        font-size: 24px;
    }
}/* End custom CSS */