/* MN Pirts rezervācijas — site-matched styles */

body .mn-sauna-booking {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    color: #141617;
    line-height: 1.6;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px 40px;
    box-sizing: border-box;
}

/* Hero */
body .mn-sauna-hero {
    text-align: center;
    padding: 50px 25px;
    background: #94288f;
    color: #fff;
    margin-bottom: 35px;
}

body .mn-sauna-booking .mn-sauna-hero .mn-sauna-hero-title {
    font-size: 40px;
    margin: 0 0 10px 0;
    font-weight: 300;
    color: #fff !important;
}

body .mn-sauna-hero-subtitle {
    font-size: 18px;
    margin: 0 0 16px 0;
    font-style: italic;
    opacity: 0.95;
}

body .mn-sauna-hero-note {
    font-size: 14px;
    margin: 0;
    opacity: 0.9;
}

/* Info cards */
body .mn-sauna-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 35px;
}

body .mn-sauna-info-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 25px;
}

body .mn-sauna-info-card h2 {
    margin-top: 0;
    font-size: 18px;
    color: #94288f;
    margin-bottom: 12px;
    font-weight: 600;
}

body .mn-sauna-info-card p {
    margin-bottom: 16px;
    color: #555;
    font-size: 14px;
}

body .mn-sauna-price-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

body .mn-sauna-price-table th,
body .mn-sauna-price-table td {
    padding: 9px 8px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

body .mn-sauna-price-table th {
    font-weight: 600;
    color: #fff;
    background: #94288f;
}

body .mn-sauna-price-table td:last-child,
body .mn-sauna-price-table th:last-child,
body .mn-sauna-price-table td:nth-child(3),
body .mn-sauna-price-table th:nth-child(3) {
    text-align: right;
}

body .mn-sauna-info-card-public {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body .mn-sauna-big-price {
    font-size: 28px;
    font-weight: 600;
    color: #94288f;
    margin: 15px 0 0 0;
}

/* Addons info */
body .mn-sauna-addons-info {
    background: #f2f3f5;
    padding: 25px;
    margin-bottom: 35px;
}

body .mn-sauna-addons-info h2 {
    margin-top: 0;
    color: #94288f;
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: 600;
}

body .mn-sauna-addons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

body .mn-sauna-addon-item {
    background: #fff;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

body .mn-sauna-addon-item span {
    font-weight: 600;
    color: #94288f;
    white-space: nowrap;
    margin-left: 10px;
}

/* Reservation section */
body .mn-sauna-reservation {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 30px;
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

body .mn-sauna-reservation > h2 {
    width: 100%;
    margin-top: 0;
    font-size: 22px;
    color: #94288f;
    margin-bottom: 5px;
    font-weight: 600;
}

body .mn-sauna-form-wrap {
    flex: 1 1 58%;
    min-width: 280px;
}

body .mn-sauna-summary {
    flex: 1 1 32%;
    min-width: 240px;
}

body .mn-sauna-field {
    margin-bottom: 16px;
}

body .mn-sauna-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 13px;
    color: #333;
}

body .mn-sauna-input,
body .mn-sauna-booking select,
body .mn-sauna-booking input[type="date"],
body .mn-sauna-booking input[type="number"],
body .mn-sauna-booking input[type="text"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.4;
    background: #fff;
    color: #333;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    height: auto;
    font-family: inherit;
}

body .mn-sauna-input:focus,
body .mn-sauna-booking select:focus,
body .mn-sauna-booking input:focus {
    border-color: #94288f;
    outline: none;
    box-shadow: 0 0 0 2px rgba(123, 31, 162, 0.12);
}

body .mn-sauna-columns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

body .mn-sauna-col-half {
    flex: 1 1 calc(50% - 6px);
    min-width: 130px;
}

body .mn-sauna-input-small {
    width: 80px;
    display: inline-block;
}

body .mn-sauna-guest-field .mn-sauna-input {
    margin-right: 8px;
}

body .mn-sauna-hint {
    display: inline;
    font-size: 12px;
    color: #666;
}

body .mn-sauna-addons {
    background: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 18px;
}

body .mn-sauna-addons h3 {
    margin: 0 0 12px 0;
    font-size: 15px;
    color: #94288f;
    font-weight: 600;
}

body .mn-sauna-addons-table {
    width: 100%;
    border-collapse: collapse;
}

body .mn-sauna-addons-table tr {
    border-bottom: 1px solid #eee;
}

body .mn-sauna-addons-table tr:last-child {
    border-bottom: none;
}

body .mn-sauna-addons-table td {
    padding: 8px 5px;
    vertical-align: middle;
    font-size: 13px;
}

body .mn-sauna-addon-check {
    width: 26px;
    text-align: center;
}

body .mn-sauna-addon-check-input {
    width: 16px;
    height: 16px;
    accent-color: #94288f;
    cursor: pointer;
}

body .mn-sauna-addon-name {
    width: auto;
    color: #333;
}

body .mn-sauna-addon-price {
    width: 80px;
    text-align: right;
    white-space: nowrap;
    color: #555;
}

body .mn-sauna-addon-qty {
    width: 60px;
    text-align: right;
}

body .mn-sauna-addon-qty-input {
    width: 50px !important;
    padding: 5px 6px !important;
    text-align: center;
}

body .mn-sauna-button {
    display: inline-block;
    background-color: #94288f;
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-transform: none;
    font-family: inherit;
}

body .mn-sauna-button:hover {
    background-color: #7a1f75;
    color: #fff;
}

body .mn-sauna-button:disabled {
    background-color: #c47ac0;
    cursor: not-allowed;
}

body .mn-sauna-summary-box {
    background: #f2f3f5;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 20px;
    position: sticky;
    top: 30px;
}

body .mn-sauna-summary-box h3 {
    margin: 0 0 15px 0;
    font-size: 17px;
    color: #94288f;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: 600;
}

body .mn-sauna-summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    color: #444;
}

body .mn-sauna-summary-row strong {
    color: #222;
    font-weight: 600;
}

body .mn-sauna-summary-total {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    border-top: 1px solid #ddd;
    padding-top: 12px;
    margin-top: 12px;
}

body .mn-sauna-summary-total strong {
    color: #94288f;
    font-size: 18px;
}

body .mn-sauna-summary-note {
    margin-top: 14px;
    font-size: 11px;
    color: #666;
    line-height: 1.5;
}

/* Story */
body .mn-sauna-story {
    background: #f5f5f5;
    border-left: 4px solid #94288f;
    padding: 25px;
}

body .mn-sauna-story h2 {
    margin-top: 0;
    color: #94288f;
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 600;
}

body .mn-sauna-story p {
    color: #444;
    margin-bottom: 12px;
    font-size: 14px;
}

/* Thank you / emails */
body .mn-sauna-thankyou-details {
    margin: 25px 0;
    padding: 18px;
    background: #f5f5f5;
    border-left: 4px solid #94288f;
    border-radius: 4px;
}

body .mn-sauna-thankyou-details h2 {
    margin-top: 0;
    color: #94288f;
}

body .mn-sauna-thankyou-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body .mn-sauna-thankyou-details li {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e0e0e0;
}

body .mn-sauna-thankyou-details li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

@media (max-width: 768px) {
    body .mn-sauna-booking {
        padding: 0 15px 30px;
    }

    body .mn-sauna-hero {
        padding: 30px 18px;
    }

    body .mn-sauna-booking .mn-sauna-hero .mn-sauna-hero-title {
        font-size: 28px;
    }

    body .mn-sauna-hero-subtitle {
        font-size: 15px;
    }

    body .mn-sauna-info {
        grid-template-columns: 1fr;
    }

    body .mn-sauna-price-table {
        font-size: 12px;
    }

    body .mn-sauna-price-table th,
    body .mn-sauna-price-table td {
        padding: 7px 5px;
    }

/* Public events */
body .mn-sauna-event-option {
    display: block;
    padding: 12px;
    margin-bottom: 8px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
}

body .mn-sauna-event-option:hover {
    border-color: #94288f;
}

body .mn-sauna-event-option input[type="radio"] {
    margin-right: 10px;
}

body .mn-sauna-event-title {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
    color: #94288f;
}

body .mn-sauna-event-time,
body .mn-sauna-event-price,
body .mn-sauna-event-spots {
    display: inline-block;
    margin-right: 12px;
    font-size: 13px;
    color: #555;
}

body .mn-sauna-event-price {
    font-weight: 600;
    color: #141617;
}

body .mn-sauna-time-hint {
    margin-top: -10px;
}

    body .mn-sauna-addons-info {
        padding: 18px;
    }

    body .mn-sauna-reservation {
        flex-direction: column;
        padding: 20px;
    }

    body .mn-sauna-form-wrap,
    body .mn-sauna-summary {
        flex: 1 1 100%;
        min-width: auto;
    }

    body .mn-sauna-columns {
        flex-direction: column;
        gap: 0;
    }

    body .mn-sauna-col-half {
        flex: 1 1 100%;
    }

    body .mn-sauna-input,
    body .mn-sauna-booking select,
    body .mn-sauna-booking input[type="date"],
    body .mn-sauna-booking input[type="number"],
    body .mn-sauna-booking input[type="text"] {
        font-size: 16px;
        padding: 12px 10px;
    }

    body .mn-sauna-summary-box {
        position: static;
    }

    body .mn-sauna-addons-grid {
        grid-template-columns: 1fr;
    }

    body .mn-sauna-addons-table td {
        padding: 7px 4px;
        font-size: 12px;
    }

    body .mn-sauna-addon-qty-input {
        width: 44px !important;
    }

    body .mn-sauna-button {
        width: 100%;
        text-align: center;
    }
}
