﻿/*namespace MargueriteSite.wwwroot.css
{
    public class ExtraStyle
    {
    }
}
*/



.bonus-table-container {
    overflow-x: auto;
    margin-top: 1rem;
}

.bonus-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    color: #000;
    font-size: 0.95rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

    .bonus-table th,
    .bonus-table td {
        border: 1px solid #ddd;
        padding: 0.75rem;
        text-align: center;
    }

    .bonus-table th {
        background-color: #ffd700;
        color: #000;
    }

    .bonus-table tr:nth-child(even) {
        background-color: #fffbea;
    }

.special-launch-bonus {
    background-color: #fff4c2;
    border: 2px solid #ffd700;
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    margin: 2rem auto;
    max-width: 800px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

html {
    scroll-behavior: smooth;
}

