html.no-scroll {
    overflow: hidden;
}

#matecello-age-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
}

#matecello-age-popup {
    text-align: center;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-family: serif;
    max-width: 90%;
    box-sizing: border-box;
}

#matecello-age-popup h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

#matecello-age-popup p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

#matecello-age-popup input {
    margin: 5px;
    padding: 10px;
    width: 70px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 16px; /* prevent iOS zoom */
}

#matecello-age-popup button {
    display: block;
    margin: 15px auto 0;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    font-size: 16px; /* prevent iOS zoom */
}

.matecello-logo {
    max-width: 100px;
    margin-bottom: 1rem;
}
