/*--------------------------------------------------------------------------------- Theme Name:   Astrom & Ekelund Theme URI:    https://mattiasmat.se Description:   Author:        Author URI:    Template:     Divi Version:      1.0.0 License:      GNU General Public License v2 or later License URI:  http://www.gnu.org/licenses/gpl-2.0.html------------------------------ ADDITIONAL CSS HERE ------------------------------*/.alla-dagens-lunch {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.restaurang-card {
    background: #f8f8f8;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s ease;
}

.restaurang-card:hover {
    transform: translateY(-5px);
}

.restaurang-logo img {
    max-height: 80px;
    margin-bottom: 15px;
}

.restaurang-title a {
    text-decoration: none;
    color: #222;
}