/* ============================================================
   Hayta Tur Paketleri - Frontend Stilleri
   ============================================================ */

/* Tema'nin orijinal takvim ve misafir alanlarini gizle */
.hayta-pkg-active .form-date-search:not(.hayta-pkg-field),
.hayta-pkg-active .form-guest-search:not(.hayta-pkg-field),
.hayta-pkg-active .st-form-starttime {
    display: none !important;
}

/* ---- Paket seçim wrapper ---- */
.hayta-pkg-select-wrap {
    margin: 0 0 14px;
}

.hayta-pkg-select-wrap label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #888;
    margin-bottom: 7px;
}

/* Select — tema stiliyle uyumlu */
.hayta-pkg-select-wrap select {
    width: 100%;
    padding: 11px 36px 11px 14px;
    font-size: 13px;
    font-family: inherit;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 14px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #333;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
    line-height: 1.4;
}

.hayta-pkg-select-wrap select:hover {
    border-color: #bbb;
}

.hayta-pkg-select-wrap select:focus {
    border-color: #1a73e8;
    outline: none;
    box-shadow: 0 0 0 3px rgba(26,115,232,.12);
}

.hayta-pkg-select-wrap select option:disabled {
    color: #bbb;
}

/* ---- Seçilen paket detay ---- */
.hayta-pkg-detail {
    display: none;
    margin: 8px 0 12px;
    padding: 10px 14px;
    background: #f0f7ff;
    border-left: 3px solid #1a73e8;
    border-radius: 0 6px 6px 0;
    font-size: 13px;
    color: #444;
}

.hayta-pkg-detail.visible {
    display: block;
}

.hayta-pkg-detail .pkg-dates {
    font-weight: 600;
    color: #222;
}

.hayta-pkg-detail .pkg-people {
    margin-top: 3px;
    color: #666;
    font-size: 12px;
}

/* ---- Hata mesajı ---- */
.hayta-pkg-error {
    display: none;
    margin-top: 8px;
    padding: 9px 13px;
    background: #fff5f5;
    border: 1px solid #fcc;
    border-radius: 6px;
    color: #c0392b;
    font-size: 13px;
    font-weight: 500;
}

.hayta-pkg-error.visible {
    display: block;
}
