/*
Theme Name: Berlina Theme
Theme URI: https://berlina-doener.de
Description: Child Theme for Patterns Restaurant
Author: Berlina Döner
Template: patterns-restaurant
Version: 1.0
Text Domain: berlina-theme
*/

.custom-dashboard h2 {
    color: #c0392b;
    font-size: 1.8em;
    margin-bottom: 10px;
}

.custom-dashboard p {
    font-size: 1.1em;
    line-height: 1.5;
    color: #333;
}

.dashboard-images {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.dashboard-images img {
    width: 100%;
    max-width: 200px;
    border-radius: 12px;
    object-fit: cover;
}
