/* SaxMas Registration Box / Card Style */

.saxmas-registration-card {
    background: #fff;
    border: 2px solid #c5c5c5;
    border-radius: 14px;
    padding: 22px;
    max-width: 600px;
    margin: 0 auto 30px auto;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    font-size: 16px;
}

.saxmas-registration-card h2 {
    margin-top: 0;
    font-size: 22px;
    text-align: left;
}

.saxmas-registration-card input,
.saxmas-registration-card select {
    width: 100%;
    padding: 8px;
    font-size: 15px;
    margin-bottom: 12px;
    border: 1px solid #aaa;
    border-radius: 6px;
    box-sizing: border-box;
}

/* Player cards */
.saxmas-player-card {
    background: #f7f7f7;
    border: 1px solid #bbb;
    border-radius: 10px;
    padding: 12px;
    margin-top: 10px;
    font-size: 15px;
}

/* Buttons */
.saxmas-btn-add {
    background: #008f2e;
    color: white;
    padding: 10px 18px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 15px;
}

.saxmas-btn-remove {
    background: #c80000;
    color: white;
    padding: 6px 10px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

.saxmas-btn-pay {
    background: #005ea6;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 6px;
    width: 100%;
    font-size: 18px;
    cursor: pointer;
    margin-top: 15px;
}

/* Total Box */
.saxmas-total-box {
    background: #fffde7;
    border: 2px solid #bda900;
    padding: 12px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 15px;
    text-align: right;
}
