/* استایل پایه شورت‌کدهای افزونه گشت360 - RTL */

.gasht360-booking-form,
.gasht360-owner-panel,
.gasht360-customer-panel {
    direction: rtl;
    text-align: right;
    font-family: inherit;
    max-width: 100%;
    margin-bottom: 30px;
}

.gasht360-field-row {
    margin-bottom: 12px;
}

.gasht360-field-row label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.gasht360-field-row input {
    width: 100%;
    max-width: 320px;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.gasht360-price-info {
    font-size: 15px;
    margin-bottom: 15px;
}

.gasht360-submit-booking,
.gasht360-owner-action {
    background: #1C61E7;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    margin-inline-end: 6px;
}

.gasht360-submit-booking:hover,
.gasht360-owner-action:hover {
    opacity: 0.9;
}

.gasht360-notice {
    background: #f4f7ff;
    border: 1px solid #d5e0ff;
    padding: 12px 15px;
    border-radius: 8px;
    color: #333;
}

.gasht360-notice-small {
    font-size: 12px;
    color: #777;
    margin-top: 10px;
}

.gasht360-success {
    color: #1a7f37;
    background: #eafff1;
    padding: 10px 14px;
    border-radius: 6px;
    margin-top: 10px;
}

.gasht360-error {
    color: #c0392b;
    background: #ffeeee;
    padding: 10px 14px;
    border-radius: 6px;
    margin-top: 10px;
}

.gasht360-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    font-size: 14px;
}

.gasht360-table th,
.gasht360-table td {
    border: 1px solid #eee;
    padding: 10px;
    text-align: center;
}

.gasht360-table th {
    background: #f7f9ff;
}

.gasht360-wishlist-btn {
    background: #fff;
    border: 1px solid #ddd;
    padding: 6px 14px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 13px;
}

.gasht360-wishlist-btn.active {
    background: #ffeef0;
    border-color: #ffb3bc;
}

.gasht360-wishlist-list {
    list-style: none;
    padding: 0;
}

.gasht360-wishlist-list li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

/* گالری تصاویر اسکان */
.gasht360-gallery {
    direction: rtl;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 10px;
    margin-bottom: 20px;
}

.gasht360-gallery a {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.gasht360-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.2s ease;
}

.gasht360-gallery a:hover img {
    transform: scale(1.05);
}

/* فرم ثبت‌نام */
.gasht360-register-form {
    direction: rtl;
    text-align: right;
    max-width: 420px;
}

.gasht360-role-choice {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.gasht360-role-option {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 12px;
    cursor: pointer;
    font-weight: normal;
}

.gasht360-role-option input {
    width: auto;
}
