.eir-wrapper {
    max-width: 560px;
    margin: 0 auto;
    font-family: inherit;
}

.eir-select {
    margin-bottom: 12px;
}

.select2-container {
    direction: rtl;
    text-align: right;
}

.select2-container .select2-selection--single {
    height: 42px;
    padding: 6px 8px;
    border-radius: 8px;
}

.eir-step-title {
    font-size: 16px;
    margin-bottom: 12px;
}

.eir-map {
    width: 100%;
    height: 320px;
    border-radius: 10px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
}

.eir-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 12px;
    font-size: 14px;
    box-sizing: border-box;
}

.eir-btn {
    padding: 10px 18px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    background: #0d6efd;
    color: #fff;
}

.eir-btn-back {
    background: #e9ecef;
    color: #333;
    margin-inline-end: 8px;
}

.eir-btn-submit {
    background: #198754;
    width: 100%;
}

.eir-date-list, .eir-time-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.eir-date-item, .eir-time-item {
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    font-size: 13px;
    text-align: center;
    flex: 1 1 100px;
}

.eir-date-item.selected, .eir-time-item.selected {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.eir-time-item.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    text-decoration: line-through;
}

.eir-summary-box {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 16px;
}

.eir-summary-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.eir-summary-row:last-child {
    border-bottom: none;
}

.eir-message {
    margin-top: 12px;
    font-size: 14px;
}

.eir-message.success {
    color: #198754;
}

.eir-message.error {
    color: #dc3545;
}
