﻿.title-area {
    margin-bottom: 0;
}
.beslenme-baslik {
    margin-bottom: 40px;
}

.beslenme-sub {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #922fb3; 
    margin-bottom: 20px;
    text-transform: uppercase;
}

.beslenme-title {
    font-size: 42px;
    font-weight: 700;
    color: #0f3d3e; 
    text-transform: uppercase;
    margin: 0;
}
.sec-title.big-title {
    font-size: 50px;
    margin-top: -1.1rem;
}
.event-card {
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.03);
    transition: 0.3s;
    margin-bottom: 5px;
    page-break-inside: avoid;
    break-inside: avoid;
}
.today-glow {
    background: linear-gradient(270deg, #fff, #ffbf00, #b0ddcc);
    background-size: 600% 600%;
    animation: gradientGlow 6s ease infinite;
    color: white !important;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 0 25px rgba(255, 92, 0, 0.6), 0 0 45px rgba(255, 92, 0, 0.4);
    border: 2px solid #fff;
}

    .today-glow h2,
    .today-glow h3,
    .today-glow h4,
    .today-glow h5,
    .today-glow h6,
    .today-glow p,
    .today-glow span,
    .today-glow li,
    .today-glow .event-title,
    .today-glow .event-date,
    .today-glow .event-info li {
        color: #ffffff !important;
    }

    .today-glow b,
    .today-glow strong {
        color: #fff !important;
        font-weight: 700;
    }
    .today-glow a {
        color: #ffffff !important;
        text-decoration: underline;
    }

    @keyframes gradientGlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.event-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.event-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #0f3d3e;
}
.event-date-day {
    font-size: 20px;
    font-weight: 700;
}

.event-day-name {
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
    padding-top: 20px;
    text-align: center
}

.meal-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
    .meal-info span {
        font-weight: 600;
        color: #3e4440 !important;
        padding-right:10px
    }
.meal-info-line {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
    font-size: 18px;
}

.meal-label {
    width: 90px;
    font-weight: 600;
    color: #3e4440;
    flex-shrink: 0;
}

.meal-value {
    flex: 1;
    color: #333;
}
.only-mbl-m-10 {
    margin: 0;
}
.only-mbl-10{
    padding-bottom:0;
}
@media screen and (max-width: 767px) {
    .event-card {
        flex-direction: column;
    }

    .event-date {
        border-right: none;
        margin-right: 0;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .meal-info {
        flex-direction: column;
        gap: 5px;
    }
    .only-mbl-10{
        padding-bottom:10px;
    }
    .only-mbl-m-10 {
        margin: 10px;
    }
    .meal-info-line {
        display: flex;
        align-items: flex-start;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .meal-label {
        width: 80px;
        font-weight: 600;
        color: #3e4440;
        flex-shrink: 0;
    }
}


.event-content h4.event-title {
    margin-bottom: 10px;
    font-weight: bold;
}

.event-info {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .event-info li {
        flex: 1 1 20%;
        min-width: 150px;
        font-size: 15px;
        line-height: 1.6;
    }

@media (max-width: 767px) {
    .sec-title.big-title {
        font-size: 40px;
        margin-top: -1.1rem;
    }
    .event-info {
        flex-direction: column;
    }

        .event-info li {
            flex: 1 1 100%;
        }
}
@media print {
    .event-section {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .no-print {
        display: none !important;
    }
}
.beslenme-btn-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
}
@media (max-width: 768px) {
    .beslenme-btn-wrapper {
        margin-bottom: 20px;
    }
}