/* ====================
   BASE STYLES (Desktop)
   ==================== */

.universal-1x2-league-stats-container {
    margin-bottom: 5px;
    border: 2px solid #C7C8C6 !important;
}

.universal-1x2-league-stats-header {
    background-color: #1D365A;
    color: white;
    padding: 1.5rem 1rem;
    position: relative;
    overflow: hidden;
}

.universal-1x2-league-stats-header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 20px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.universal-1x2-league-stats-branding {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
    justify-content: center;
}

.universal-1x2-league-stats-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.universal-1x2-league-stats-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 2px solid #C7C8C6;
    border-radius: 5px;
    padding: 0;
    width: 150px;
    height: 150px;
    box-sizing: border-box;
}

.universal-1x2-league-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 4px;
    display: block;
}

.universal-1x2-league-logo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    color: #1D365A;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.universal-1x2-league-stats-league-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.universal-1x2-league-stats-title {
    margin: 0;
    font-size: 30px !important;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    text-align: left;
}

.universal-1x2-league-stats-title-highlight {
    color: #FF9800;
}

.universal-1x2-league-stats-subtitle {
    margin: 0.3rem 0 0 0;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.universal-1x2-league-stats-flag {
    font-size: 2rem;
}

.universal-1x2-league-stats-chart {
    flex: 0 0 300px;
    margin-left: 2rem;
}

.universal-1x2-league-nav-buttons {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 15px 0;
    border-top: 2px solid #C7C8C6;
}

.universal-1x2-nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.universal-1x2-nav-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.universal-1x2-nav-btn {
    display: block;
    background: linear-gradient(135deg, #1D365A 0%, #2a4a7a 100%);
    color: #fff;
    padding: 10px 6px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.1rem;
    font-family: Arial, sans-serif;
    text-align: center;
    transition: all 0.3s ease;
}

.universal-1x2-nav-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.universal-1x2-nav-btn-highlight {
    color: #FF9800;
}

.universal-1x2-seo-intro {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 20px;
    border-radius: 0 0 8px 8px;
    margin-bottom: 1px;
}

.universal-1x2-seo-intro h2 {
    color: #475569;
    font-size: 24px !important;
    font-weight: 800;
    margin-bottom: 10px;
    text-align: center;
}

.universal-1x2-seo-intro p {
    font-size: 1.1rem;
    font-family: Arial, sans-serif;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: center;
}

.universal-1x2-premium-section {
    text-align: center;
    margin-top: 1rem;
}

.universal-1x2-premium-unlock-btn {
    background: #1D365A;
    color: white;
    padding: 0.5rem 1rem;
    border: 2px solid #FF9800;
    border-radius: 5px;
    font-size: 1.1rem;
    font-family: Arial, sans-serif;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.universal-1x2-premium-unlock-btn:hover {
    background: #2a4a7a;
    transform: translateY(-2px);
}

.universal-1x2-league-performance-text-container {
    width: 300px;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255,255,255,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}

.universal-1x2-premium-lock-content {
    text-align: center;
    padding: 20px;
}

.universal-1x2-premium-lock-icon {
    font-size: 32px;
    margin-bottom: 10px;
}

.universal-1x2-premium-lock-title {
    font-size: 14px;
    color: #ccc;
    font-weight: bold;
}

.universal-1x2-premium-lock-subtitle {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.universal-1x2-league-profit-chart-container {
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    padding: 15px;
    height: 150px;
    position: relative;
}

.universal-1x2-league-profit-chart-container.universal-1x2-no-data {
    text-align: center;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.universal-1x2-chart-placeholder {
    text-align: center;
}

.universal-1x2-chart-placeholder-icon {
    font-size: 24px;
    margin-bottom: 8px;
}

.universal-1x2-chart-placeholder-text {
    font-size: 12px;
    color: #ccc;
}

.universal-1x2-profit-chart-header {
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.universal-1x2-profit-trend-title {
    font-size: 12px;
    font-weight: bold;
    color: #FF9800;
}

.universal-1x2-roi-indicator {
    font-size: 11px;
}

.positive-roi {
    color: #4CAF50;
}

.negative-roi {
    color: #F44336;
}

.universal-1x2-chart-area {
    height: 80px;
    position: relative;
}

.universal-1x2-chart-zero-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255,255,255,0.3);
    transform: translateY(-50%);
}

.universal-1x2-profit-chart-svg {
    display: block;
}

.universal-1x2-chart-line {
    stroke-width: 1.5;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.positive-line {
    stroke: #4CAF50;
}

.negative-line {
    stroke: #F44336;
}

.universal-1x2-chart-point {
    fill: #4CAF50;
}

.positive-point {
    fill: #4CAF50;
}

.negative-point {
    fill: #F44336;
}

.positive-fill {
    fill: rgba(76, 175, 80, 0.1);
    stroke: none;
}

.universal-1x2-chart-fill {
    stroke: none;
}

.universal-1x2-chart-labels {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: #ccc;
}

.universal-1x2-chart-label-start,
.universal-1x2-chart-label-now {
    font-size: 10px;
    color: #ccc;
}

.universal-1x2-no-predictions-container {
    text-align: center;
    padding: 60px 20px;
    margin: 30px 0;
}

.universal-1x2-no-predictions-content {
    max-width: 500px;
    margin: 0 auto;
}

.universal-1x2-no-predictions-title {
    color: #FF9800;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 5px;
    line-height: 1.3;
}

.universal-1x2-no-predictions-message {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.universal-1x2-schedule-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 25px 0;
}

.universal-1x2-schedule-text {
    color: #475569;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.universal-1x2-check-back {
    color: #94a3b8;
    font-size: 14px;
    margin-top: 20px;
}

.universal-1x2-premium-upgrade-box {
    margin-top: 30px;
    padding: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px;
}

.universal-1x2-premium-upgrade-title {
    color: white;
    margin-bottom: 15px;
    font-size: 18px;
}

.universal-1x2-premium-upgrade-message {
    color: rgba(255,255,255,0.9);
    font-size: 14px;
    margin-bottom: 15px;
}

.universal-1x2-premium-link {
    color: #FFD700;
    font-weight: bold;
}

.universal-1x2-upgrade-button {
    background: white;
    color: #764ba2;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.universal-1x2-prediction-container {
    position: relative;
}

.universal-1x2-prediction-fixtures-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.universal-1x2-screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.universal-1x2-col-flag { width: 7%; }
.universal-1x2-col-date { width: 13%; }
.universal-1x2-col-match { width: 20%; }
.universal-1x2-col-probability { width: 15%; }
.universal-1x2-col-odds-home { width: 6%; }
.universal-1x2-col-odds-draw { width: 6%; }
.universal-1x2-col-odds-away { width: 6%; }
.universal-1x2-col-prediction { width: 7%; }
.universal-1x2-col-value { width: 6%; }
.universal-1x2-col-analysis { width: 7%; }

.universal-1x2-prediction-fixtures-table thead {
    background-color: #1D365A;
}

.universal-1x2-prediction-fixtures-table th {
    color: white;
    padding: 12px 8px;
    text-align: center;
    font-weight: 600;
    border-bottom: 2px solid #C7C8C6;
}

.universal-1x2-th-flag {
    text-align: center;
}

.universal-1x2-th-date,
.universal-1x2-th-match,
.universal-1x2-th-probability {
    text-align: left;
}

.universal-1x2-th-odds,
.universal-1x2-th-prediction,
.universal-1x2-th-value,
.universal-1x2-th-analysis {
    text-align: center;
}

.universal-1x2-trophy-icon {
    font-size: 20px;
}

.universal-1x2-match-row {
    border-bottom: 1px solid #e2e8f0;
}

.universal-1x2-match-row:nth-child(even) {
    background-color: #f8fafc;
}

.universal-1x2-match-row:hover {
    background-color: #f1f5f9;
}

.universal-1x2-country-flag {
    vertical-align: middle;
    text-align: center;
    padding: 8px;
}

.universal-1x2-flag-image {
    width: 35px;
    height: 25px;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.universal-1x2-flag-emoji {
    font-size: 28px;
    vertical-align: middle;
}

.universal-1x2-date-cell {
    padding: 8px;
    vertical-align: middle;
}

.universal-1x2-match-time {
    display: block;
}

.universal-1x2-match-date {
    display: block;
    font-size: 14px;
}

.universal-1x2-match-time-value {
    color: #FF5722;
    font-weight: bold;
    font-size: 14px;
}

.universal-1x2-match-cell {
    padding: 8px;
    vertical-align: middle;
}

.universal-1x2-home-team,
.universal-1x2-away-team {
    display: block;
    margin: 2px 0;
}

.universal-1x2-vs {
    font-size: 16px;
    color: #F44336;
    font-weight: bold;
    display: block;
    margin: 2px 0;
}

.universal-1x2-probability-cell {
    padding: 8px;
    vertical-align: middle;
}

.universal-1x2-odds-cell {
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}

.universal-1x2-prediction-cell {
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}

.universal-1x2-value-cell {
    text-align: center;
    font-weight: bold;
    padding: 8px;
    vertical-align: middle;
}

.universal-1x2-analysis-cell {
    text-align: center;
    padding: 8px;
    vertical-align: middle;
}

.universal-1x2-analysis-link {
    color: #4CAF50;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

.universal-1x2-analysis-link:hover {
    text-decoration: underline;
}

.universal-1x2-analysis-link-disabled {
    color: #ccc;
    font-size: 12px;
}

.universal-1x2-value-high {
    color: #FF9800;
    font-size: 18px;
}

.universal-1x2-value-medium {
    color: #FF9800;
    font-size: 16px;
}

.universal-1x2-value-indicators {
    margin-top: 20px;
    padding: 15px;
    background: white;
    border: 2px solid #4CAF50;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.universal-1x2-value-title {
    font-weight: 800;
    color: #1D365A;
    font-size: 16px;
    margin-bottom: 8px;
}

.universal-1x2-value-description {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
    margin-bottom: 10px;
}

.universal-1x2-value-legend {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.universal-1x2-legend-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.universal-1x2-legend-icon {
    font-weight: bold;
}

.universal-1x2-high-value-icon {
    color: #FF9800;
    font-size: 18px;
}

.universal-1x2-medium-value-icon {
    color: #FF9800;
    font-size: 16px;
}

.universal-1x2-standard-icon {
    color: #1D365A;
    font-weight: 600;
    width: 16px;
    text-align: center;
}

.universal-1x2-legend-label {
    color: #1D365A;
    font-weight: 600;
}

.universal-1x2-legend-detail {
    color: #666;
    font-size: 12px;
}

.universal-1x2-value-premium-notice {
    margin-top: 10px;
    padding: 8px;
    background: #FFF3CD;
    border: 1px solid #FFEAA7;
    border-radius: 4px;
}

.universal-1x2-premium-notice-text {
    color: #856404;
    font-size: 12px;
    font-weight: 600;
}

.universal-1x2-seo-rich-content {
    display: none;
}

.universal-1x2-seo-link {
    color: #1D365A;
    text-decoration: none;
}

.universal-1x2-seo-link:hover {
    text-decoration: underline;
}

.universal-1x2-prediction-error {
    color: #F44336;
    padding: 10px;
    background: #FFEBEE;
    border-radius: 5px;
    border-left: 4px solid #F44336;
}

.universal-1x2-stats-summary {
    margin-bottom: 30px;
}

.universal-1x2-history-title {
    color: #64748b;
    font-size: 24px !important;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: center;
}

.universal-1x2-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
    margin-bottom: 30px;
}

.universal-1x2-stat-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 2px solid #e2e8f0;
}

.universal-1x2-won-card {
    border-color: #4CAF50;
    border-left: 4px solid #4CAF50;
}

.universal-1x2-lost-card {
    border-color: #F44336;
    border-left: 4px solid #F44336;
}

.universal-1x2-stat-label {
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.universal-1x2-stat-value {
    font-size: 28px;
    font-weight: 800;
    color: #1D365A;
}

.universal-1x2-profit-positive {
    color: #4CAF50;
}

.universal-1x2-profit-negative {
    color: #F44336;
}

.universal-1x2-history-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.universal-1x2-history-col-flag { width: 7%; }
.universal-1x2-history-col-date { width: 13%; }
.universal-1x2-history-col-match { width: 20%; }
.universal-1x2-history-col-odds { width: 8%; }
.universal-1x2-history-col-confidence { width: 8%; }
.universal-1x2-history-col-prediction { width: 7%; }
.universal-1x2-history-col-result { width: 7%; }
.universal-1x2-history-col-score { width: 8%; }
.universal-1x2-history-col-value { width: 6%; }

.universal-1x2-history-table thead {
    background-color: #1D365A;
}

.universal-1x2-history-table th {
    color: white;
    padding: 12px 8px;
    text-align: center;
    font-weight: 600;
    border-bottom: 2px solid #C7C8C6;
}

.universal-1x2-history-th-flag {
    text-align: center;
}

.universal-1x2-history-th-date,
.universal-1x2-history-th-match {
    text-align: left;
}

.universal-1x2-history-th-odds,
.universal-1x2-history-th-confidence,
.universal-1x2-history-th-prediction,
.universal-1x2-history-th-result,
.universal-1x2-history-th-score,
.universal-1x2-history-th-value {
    text-align: center;
}

.universal-1x2-history-trophy-icon {
    font-size: 20px;
}

.universal-1x2-history-row {
    border-bottom: 1px solid #e2e8f0;
}

.universal-1x2-history-row:nth-child(even) {
    background-color: #f8fafc;
}

.universal-1x2-history-row:hover {
    background-color: #f1f5f9;
}

.universal-1x2-history-country-flag {
    text-align: center;
    padding: 8px;
    vertical-align: middle;
}

.universal-1x2-history-flag-image {
    width: 30px;
    height: 23px;
    vertical-align: middle;
}

.universal-1x2-history-flag-text {
    font-size: 24px;
    vertical-align: middle;
}

.universal-1x2-history-date-cell {
    padding: 8px;
    vertical-align: middle;
}

.universal-1x2-history-time {
    display: block;
}

.universal-1x2-history-date {
    display: block;
    font-size: 14px;
}

.universal-1x2-history-time-value {
    color: #FF5722;
    font-size: 14px;
    display: block;
}

.universal-1x2-history-match-cell {
    padding: 8px;
    vertical-align: middle;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.universal-1x2-history-home-team,
.universal-1x2-history-away-team {
    display: block;
    margin: 2px 0;
}

.universal-1x2-history-vs {
    color: #FF5722;
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin: 2px 0;
}

.universal-1x2-history-odds-cell {
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}

.universal-1x2-history-confidence-cell {
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}

.universal-1x2-history-prediction-cell {
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}

.universal-1x2-history-result-cell {
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}

.universal-1x2-history-score-cell {
    font-weight: bold;
    padding: 5px;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
}

.universal-1x2-history-value-cell {
    text-align: center;
    font-weight: bold;
    padding: 8px;
    vertical-align: middle;
}

.universal-1x2-premium-lock-icon {
    color: #999;
    font-size: 14px;
}

.universal-1x2-result-correct {
    background-color: #C8E6C9;
    color: #2E7D32;
}

.universal-1x2-result-incorrect {
    background-color: #FFCDD2;
    color: #C62828;
}

.universal-1x2-league-flags-nav {
    background-color: #1D365A;
    padding: 15px 0;
    border-top: 1px solid #2F4564;
}

.universal-1x2-flags-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.universal-1x2-flags-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 35px);
    justify-content: center;
    gap: 19px;
}

.universal-1x2-flag-link {
    display: block;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.universal-1x2-flag-link:hover {
    transform: scale(1.1);
}

.universal-1x2-flag-image {
    width: 35px;
    height: 25px;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: border-color 0.2s ease;
}

.universal-1x2-flag-link:hover .universal-1x2-flag-image {
    border-color: #FF9800;
}

.universal-1x2-flag-emoji {
    width: 35px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    line-height: 1;
    }
}

/* ====================
   MOBILE STYLES (Media Query)
   ==================== */
   
   @media only screen and (max-width: 768px) {
    .universal-1x2-league-stats-container {
        margin-bottom: 3px;
        border: 1px solid #C7C8C6 !important;
    }

    .universal-1x2-league-stats-header {
        background-color: #1D365A;
        color: white;
        padding: 1rem 0.5rem;
        position: relative;
        overflow: hidden;
    }

    .universal-1x2-league-stats-header-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        margin: 0 auto;
        padding: 8px 15px;
        width: 100%;
        position: relative;
        z-index: 2;
    }

    .universal-1x2-league-stats-branding {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0.5rem;
        flex: 1;
        justify-content: center;
    }

    .universal-1x2-league-stats-logo-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .universal-1x2-league-stats-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border: 2px solid #C7C8C6;
        border-radius: 5px;
        padding: 0;
        width: 120px;
        height: 120px;
        box-sizing: border-box;
    }

    .universal-1x2-league-logo {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 4px;
        display: block;
    }

    .universal-1x2-league-logo-placeholder {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f8fafc;
        color: #1D365A;
        font-weight: bold;
        font-size: 12px;
        text-align: center;
    }

    .universal-1x2-league-stats-league-details {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .universal-1x2-league-stats-title {
        margin: 0;
        font-size: 24px !important;
        font-weight: 800;
        color: #fff;
        line-height: 1.2;
        text-align: center;
    }

    .universal-1x2-league-stats-title-highlight {
        color: #FF9800;
    }

    .universal-1x2-league-stats-subtitle {
        margin: 0.3rem 0 0 0;
        font-size: 24px;
        font-weight: 800;
        color: #fff;
        line-height: 1.2;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
    }

    .universal-1x2-league-stats-flag {
        font-size: 1.5rem;
    }

    .universal-1x2-league-stats-chart {
        flex: 0 0 auto;
        margin-left: 0;
        margin-top: 1rem;
        width: 100%;
    }

    .universal-1x2-league-nav-buttons {
        background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
        padding: 10px 0;
        border-top: 2px solid #C7C8C6;
    }

    .universal-1x2-nav-container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }

    .universal-1x2-nav-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .universal-1x2-nav-btn {
        display: block;
        background: linear-gradient(135deg, #1D365A 0%, #2a4a7a 100%);
        color: #fff;
        padding: 8px 4px;
        border-radius: 5px;
        text-decoration: none;
        font-size: 1rem;
        font-family: Arial, sans-serif;
        text-align: center;
        transition: all 0.3s ease;
    }

    .universal-1x2-nav-btn-highlight {
        color: #FF9800;
    }

    .universal-1x2-seo-intro {
        background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
        padding: 15px;
        border-radius: 0 0 8px 8px;
        margin-bottom: 1px;
    }

    .universal-1x2-seo-intro h2 {
        color: #475569;
        font-size: 20px !important;
        font-weight: 800;
        margin-bottom: 10px;
        text-align: center;
    }

    .universal-1x2-seo-intro p {
        font-size: 1rem;
        font-family: Arial, sans-serif;
        color: #475569;
        line-height: 1.5;
        margin-bottom: 20px;
        text-align: center;
    }

    .universal-1x2-premium-section {
        text-align: center;
        margin-top: 1rem;
    }

    .universal-1x2-premium-unlock-btn {
        background: #1D365A;
        color: white;
        padding: 0.4rem 0.8rem;
        border: 2px solid #FF9800;
        border-radius: 5px;
        font-size: 1rem;
        font-family: Arial, sans-serif;
        text-decoration: none;
        display: inline-block;
        transition: all 0.3s ease;
    }

    .universal-1x2-league-performance-text-container {
        width: 100%;
        height: 120px;
        border-radius: 8px;
        overflow: hidden;
        background: rgba(255,255,255,0.05);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
    }

    .universal-1x2-premium-lock-content {
        text-align: center;
        padding: 15px;
    }

    .universal-1x2-premium-lock-icon {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .universal-1x2-premium-lock-title {
        font-size: 12px;
        color: #ccc;
        font-weight: bold;
    }

    .universal-1x2-premium-lock-subtitle {
        font-size: 11px;
        color: #999;
        margin-top: 5px;
    }

    .universal-1x2-league-profit-chart-container {
        background: rgba(255,255,255,0.1);
        border-radius: 8px;
        padding: 10px;
        height: 120px;
        position: relative;
        width: 100%;
    }

    .universal-1x2-league-profit-chart-container.universal-1x2-no-data {
        text-align: center;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .universal-1x2-chart-placeholder {
        text-align: center;
    }

    .universal-1x2-chart-placeholder-icon {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .universal-1x2-chart-placeholder-text {
        font-size: 11px;
        color: #ccc;
    }

    .universal-1x2-profit-chart-header {
        margin-bottom: 6px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .universal-1x2-profit-trend-title {
        font-size: 11px;
        font-weight: bold;
        color: #FF9800;
    }

    .universal-1x2-roi-indicator {
        font-size: 10px;
    }

    .positive-roi {
        color: #4CAF50;
    }

    .negative-roi {
        color: #F44336;
    }

    .universal-1x2-chart-area {
        height: 60px;
        position: relative;
    }

    .universal-1x2-chart-zero-line {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 1px;
        background: rgba(255,255,255,0.3);
        transform: translateY(-50%);
    }

    .universal-1x2-profit-chart-svg {
        display: block;
    }

    .universal-1x2-chart-line {
        stroke-width: 1.5;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .positive-line {
        stroke: #4CAF50;
    }

    .negative-line {
        stroke: #F44336;
    }

    .universal-1x2-chart-point {
        fill: #4CAF50;
    }

    .positive-point {
        fill: #4CAF50;
    }

    .negative-point {
        fill: #F44336;
    }

    .positive-fill {
        fill: rgba(76, 175, 80, 0.1);
        stroke: none;
    }

    .universal-1x2-chart-fill {
        stroke: none;
    }

    .universal-1x2-chart-labels {
        margin-top: 6px;
        display: flex;
        justify-content: space-between;
        font-size: 9px;
        color: #ccc;
    }

    .universal-1x2-chart-label-start,
    .universal-1x2-chart-label-now {
        font-size: 9px;
        color: #ccc;
    }

    .universal-1x2-no-predictions-container {
        text-align: center;
        padding: 40px 15px;
        margin: 20px 0;
    }

    .universal-1x2-no-predictions-content {
        max-width: 100%;
        margin: 0 auto;
    }

    .universal-1x2-no-predictions-title {
        color: #FF9800;
        font-size: 24px;
        font-weight: 800;
        margin-bottom: 5px;
        line-height: 1.3;
    }

    .universal-1x2-no-predictions-message {
        color: #fff;
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .universal-1x2-schedule-box {
        background: #fff;
        padding: 15px;
        border-radius: 8px;
        margin: 20px 0;
    }

    .universal-1x2-schedule-text {
        color: #475569;
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
    }

    .universal-1x2-check-back {
        color: #94a3b8;
        font-size: 13px;
        margin-top: 15px;
    }

    .universal-1x2-premium-upgrade-box {
        margin-top: 20px;
        padding: 15px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        border-radius: 8px;
    }

    .universal-1x2-premium-upgrade-title {
        color: white;
        margin-bottom: 12px;
        font-size: 16px;
    }

    .universal-1x2-premium-upgrade-message {
        color: rgba(255,255,255,0.9);
        font-size: 13px;
        margin-bottom: 12px;
    }

    .universal-1x2-premium-link {
        color: #FFD700;
        font-weight: bold;
    }

    .universal-1x2-upgrade-button {
        background: white;
        color: #764ba2;
        padding: 8px 16px;
        border-radius: 5px;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        margin-top: 8px;
    }

    .universal-1x2-prediction-container {
        position: relative;
        overflow-x: auto;
    }

    .universal-1x2-prediction-fixtures-table {
        width: 100%;
        min-width: 600px;
        border-collapse: collapse;
        margin: 15px 0;
        display: block;
        overflow-x: auto;
    }

    .universal-1x2-screen-reader-text {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }

    .universal-1x2-col-flag { width: 8%; min-width: 40px; }
    .universal-1x2-col-date { width: 15%; min-width: 80px; }
    .universal-1x2-col-match { width: 25%; min-width: 150px; }
    .universal-1x2-col-probability { width: 12%; min-width: 70px; }
    .universal-1x2-col-odds-home { width: 7%; min-width: 40px; }
    .universal-1x2-col-odds-draw { width: 7%; min-width: 40px; }
    .universal-1x2-col-odds-away { width: 7%; min-width: 40px; }
    .universal-1x2-col-prediction { width: 8%; min-width: 45px; }
    .universal-1x2-col-value { width: 7%; min-width: 40px; }
    .universal-1x2-col-analysis { width: 8%; min-width: 45px; }

    .universal-1x2-prediction-fixtures-table thead {
        background-color: #1D365A;
    }

    .universal-1x2-prediction-fixtures-table th {
        color: white;
        padding: 10px 6px;
        text-align: center;
        font-weight: 600;
        border-bottom: 2px solid #C7C8C6;
        font-size: 12px;
    }

    .universal-1x2-th-flag,
    .universal-1x2-th-date,
    .universal-1x2-th-match,
    .universal-1x2-th-probability,
    .universal-1x2-th-odds,
    .universal-1x2-th-prediction,
    .universal-1x2-th-value,
    .universal-1x2-th-analysis {
        text-align: center;
    }

    .universal-1x2-trophy-icon {
        font-size: 18px;
    }

    .universal-1x2-match-row {
        border-bottom: 1px solid #e2e8f0;
    }

    .universal-1x2-match-row:nth-child(even) {
        background-color: #f8fafc;
    }

    .universal-1x2-country-flag {
        vertical-align: middle;
        text-align: center;
        padding: 6px;
    }

    .universal-1x2-flag-image {
        width: 30px;
        height: 22px;
        vertical-align: middle;
        border: 1px solid #ddd;
        border-radius: 3px;
    }

    .universal-1x2-flag-emoji {
        font-size: 24px;
        vertical-align: middle;
    }

    .universal-1x2-date-cell {
        padding: 6px;
        vertical-align: middle;
    }

    .universal-1x2-match-time,
    .universal-1x2-match-date {
        display: block;
        font-size: 12px;
    }

    .universal-1x2-match-time-value {
        color: #FF5722;
        font-weight: bold;
        font-size: 12px;
    }

    .universal-1x2-match-cell {
        padding: 6px;
        vertical-align: middle;
    }

    .universal-1x2-home-team,
    .universal-1x2-away-team {
        display: block;
        margin: 1px 0;
        font-size: 13px;
    }

    .universal-1x2-vs {
        font-size: 14px;
        color: #F44336;
        font-weight: bold;
        display: block;
        margin: 1px 0;
    }

    .universal-1x2-probability-cell,
    .universal-1x2-odds-cell,
    .universal-1x2-prediction-cell,
    .universal-1x2-value-cell,
    .universal-1x2-analysis-cell {
        padding: 6px;
        text-align: center;
        vertical-align: middle;
        font-size: 13px;
    }

    .universal-1x2-analysis-link {
        color: #4CAF50;
        text-decoration: none;
        font-weight: bold;
        font-size: 11px;
    }

    .universal-1x2-analysis-link-disabled {
        color: #ccc;
        font-size: 11px;
    }

    .universal-1x2-value-high {
        color: #FF9800;
        font-size: 16px;
    }

    .universal-1x2-value-medium {
        color: #FF9800;
        font-size: 14px;
    }

    .universal-1x2-value-indicators {
        margin-top: 15px;
        padding: 12px;
        background: white;
        border: 2px solid #4CAF50;
        border-radius: 8px;
        text-align: center;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .universal-1x2-value-title {
        font-weight: 800;
        color: #1D365A;
        font-size: 14px;
        margin-bottom: 6px;
    }

    .universal-1x2-value-description {
        font-size: 13px;
        color: #555;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .universal-1x2-value-legend {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 10px;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .universal-1x2-legend-item {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .universal-1x2-legend-icon {
        font-weight: bold;
    }

    .universal-1x2-high-value-icon {
        color: #FF9800;
        font-size: 16px;
    }

    .universal-1x2-medium-value-icon {
        color: #FF9800;
        font-size: 14px;
    }

    .universal-1x2-standard-icon {
        color: #1D365A;
        font-weight: 600;
        width: 14px;
        text-align: center;
    }

    .universal-1x2-legend-label {
        color: #1D365A;
        font-weight: 600;
        font-size: 13px;
    }

    .universal-1x2-legend-detail {
        color: #666;
        font-size: 11px;
    }

    .universal-1x2-value-premium-notice {
        margin-top: 8px;
        padding: 6px;
        background: #FFF3CD;
        border: 1px solid #FFEAA7;
        border-radius: 4px;
    }

    .universal-1x2-premium-notice-text {
        color: #856404;
        font-size: 11px;
        font-weight: 600;
    }

    .universal-1x2-prediction-error {
        color: #F44336;
        padding: 8px;
        background: #FFEBEE;
        border-radius: 5px;
        border-left: 4px solid #F44336;
        font-size: 13px;
    }

    .universal-1x2-stats-summary {
        margin-bottom: 20px;
    }

    .universal-1x2-history-title {
        color: #64748b;
        font-size: 20px !important;
        font-weight: 800;
        margin-bottom: 15px;
        text-align: center;
    }

    .universal-1x2-stats-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 20px;
    }

    .universal-1x2-stat-card {
        background: white;
        padding: 15px;
        border-radius: 8px;
        text-align: center;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        border: 2px solid #e2e8f0;
    }

    .universal-1x2-won-card {
        border-color: #4CAF50;
        border-left: 4px solid #4CAF50;
    }

    .universal-1x2-lost-card {
        border-color: #F44336;
        border-left: 4px solid #F44336;
    }

    .universal-1x2-stat-label {
        color: #64748b;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 6px;
        text-transform: uppercase;
    }

    .universal-1x2-stat-value {
        font-size: 24px;
        font-weight: 800;
        color: #1D365A;
    }

    .universal-1x2-profit-positive {
        color: #4CAF50;
    }

    .universal-1x2-profit-negative {
        color: #F44336;
    }

    .universal-1x2-history-table {
        width: 100%;
        min-width: 600px;
        border-collapse: collapse;
        margin: 15px 0;
        display: block;
        overflow-x: auto;
    }

    .universal-1x2-history-col-flag { width: 8%; min-width: 40px; }
    .universal-1x2-history-col-date { width: 15%; min-width: 80px; }
    .universal-1x2-history-col-match { width: 25%; min-width: 150px; }
    .universal-1x2-history-col-odds { width: 9%; min-width: 50px; }
    .universal-1x2-history-col-confidence { width: 9%; min-width: 50px; }
    .universal-1x2-history-col-prediction { width: 8%; min-width: 45px; }
    .universal-1x2-history-col-result { width: 8%; min-width: 45px; }
    .universal-1x2-history-col-score { width: 9%; min-width: 50px; }
    .universal-1x2-history-col-value { width: 7%; min-width: 40px; }

    .universal-1x2-history-table thead {
        background-color: #1D365A;
    }

    .universal-1x2-history-table th {
        color: white;
        padding: 10px 6px;
        text-align: center;
        font-weight: 600;
        border-bottom: 2px solid #C7C8C6;
        font-size: 12px;
    }

    .universal-1x2-history-th-flag,
    .universal-1x2-history-th-date,
    .universal-1x2-history-th-match,
    .universal-1x2-history-th-odds,
    .universal-1x2-history-th-confidence,
    .universal-1x2-history-th-prediction,
    .universal-1x2-history-th-result,
    .universal-1x2-history-th-score,
    .universal-1x2-history-th-value {
        text-align: center;
    }

    .universal-1x2-history-trophy-icon {
        font-size: 18px;
    }

    .universal-1x2-history-row {
        border-bottom: 1px solid #e2e8f0;
    }

    .universal-1x2-history-row:nth-child(even) {
        background-color: #f8fafc;
    }

    .universal-1x2-history-country-flag {
        text-align: center;
        padding: 6px;
        vertical-align: middle;
    }

    .universal-1x2-history-flag-image {
        width: 28px;
        height: 20px;
        vertical-align: middle;
    }

    .universal-1x2-history-flag-text {
        font-size: 22px;
        vertical-align: middle;
    }

    .universal-1x2-history-date-cell {
        padding: 6px;
        vertical-align: middle;
    }

    .universal-1x2-history-time,
    .universal-1x2-history-date {
        display: block;
        font-size: 12px;
    }

    .universal-1x2-history-time-value {
        color: #FF5722;
        font-size: 12px;
        display: block;
    }

    .universal-1x2-history-match-cell {
        padding: 6px;
        vertical-align: middle;
        max-width: 120px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .universal-1x2-history-home-team,
    .universal-1x2-history-away-team {
        display: block;
        margin: 1px 0;
        font-size: 13px;
    }

    .universal-1x2-history-vs {
        color: #FF5722;
        font-weight: bold;
        font-size: 14px;
        display: block;
        margin: 1px 0;
    }

    .universal-1x2-history-odds-cell,
    .universal-1x2-history-confidence-cell,
    .universal-1x2-history-prediction-cell,
    .universal-1x2-history-result-cell,
    .universal-1x2-history-score-cell,
    .universal-1x2-history-value-cell {
        padding: 6px;
        text-align: center;
        vertical-align: middle;
        font-size: 13px;
    }

    .universal-1x2-premium-lock-icon {
        color: #999;
        font-size: 12px;
    }

    .universal-1x2-result-correct {
        background-color: #C8E6C9;
        color: #2E7D32;
        padding: 3px;
        border-radius: 3px;
        font-size: 12px;
    }

    .universal-1x2-result-incorrect {
        background-color: #FFCDD2;
        color: #C62828;
        padding: 3px;
        border-radius: 3px;
        font-size: 12px;
    }

    .universal-1x2-league-flags-nav {
        background-color: #1D365A;
        padding: 10px 0;
        border-top: 1px solid #2F4564;
    }

    .universal-1x2-flags-container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }

    .universal-1x2-flags-grid {
        display: grid;
        grid-template-columns: repeat(8, 30px);
        justify-content: center;
        gap: 10px;
    }

    .universal-1x2-flag-link {
        display: block;
        text-decoration: none;
    }

    .universal-1x2-flag-image {
        width: 30px;
        height: 22px;
        border-radius: 3px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .universal-1x2-flag-emoji {
        width: 30px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 35px;
        line-height: 1;
    }
}