/* Start custom CSS for html, class: .elementor-element-ca1a2e5 *//* Mänguõiguste Hinnakiri Stiilid */

/* BLACKWEEK Banner */
.mo-blackweek-banner {
    background: linear-gradient(135deg, #8B5CF6 0%, #7C3AED 100%);
    color: #fff;
    padding: 16px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

.mo-blackweek-text {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.mo-payment-note {
    font-size: 14px;
    opacity: 0.95;
}

/* Pealkiri */
.mo-header {
    background: #1a1a1a;
    color: #ffffff;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
}

.mo-main-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #ffffff !important;
    line-height: 1.3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    gap: 6px;
}

.mo-title-main {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff !important;
    white-space: nowrap;
}

.mo-title-small {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff !important;
    opacity: 0.95;
    white-space: nowrap;
}

.mo-subtitle {
    font-size: 14px;
    margin: 0;
    opacity: 0.95;
    color: #ffffff !important;
    line-height: 1.4;
}

/* DESKTOP TABEL */
.mo-table-wrapper {
    max-width: 1200px;
    margin: 0 auto 40px;
    overflow-x: auto;
}

.mo-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.mo-table th {
    padding: 16px 14px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    border: none;
}

.mo-col-type {
    background: #4B5563;
    text-align: left;
    width: 30%;
}

.mo-col-guest {
    background: #8B5CF6;
}

.mo-col-member {
    background: #3B82F6;
}

.mo-col-shareholder {
    background: #60A5FA;
}

.mo-table td {
    padding: 14px;
    border-bottom: 1px solid #e5e7eb;
    text-align: center;
    font-size: 15px;
    vertical-align: middle;
}

.mo-table td:first-child {
    text-align: left;
    font-weight: 500;
    background: #f9fafb;
}

.mo-table tbody tr:hover {
    background: #f9fafb;
}

.mo-price {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.mo-blackweek-price {
    font-size: 13px;
    color: #8B5CF6;
    font-weight: 600;
}

/* MOBIILIKAARDID */
.mo-cards {
    display: none;
    max-width: 600px;
    margin: 0 auto;
}

.mo-card {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-left: 4px solid #8B5CF6;
}

.mo-card-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 16px;
    color: #1a1a1a;
    padding-bottom: 12px;
    border-bottom: 2px solid #e5e7eb;
}

.mo-card-price-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mo-card-price-row {
    display: flex;
    flex-direction: column;
    padding: 12px;
    border-radius: 8px;
    gap: 6px;
}

.mo-card-price-row.mo-guest {
    background: #F3E8FF;
    border-left: 3px solid #8B5CF6;
}

.mo-card-price-row.mo-member {
    background: #DBEAFE;
    border-left: 3px solid #3B82F6;
}

.mo-card-price-row.mo-shareholder {
    background: #E0F2FE;
    border-left: 3px solid #60A5FA;
}

.mo-card-label {
    font-size: 14px;
    font-weight: 600;
    color: #4B5563;
    margin-bottom: 4px;
}

.mo-card-price-main {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

.mo-card-price-blackweek {
    font-size: 13px;
    color: #8B5CF6;
    font-weight: 600;
}

/* RESPONSIVE – mobiilis peidame tabeli ja näitame kaarte */
@media (max-width: 768px) {
    .mo-table-wrapper {
        display: none;
    }
    
    .mo-cards {
        display: block;
    }
    
    .mo-blackweek-text {
        font-size: 16px;
    }
    
    .mo-header {
        background: #1a1a1a;
        color: #fff;
        padding: 18px 16px;
        margin-bottom: 24px;
        border-radius: 8px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .mo-main-title {
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 8px 0;
        color: #ffffff;
        line-height: 1.4;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: baseline;
        gap: 4px;
    }
    
    .mo-title-main {
        font-size: 18px;
        font-weight: 700;
        color: #ffffff !important;
        white-space: nowrap;
        min-width: fit-content;
    }
    
    .mo-title-small {
        font-size: 13px;
        font-weight: 600;
        color: #ffffff !important;
        opacity: 0.95;
        white-space: nowrap;
    }
    
    .mo-subtitle {
        font-size: 12px;
        margin: 0;
        color: #ffffff;
        opacity: 0.95;
        line-height: 1.4;
    }
}

/* Väikese ekraani jaoks */
@media (max-width: 480px) {
    .mo-header {
        padding: 16px 12px;
        margin-bottom: 20px;
    }
    
    .mo-main-title {
        font-size: 16px;
        line-height: 1.5;
        gap: 3px;
    }
    
    .mo-title-main {
        font-size: 16px;
        font-weight: 700;
        color: #ffffff !important;
        white-space: nowrap;
        min-width: fit-content;
    }
    
    .mo-title-small {
        font-size: 11px;
        font-weight: 600;
        color: #ffffff !important;
        opacity: 0.95;
        white-space: nowrap;
    }
    
    .mo-subtitle {
        font-size: 11px;
        line-height: 1.5;
    }
    
    .mo-card {
        padding: 12px;
    }
    
    .mo-card-title {
        font-size: 14px;
    }
    
    .mo-card-price-main {
        font-size: 16px;
    }
    
    .mo-blackweek-banner {
        padding: 14px 16px;
    }
    
    .mo-blackweek-text {
        font-size: 15px;
    }
}/* End custom CSS */