/* Grundläggande styling */
#catering-form-pro {
    max-width: 600px;
    margin: auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
}

#catering-form-pro label {
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

#catering-form-pro input, #catering-form-pro select {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#catering-form-pro input[type="submit"] {
    background-color: #007bff;
    color: white;
    font-weight: bold;
    border: none;
    padding: 10px;
    cursor: pointer;
    margin-top: 15px;
}

#catering-form-pro input[type="submit"]:hover {
    background-color: #0056b3;
}

#product_options {
    margin-top: 10px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#display_total {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}

/* Admin-sida */
.wrap h1 {
    margin-bottom: 20px;
}

.wp-list-table th, .wp-list-table td {
    padding: 10px;
}

.button-danger {
    background-color: #dc3545;
    color: white;
    border: none;
}

.button-danger:hover {
    background-color: #c82333;
}

.regular-text {
    width: 100%;
    max-width: 400px;
}