/* Transportation Information Styles */
.cid-tEFDCnKoS9 .transport-info {
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'OPN', sans-serif !important;
    height: auto;
}

.cid-tEFDCnKoS9 .transport-compact-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    border-left: 4px solid #8b761c;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    height: auto;
    min-height: fit-content;
}

.cid-tEFDCnKoS9 .transport-title {
    color: #8b761c;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.cid-tEFDCnKoS9 .transport-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cid-tEFDCnKoS9 .transport-column {
    background: white;
    border-radius: 12px;
    padding: 18px;
    border: 1px solid #e9ecef;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.column-title {
    color: #8b761c;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: center;
}

.cid-tEFDCnKoS9 .package-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cid-tEFDCnKoS9 .package-item {
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #8b761c;
}

.cid-tEFDCnKoS9 .package-name {
    color: #8b761c;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
    margin: 0 0 8px 0;
    text-align: left;
}

.cid-tEFDCnKoS9 .package-desc {
    color: #6c757d;
    line-height: 1.4;
    font-size: 0.9rem;
    margin: 0;
    text-align: left;
}

.cid-tEFDCnKoS9 .package-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #8b761c, transparent);
    margin: 6px 0;
}

.cid-tEFDCnKoS9 .schedule-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cid-tEFDCnKoS9 .schedule-block {
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #8b761c;
}

.cid-tEFDCnKoS9 .schedule-title {
    color: #8b761c;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
    margin: 0 0 8px 0;
    text-align: left;
}

.cid-tEFDCnKoS9 .schedule-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #8b761c, transparent);
    margin: 6px 0;
}

.cid-tEFDCnKoS9 .column-desc {
    color: #6c757d;
    line-height: 1.4;
    font-size: 0.9rem;
    margin: 0;
}

.cid-tEFDCnKoS9 .schedule-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 0.2rem;
}

.cid-tEFDCnKoS9 .schedule-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    border-bottom: 1px solid #f1f3f4;
}

.cid-tEFDCnKoS9 .schedule-item:last-child {
    border-bottom: none;
}

.cid-tEFDCnKoS9 .time {
    color: #8b761c;
    font-size: 0.8rem;
    min-width: 55px;
    text-align: left;
}

.cid-tEFDCnKoS9 .location {
    color: #495057;
    font-size: 0.8rem;
    font-weight: 500;
    text-align: left;
}

.cid-tEFDCnKoS9 .boat-schedule {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.cid-tEFDCnKoS9 .boat-time {
    font-size: 1.1rem;
    color: #8b761c;
    background: #f8f9fa;
    padding: 8px 12px;
    border-radius: 6px;
    border: 2px solid #8b761c;
}

.cid-tEFDCnKoS9 .boat-desc {
    color: #6c757d;
    font-size: 0.8rem;
    line-height: 1.3;
}

/* Responsive Design */
@media (max-width: 992px) {
    .cid-tEFDCnKoS9 .transport-compact-card {
        padding: 18px;
    }
    
    .cid-tEFDCnKoS9 .transport-column {
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .cid-tEFDCnKoS9 .transport-compact-card {
        padding: 15px;
    }
    
    .cid-tEFDCnKoS9 .transport-column {
        padding: 12px;
    }
    
    .cid-tEFDCnKoS9 .package-item {
        padding: 12px;
    }
    
    .cid-tEFDCnKoS9 .package-name {
        font-size: 0.95rem;
    }
    
    .cid-tEFDCnKoS9 .package-desc {
        font-size: 0.85rem;
    }
}

.cid-tEFDCnKoS9 .package-type {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.cid-tEFDCnKoS9 .package-label {
    font-weight: 600;
    color: #495057;
    min-width: 140px;
    flex-shrink: 0;
}

.cid-tEFDCnKoS9 .package-desc {
    color: #6c757d;
    line-height: 1.5;
    font-family: 'OPN', sans-serif !important;

}

.cid-tEFDCnKoS9 .schedule-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cid-tEFDCnKoS9 .schedule-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.cid-tEFDCnKoS9 .time {
    color: #8b761c;
    min-width: 80px;
    text-align: center;
    background: #f8f9fa;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.9rem;
}

.cid-tEFDCnKoS9 .location {
    color: #495057;
    font-weight: 500;
}

.cid-tEFDCnKoS9 .boat-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.cid-tEFDCnKoS9 .boat-time {
    font-size: 1.2rem;
    color: #8b761c;
    background: white;
    padding: 10px 20px;
    border-radius: 8px;
    border: 2px solid #8b761c;
}

.cid-tEFDCnKoS9 .boat-desc {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 768px) {
    .cid-tEFDCnKoS9 .transport-card, .cid-tEFDCnKoS9 .schedule-card, .cid-tEFDCnKoS9 .boat-card, .cid-tEFDCnKoS9 .package-item {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .cid-tEFDCnKoS9 .package-type {
        flex-direction: column;
        gap: 8px;
    }
    
    .cid-tEFDCnKoS9 .package-label {
        min-width: auto;
    }
}

.cid-tEFDCnKoS9 .addon-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cid-tEFDCnKoS9 .addon-block {
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #8b761c;
}

.cid-tEFDCnKoS9 .addon-title {
    color: #8b761c;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
    margin: 0 0 8px 0;
    text-align: left;
}

.cid-tEFDCnKoS9 .addon-desc {
    color: #6c757d;
    line-height: 1.4;
    font-size: 0.9rem;
    margin: 0 0 8px 0;
    text-align: left;
}

.cid-tEFDCnKoS9 .addon-price {
    color: #8b761c;
    font-weight: 600;
    font-size: 0.85rem;
    background: white;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #8b761c;
    text-align: center;
    display: inline-block;
}

.cid-tEFDCnKoS9 .addon-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 6px;
}

.cid-tEFDCnKoS9 .addon-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    border-bottom: 1px solid #e9ecef;
}

.cid-tEFDCnKoS9 .addon-item:last-child {
    border-bottom: none;
}

.cid-tEFDCnKoS9 .addon-type {
    color: #495057;
    font-size: 0.85rem;
    font-weight: 500;
    text-align: left;
}

.cid-tEFDCnKoS9 .addon-rate {
    color: #8b761c;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

.cid-tEFDCnKoS9 .addon-note {
    color: #6c757d;
    line-height: 1.3;
    font-size: 0.8rem;
    font-weight: bold;
    margin: 0;
    text-align: left;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 8px 10px;
    border-left: 4px solid #6c757d;
}

.cid-tEFDCnKoS9 .addon-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #8b761c, transparent);
    margin: 6px 0;
}

/* Tabbed Interface Styles */
.cid-tEFDCnKoS9 .transport-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.cid-tEFDCnKoS9 .tab-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    color: #6c757d;
    font-weight: 500;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 140px;
    justify-content: center;
}

.cid-tEFDCnKoS9 .tab-button:hover {
    background: #e9ecef;
    border-color: #8b761c;
    color: #8b761c;
}

.cid-tEFDCnKoS9 .tab-button.active {
    background: #8b761c;
    border-color: #8b761c;
    color: white;
    box-shadow: 0 2px 8px rgba(139, 118, 28, 0.3);
}

.cid-tEFDCnKoS9 .tab-button i {
    font-size: 1rem;
}

.cid-tEFDCnKoS9 .tab-content {
    position: relative;
    height: auto;
    min-height: fit-content;
}

.cid-tEFDCnKoS9 .tab-pane {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
    height: auto;
}

.cid-tEFDCnKoS9 .tab-pane.active {
    display: block;
    height: auto;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Ensure content within tabs is properly spaced */
.cid-tEFDCnKoS9 .tab-pane .package-section,
.cid-tEFDCnKoS9 .tab-pane .schedule-section,
.cid-tEFDCnKoS9 .tab-pane .addon-section {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Adjust spacing for better content distribution */
.cid-tEFDCnKoS9 .tab-pane .package-item {
    margin-bottom: 15px;
}

.cid-tEFDCnKoS9 .tab-pane .package-item:last-child {
    margin-bottom: 0;
}

/* Ensure consistent spacing between elements */
.cid-tEFDCnKoS9 .tab-pane .addon-note {
    margin-top: 2px;
    margin-bottom: 0;
}

/* Responsive Design for Tabs */
@media (max-width: 768px) {
    .cid-tEFDCnKoS9 .transport-tabs {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    
    .cid-tEFDCnKoS9 .tab-button {
        width: 100%;
        max-width: 280px;
        min-width: auto;
        padding: 10px 16px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .cid-tEFDCnKoS9 .tab-button {
        padding: 8px 12px;
        font-size: 0.85rem;
        gap: 6px;
    }
    
    .cid-tEFDCnKoS9 .tab-button i {
        font-size: 0.9rem;
    }
}

/* Additional height adjustments for better content flow */
.cid-tEFDCnKoS9 .transport-compact-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    border-left: 4px solid #8b761c;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    height: auto;
    min-height: fit-content;
}

/* Ensure lists have consistent spacing */
.cid-tEFDCnKoS9 .tab-pane .schedule-list {
    margin-bottom: 15px;
}

.cid-tEFDCnKoS9 .tab-pane .schedule-list:last-child {
    margin-bottom: 0;
}

/* Better spacing for dividers */
.cid-tEFDCnKoS9 .tab-pane .package-divider,
.cid-tEFDCnKoS9 .tab-pane .schedule-divider,
.cid-tEFDCnKoS9 .tab-pane .addon-divider {
    margin: 15px 0;
}