.aroosyar-vendor-form-wrap {
    direction: rtl;
    font-family: inherit;
    width: 650px;
}
.aroosyar-vendor-form-holder{

}

.aroosyar-form-message {
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 14px;
}

.aroosyar-form-message--success {
    background: #eaf7ee;
    color: #1e7a34;
    border: 1px solid #b9e6c4;
}

.aroosyar-form-message--error {
    background: #fdeeee;
    color: #a3232f;
    border: 1px solid #f3c2c5;
}

.aroosyar-form-message--error ul {
    margin: 0;
    padding-right: 18px;
}

.aroosyar-form-row {
    margin-bottom: 18px;
}

.aroosyar-form-row label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
}

.aroosyar-form-row input[type="text"],
.aroosyar-form-row input[type="tel"],
.aroosyar-form-row input[type="time"],
.aroosyar-form-row select,
.aroosyar-form-row textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    box-sizing: border-box;
}

.aroosyar-form-row select[multiple] {
    padding: 6px;
}

.aroosyar-form-row select[multiple] option {
    padding: 6px 8px;
    border-radius: 4px;
}

.aroosyar-hint {
    font-weight: 400;
    color: #7a7a7a;
    font-size: 12px;
}

.aroosyar-form-row textarea {
    resize: vertical;
}

.aroosyar-form-row--split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.aroosyar-checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.aroosyar-checkbox {
    display: flex !important;
    align-items: center;
    gap: 6px;
    font-weight: 400 !important;
    font-size: 14px !important;
    text-wrap: nowrap;
}

.aroosyar-honeypot {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.aroosyar-hours-table {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.aroosyar-hours-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 14px;
}

.aroosyar-hours-day {
    width: 70px;
    font-weight: 600;
}

.aroosyar-hours-time {
    width: auto !important;
    max-width: 120px;
}

.aroosyar-hours-closed {
    color: #a3232f;
}

.aroosyar-submit-btn {
    background: var(--navy);
    color: #fff;
    border: none;
    padding: 8px 25px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s;
}

.aroosyar-submit-btn:hover {
    background: var(--navy-2);
}

/* ==========================================================================
   Chosen — سلکت‌های چندانتخابیِ «دسته‌بندی خدمات» و «شهر»
   رنگ‌بندی هماهنگ با سیستم طراحی عروس‌یار (سرمه‌ای/آبی آسمانی/طلایی)
   ========================================================================== */
.aroosyar-chosen-multi {
    display: none; /* Chosen جایگزین بصری‌اش می‌کنه؛ سلکت اصلی مخفی می‌مونه */
}

.aroosyar-vendor-form-wrap .chosen-container {
    direction: rtl;
    text-align: right;
    font-family: inherit;
    width: 100% !important;
}

.aroosyar-vendor-form-wrap .chosen-container-multi .chosen-choices {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px 10px;
    min-height: 44px;
    box-shadow: none;
}
.aroosyar-vendor-form-wrap .chosen-container-active.chosen-with-drop .chosen-choices,
.aroosyar-vendor-form-wrap .chosen-container-active .chosen-choices {
    border-color: #A3BEE7;
    box-shadow: 0 0 0 3px rgba(163, 190, 231, .28);
}

.aroosyar-vendor-form-wrap .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-family: inherit;
    font-size: 14px;
    color: #0F1533;
    height: 26px;
    margin: 2px 0;
}

.aroosyar-vendor-form-wrap .chosen-container-multi .chosen-choices li.search-choice {
    background: #E7F0F6;
    border: 1px solid #D3E2EC;
    color: #0F1533;
    border-radius: 20px;
    padding: 5px 24px 5px 22px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: none;
    margin: 3px 4px;
}
.aroosyar-vendor-form-wrap .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    left: 6px;
    right: auto;
    top: 8px;
}
.aroosyar-vendor-form-wrap .chosen-container-multi .chosen-choices li.search-choice .search-choice-close::before {
    content: "✕";
    font-size: 10px;
    color: #7C88A8;
}

.aroosyar-vendor-form-wrap .chosen-container .chosen-drop {
    border: 1px solid #A3BEE7;
    border-radius: 10px;
    box-shadow: 0 12px 32px -18px rgba(15, 21, 51, .3);
    margin-top: 6px;
    overflow: hidden;
}

.aroosyar-vendor-form-wrap .chosen-container .chosen-results {
    padding: 6px;
    max-height: 260px;
}
.aroosyar-vendor-form-wrap .chosen-container .chosen-results li {
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 13.5px;
    color: #43507A;
}
.aroosyar-vendor-form-wrap .chosen-container .chosen-results li.group-result {
    font-weight: 700;
    color: #0F1533;
    background: transparent;
    font-size: 12.5px;
    padding-top: 10px;
}
.aroosyar-vendor-form-wrap .chosen-container .chosen-results li.highlighted {
    background: #E7F0F6;
    color: #0F1533;
}
.aroosyar-vendor-form-wrap .chosen-container .chosen-results li.no-results {
    background: transparent;
    color: #7C88A8;
}
