/* GoToBIM Business Info - Admin Styles */

.gotobim-hours-table {
    margin-top: 15px;
    width: 100%;
    max-width: 700px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.gotobim-hours-table thead {
    background-color: #f5f5f5;
}

.gotobim-hours-table th {
    padding: 12px 8px;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid #ddd;
    font-size: 14px;
}

.gotobim-hours-table td {
    padding: 10px 8px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.gotobim-hours-table tbody tr:last-child td {
    border-bottom: 0;
}

.gotobim-hours-table input[type="time"] {
    padding: 6px 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    width: 150px;
}

.gotobim-hours-table input[type="time"]:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.1);
}

input[type="text"] {
    max-width: 400px;
}

/* Settings page general styling */
.wrap h1 {
    margin-bottom: 20px;
}

#gotobim_hours {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
