.disabled-icon { opacity: 0.3 !important; pointer-events: none !important; cursor: not-allowed !important; }
.force-hide { display: none !important; }

.jet-listing-grid__item .elementor-button:hover {
    background-color: #468c41 !important;
}

.sar-kombiniert-label {
    color: #003056 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    margin-left: 10px;
}

.sar-kombi-baukasten {
    background-color: #f8f9fa !important;
    border: none !important;
    border-radius: 16px !important;
    padding: 25px !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    display:none;
    width:100%;
    background:#f9f9f9;
}

.sar-kombi-header {
    font-size: 16px;
    font-weight: bold;
    color: #003056;
    margin: 30px 0 15px 36px;
}
.sar-kombi-header:first-child { 
    margin-top: 0; 
}

.sar-kombi-row { 
    display: flex; 
    align-items: flex-start; 
    padding: 10px 0; 
    border-bottom: none; 
    font-size: 14px; 
    line-height: 1.5;
}

.sar-kombi-action { 
    width: 22px; 
    height: 22px; 
    border-radius: 50%; 
    background-color: #f1f2f6; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-right: 15px; 
    font-size: 12px; 
    flex-shrink: 0; 
    cursor: pointer;
    margin-top: -1px;
}
.sar-kombi-action.add { color: #57a351; }
.sar-kombi-action.remove { color: #cc0000; }
.sar-kombi-action.empty { background-color: transparent; cursor: default; }

.sar-kombi-date { 
    width: 190px; 
    color: #555;
    flex-shrink: 0;
    font-weight: normal;
}

.sar-kombi-info { 
    flex: 1; 
}
.sar-kombi-title { 
    color: #00458a;
    font-weight: 600;
    margin-bottom: 4px; 
}
.sar-kombi-variant { 
    font-size: 13px; 
    color: #00458a; 
}

.sar-termin-info {
    margin-top: 15px;
}
.sar-termin-info p, 
.sar-termin-info div {
    margin-bottom: 5px !important;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}
.sar-termin-info a {
    color: #00458a;
    text-decoration: none;
    font-weight: 500;
}
.sar-termin-info a:hover {
    text-decoration: underline;
}

.sar-kombi-row.is-main-trip .sar-kombi-title,
.sar-kombi-row.is-main-trip .sar-kombi-variant {
    color: #333 !important;
}

#sar-request-modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999999; }
.sar-modal-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); }
.sar-modal-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; padding: 30px; border-radius: 8px; width: 90%; max-width: 500px; box-shadow: 0 10px 30px rgba(0,0,0,0.3); font-family: inherit; }
.sar-modal-title { font-size: 20px; font-weight: bold; margin-bottom: 15px; color: #333; }
.sar-modal-text { font-size: 15px; line-height: 1.6; margin-bottom: 25px; color: #555; }
.sar-modal-buttons { display: flex; justify-content: flex-end; gap: 10px; }
.sar-modal-btn { padding: 10px 20px; border-radius: 100px; cursor: pointer; font-weight: bold; text-decoration: none; border: none; font-size: 14px; transition: 0.3s; }
.sar-modal-btn-cancel { background: #f1f1f1; color: #333; }
.sar-modal-btn-cancel:hover { background: #e2e2e2; }
.sar-modal-btn-continue { background: #57a351; color: #fff; }
.sar-modal-btn-continue:hover { background: #468c41; }