body {
    scroll-behavior: smooth;
}
.section-divider {
    border-top: 3px dashed #C91F2D;
    margin: 3rem auto;
    width: 80px;
}
.menu-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.875rem;
    z-index: 10;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.hours-row:hover {
    background-color: rgba(246, 224, 139, 0.3);
    transform: translateY(-2px);
    transition: all 0.3s ease;
}
.contact-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 1rem;
}
.pizza-pattern {
    background-image: radial-gradient(#C91F2D 2px, transparent 2px);
    background-size: 20px 20px;
    opacity: 0.1;
}
.points-badge {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1rem;
    margin-right: 1rem;
    flex-shrink: 0;
}
