/* File: admin/css/syncbooking-admin.css */

.syncbooking-settings .syncbooking-cards {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.syncbooking-settings .syncbooking-card {
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 45%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.syncbooking-settings .syncbooking-room-card,
.syncbooking-settings .syncbooking-room-info {
    background: #f1f1f1;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.syncbooking-settings .syncbooking-prices table.widefat th,
.syncbooking-settings .syncbooking-prices table.widefat td {
    padding: 10px;
}

.syncbooking-settings .syncbooking-closing-periods .syncbooking-closing-period {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.syncbooking-settings .syncbooking-orders table.widefat th,
.syncbooking-settings .syncbooking-orders table.widefat td {
    padding: 10px;
}

.syncbooking-settings .nav-tab-wrapper .nav-tab {
    font-weight: bold;
}

.syncbooking-settings .nav-tab-wrapper .nav-tab-active {
    background-color: #f1f1f1;
    border-bottom: 2px solid #069e08;
}

.syncbooking-settings .button-primary {
    background-color: #069e08;
    border-color: #069e08;
}

.syncbooking-settings .button-primary:hover {
    background-color: #057e06;
    border-color: #057e06;
}

.syncbooking-settings .button-secondary {
    background-color: #0073aa;
    border-color: #006799;
}

.syncbooking-settings .button-secondary:hover {
    background-color: #006799;
    border-color: #005077;
}

.syncbooking-settings .description {
    font-size: 0.9em;
    color: #555;
}

.syncbooking-card {
    padding: 15px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    margin-bottom: 20px;
    border-radius: 8px;
}
.menu-item {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.menu-item input {
    width: 45%;
}
.remove-menu-item {
    background: #e00;
    color: #fff;
    border: none;
    padding: 5px;
    cursor: pointer;
}

