/* Hero arama alanlarını aynı ölçü ve eksende tutar. */
.pw-search-card form > label {
    height: 54px !important;
    min-height: 54px !important;
}

.pw-search-card form > label > i {
    top: 50% !important;
    left: 15px !important;
    margin: 0 !important;
    transform: translateY(-50%) !important;
    line-height: 1 !important;
}

.pw-search-card form > label:has(.guest-picker) {
    height: 54px !important;
    min-height: 54px !important;
    padding: 0 !important;
}

.pw-search-card form > label:has(.guest-picker) > span {
    left: 0 !important;
}

.pw-search-card form > label .guest-picker {
    width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;
}

.pw-search-card form > label .guest-picker > button.guest-picker-trigger {
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 13px 0 14px !important;
}

.pw-search-card form > label .guest-picker > button.guest-picker-trigger > i:first-child {
    display: grid !important;
    place-items: center !important;
    flex: 0 0 28px !important;
    width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    line-height: 1 !important;
}

.pw-search-card form > label .guest-picker > button.guest-picker-trigger > span {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    text-align: left !important;
}

@media (max-width: 700px) {
    .pw-search-card form > label,
    .pw-search-card form > label:has(.guest-picker) {
        height: 54px !important;
        min-height: 54px !important;
    }
}
