/*
    single_picks.css
*/

/* ================================
BODY AREA
================================ */

body.post-type-archive-picks, body.tax-picks_category, body.page-template-picks-single, body.picks-template-default, body.single-picks {
    background: #ECEDEE;
}

.white-content.picks-single {
    background: #ECEDEE;
}

.white-content.picks-single .row {
    margin: 0px 5px 0px 5px;
    padding: 0px 0px 10px 0px;
}

/* Category Box */
.category-box {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #052545;
    margin-bottom: 6px;
    padding: 9px 16px 9px 43px;
    /*border: 1px solid red;*/
}

/* Article Title */
.article-title {
    font-family: Georgia, serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.25px;
    color: #000000;
    margin: 0 0 20px 0;
    /*border: 1px solid red;*/
}

/* Article Meta / Subtitle */
.article-meta {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 18px;
    /*border: 1px solid red;*/
}

/* Featured Image */
.featured-image {
    width: 100%;
    height: auto;
    margin: 0 0 18px 0;
    display: block;
    /*border: 1px solid red;*/
}

/* Overview Table */
.overview-table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
    border: 1px solid #ddd;
    width: 100%;
    margin: 20px 0;
    /*border: 1px solid red;*/
}

/* Head-to-Head Table */
.head-to-head-table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
    border: 1px solid #ddd;
    margin: 20px 0;
    /*border: 1px solid red;*/
}

.head-to-head-table th {
    font-weight: 700;
    font-size: 16px;
    background: #f9f9f9;
    /*border: 1px solid red;*/
}

/* Game Odds Table */
.game-odds-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin: 20px 0;
    /*border: 1px solid red;*/
}

.game-odds-table th {
    font-weight: 700;
    font-size: 16px;
    background: #efefef;
    padding: 8px;
    /*border: 1px solid red;*/
}

.game-odds-table td {
    padding: 8px;
    border: 1px solid #ddd;
}

/* Injury / Suspensions Table */
.injury-table {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
    border: 1px solid #ddd;
    margin: 20px 0;
    /*border: 1px solid red;*/
}

/* Call To Action */
.cta-box {
    background-color: #f44336;
    color: #fff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 18px;
    border-radius: 6px;
    margin: 30px 0;
    /*border: 1px solid red;*/
}

.cta-box a {
    color: #fff;
    text-decoration: none;
    /*border: 1px solid red;*/
}

/* FAQs */
.faqs {
    margin: 40px 0;
    /*border: 1px solid red;*/
}

.faqs h2 {
    font-family: Georgia, serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 16px;
    /*border: 1px solid red;*/
}

.faqs p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
    /*border: 1px solid red;*/
}

/* Box Picks */
.box-picks {
    margin: 40px 0;
    /*border: 1px solid red;*/
}

.box-picks h2 {
    font-family: Georgia, serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 16px;
    /*border: 1px solid red;*/
}

/* ================================
RIGHT SIDEBAR
================================ */

/* Popular Bets */

.popular-bets {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    /*border: 1px solid red;*/
}

.popular-bets {
    border: 1px solid #CECECE;
    border-bottom: none;   /* remove bottom border to connect with box */
    border-radius: 6px 6px 0 0; /* rounded top corners */
    display: inline-block; /* makes the tab shrink to fit text */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

    /* tab-like effect */
    border: 1px solid #CECECE;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    display: inline-block;
    position: relative; /* needed for ::before */
}

.popular-bets .section-header::before {
/*    width: 4px;
    height: 12px;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #052545;
    text-align: center;
    font-size: 23px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #052545;
    border-radius: 6px 0 0 0;
    padding: 0px 4px;
    height: 56px;*/
}

.popular-bets .section-header {
    /*border: 1px solid #CECECE;*/
    border-left: 4px solid #052545;
    margin-left: 0px;
    /*width: 269px;*/
    /*height: 501px;*/
    background-color: #FFF;
    margin-bottom: 0px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    padding: 15px 6px 20px 16px;
}

.popular-bets .section-content .bet-item {

}

.popular-bets .section-subheader {

}

.popular-bets .section-content {

}

/* Bonus Box */
.bonus-box {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 14px;
    margin: 20px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
    /*border: 1px solid red;*/
}

.bonus-box .brand-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    /*border: 1px solid red;*/
}

.bonus-box .brand-bonus {
    font-size: 18px;
    color: #333;
    /*border: 1px solid red;*/
}

.bonus-box .green-button {
    display: inline-block;
    background: #1aa147;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    /*border: 1px solid red;*/
}

/* Author Box */
.author-box {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    /*border: 1px solid red;*/
}

.author-photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 14px;
    /*border: 1px solid red;*/
}

.author-details {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    /*border: 1px solid red;*/
}

.author-details .name {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 4px;
    /*border: 1px solid red;*/
}

.author-details .bio {
    font-size: 14px;
    color: #666;
    /*border: 1px solid red;*/
}

@media (max-width: 768px) {
    .white-content.picks-single {
        padding: 84px 0px 10px 0px; 
    }
}

/* ------------------------------------------------- */
/* ------------------------------------------------- */
/* ------------------------------------------------- */

.picks-single .picks-heading {
    color: #052545;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -2.1px;
    text-align: left;
    font-size: 42px;
    padding: 7px 19px;
    margin: 0;
    /*border: 1px solid green;*/
    padding: 10px 0px 10px 0px;
}

.picks-single .picks-sub-heading {
    color: #282828;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -2.1px;
    font-size: 29px;
    text-align: left;
    margin-top: 15px;
    /*border: 1px solid green;*/
}

.white-content.picks-single {
    padding: 90px 0px 22px 0px;
    /*border: 1px solid green;*/
}

.picks-single .picks-tag {
    display: inline-flex;
    align-items: center;
    /*border: 1px solid green;*/
}

.category-box {
    display: inline-flex;
    align-items: center;
    background-color: #f8f8f8;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 6px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-radius: 5px;
    font-weight: bold;
    font-family: sans-serif;
    font-family: 'Montserrat', sans-serif;
    width: fit-content;
    /*border: 1px solid green;*/
}

.picks-single .picks-tag .blue-element {
    display: inline-block;
    width: 38px;
    height: 28px;
    background: #1E90FF;
    border-radius: 4px; 
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    /*border: 1px solid green;*/
}

.picks-single .picks-tag .picks-tag-icon {
    width: 100%;
    max-width: 40px;
    /*border: 1px solid green;*/
}

.picks-single .picks-tag {
    margin-bottom: 0;
    /*border: 1px solid green;*/
}

.picks-single .picks-tag a {
    font-size: 18px;
    color: #1B1B1B;
    margin-bottom: 0;
    /*border: 1px solid green;*/
}

.picks-single .picks-published {
    margin-left: 12px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    display: inline-flex;
    color: #282828;
    /*border: 1px solid green;*/
    display: none;
}

/* SIDEBAR  */

.sidebar-content {
    /*border: 1px solid green;*/
}

.sidebar-content .osb-btn {
    display: block;
    text-align: center;
    /*border: 1px solid green;*/
}

.osb-logo {
    width: 80px;
    height: 80px;
    /*border: 1px solid green;*/
}

.picks-date-and-author {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /*border: 1px solid green;*/
}

.picks-date-and-author .author-logo {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin-bottom: 6px;
    /*border: 1px solid green;*/
}

.picks-date-and-author .dates {
    padding: 2px 4px;
    /*border: 1px solid green;*/
}

.picks-date-and-author p {
    margin-left: 10px;
    margin-bottom: 4px;
    align-items: flex-start;
    justify-content: center;
    /*border: 1px solid green;*/
}

.picks-date-and-author p a {
    color: #1e4d8b;
    /*border: 1px solid green;*/
}

.picks-date-and-author .pick-status {
    font-size: 18px;
    font-weight: bold;
    margin-left: auto;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-family: 'Montserrat', sans-serif;
    /*border: 1px solid green;*/
}

.picks-date-and-author .pick-status .pick-status-thumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #00a915;
    /*border: 1px solid green;*/
}

.picks-date-and-author .pick-status .pick-status-thumb .pick-status i .fa-thumbs-up:before:before {
    content: "\f164";
}

.pick-status i {
    color: #fff;
    /*border: 1px solid green;*/
}

.picks-image img,
.picks-single .picks-image {
    padding: 0;
    margin-bottom: 33px;
    border-radius: 10px;
    /*box-shadow: 0 2px 8px rgb(0, 0, 0, 0.2);*/
    /*border: 1px solid #cecece;*/
}

.osb-featured-bonus-title {
    color: #1B1B1B;
    font-size: 18px;
    font-weight: bold;
}

.osb-featured-bonus-text {
    
}

.osb-featured-bonus-text .osb-muted {
    color: #1B1B1B;
    font-size: 28px;
    font-weight: bold;
}

.osb-featured-bonus-text .pick-parent-stars {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 0px;
}

.osb-featured-bonus-text .pick-parent-stars .pick-parent-star {
    color: #ffd700;
    font-size: 16px;
    width: 16px;
    height: 18px;
/*    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;*/
}

/* articles */
.article-container {
    background-color: #ECEDEE;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 30px 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.article-container h1 {

}

.highlight {
    color: #3498db;
    font-weight: bold;
}

.team {
    font-weight: bold;
    color: #e74c3c;
}

.venue {
    font-style: italic;
    color: #27ae60;
}

/* match-card */
.match-card {
    background: white;
    border-radius: 10px;
    width: 100%;
    max-width: 992px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #cecece;
}

.match-card .header {
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #e5e7eb;
}

.match-card .header .match-title {
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(135deg, #00a8ff, #0078ff);
    color: white;
    padding: 10px 20px;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.5px;
    position: relative;
    width: 50%;
    clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
}

.match-card .header .watch-info {
    flex: 1;
    font-size: 20px;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1.2px;
}

.date-time {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
}

.date-time h2 {
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 8px 0;
    font-size: 30px;
    color: #052545;
    letter-spacing: 2px;
    text-align: center;
    display: inline;
    font-weight: bold;
}

.date-details {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    text-align: uppercase;
    font-weight: bold;
}

.teams-section {
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.team {
    text-align: center;
    flex: 1;
}

.team-logo {
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    
}

.picks-team-logo {
    width: 80px;
    height: 80px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: contain!important; /* <-- this replaces object-fit */
}

.chicago-logo {
    background: linear-gradient(135deg, #c41e3a, #ff6b6b);
}

.lafc-logo {
    background: linear-gradient(135deg, #1a1a1a, #333);
}

.team-name {
    font-weight: bold;
    color: #2c3e50;
    font-size: 16px;
    margin-top: 8px;
}

.venue {
    text-align: center;
    flex: 1;
    margin: 0 10px;
}

.stadium-icon {
    width: 60px;
    height: 50px;
    margin: 0 auto 8px;
    background: linear-gradient(135deg, #2c3e50, #34495e);
    border-radius: 8px 8px 30px 30px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: contain!important; /* <-- this replaces object-fit */
}

/*.stadium-icon::before {
    content: '🏟️';
    font-size: 20px;
    margin-bottom: 5px;
}*/

.venue-name {
    font-size: 12px;
    color: #666;
    font-weight: bold;
    line-height: 1.3;
}

.vs-separator {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #3498db;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    z-index: 2;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.odds-section {
    background: #f8f9fa;
    padding: 25px 20px;
}

.odds-title {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #2c3e50;
    color: #052545;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.odds-section .odds-tabs {
    text-align: center;
    display: flex;
    gap: 8px;
    margin: 10px 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.odds-section .odds-tabs .odds-tab-btn {
    /*background: linear-gradient(135deg, #ff7b00, #ff9500);*/
    color: white;
    border: none;
    padding: 15px 25px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    /*box-shadow: 0 4px 12px rgba(255, 123, 0, 0.3);*/
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: #34495E;
    width: 100%;
    max-width: 130px;
}

/* Spreads */
.odds-section .odds-tabs button:nth-child(1) {
    /*background: none;*/
    /*background: #3faef4;*/
}

/* totals */
.odds-section .odds-tabs button:nth-child(2) {
    /*background: none;*/
    /*background: #00a915;*/
}

/* moneline */
.odds-section .odds-tabs button:nth-child(3) {
    /*background: none;*/
    /*background: #ff385c;*/
}

.odds-section .odds-table {
    border: 1px solid #cecece;
    background-color: #ffffff;
    margin-bottom: 33px;
}

.odds-section .odds-table .sport-logo-button {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:6px
}

.odds-section .odds-table .sport-logo-button img {
    max-width: 100%;
}

.odds-table thead {

}

.odds-table thead tr {
/*    background-color: #e2e6ed;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #052545;
    height: 33px;
    padding: 11px;
    text-align: center;
    font-size: 15px;*/
}

.odds-table tbody {
    color: white;
    background-color: #34495E;
}

.odds-table tbody  tr {

}

.odds-table .odds-cell-clickable {
    background-color: #34495E;
    color: #ffffff;
}

.odds-table .odds-cell-clickable:hover {
    background-color: #f0f0f0;
    color: #34495E;
}

.odds-table {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    border-collapse: collapse;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.odds-table .bet-button {
    margin: 10px auto 10px;
    padding: 5px 0px;
}

.odds-table th,
.odds-table td,
.odds-table th {
    min-width: 100px;
    max-width: 100px;
}

.odds-table th {
    color: #052545;
    padding: 12px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.odds-table td {
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #ecf0f1;
    border: 1px solid #ecf0f1;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.odds-table tr:last-child td {
    border-bottom: none;
}

.chicago-row {
    background: linear-gradient(90deg, rgba(196, 30, 58, 0.1), rgba(255, 255, 255, 0.5));
    color: #c41e3a;
    font-weight: bold;
}

.draw-row {
    background: linear-gradient(90deg, rgba(52, 152, 219, 0.1), rgba(255, 255, 255, 0.5));
    color: #3498db;
    font-weight: bold;
}

.lafc-row {
    background: linear-gradient(90deg, rgba(26, 26, 26, 0.1), rgba(255, 255, 255, 0.5));
    color: #2c3e50;
    font-weight: bold;
}

.bet-button {
    display: block;
    width: 120px;
    margin: 25px auto 20px;
    padding: 5px 15px;
    background: linear-gradient(135deg, #ff7b00, #ff9500);
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 123, 0, 0.3);
    font-size: 24px;
}

.bet-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgba(255, 123, 0, 0.4);
}

@media (max-width: 480px) {
    .match-card {
        margin: 0;
    }
    
    .header {
        font-size: 16px;
        padding: 12px 15px;
    }
    
    .teams-section {
        padding: 20px 15px;
    }
    
    .team-logo {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
}

/* stats-table  */
.record-card {
    background: white;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin-bottom: 33px;
    border: 1px solid #cecece;
}

.record-card .header {
    color: white;
    font-weight: bold;
    letter-spacing: 0.5px;
    background: #f8f9fa;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    margin-bottom: 0px;
    background: #f8f9fa;
    border-bottom: 1px solid #e5e7eb;
}

.record-card .header .match-title {
    background: linear-gradient(135deg, #00a8ff, #0078ff);
    padding: 10px 20px;
    color: white;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.5px;
    position: relative;
    width: 50%;
    clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
}

.record-card .header .watch-info {
    flex: 1;
    font-size: 12px;
    color: #2c3e50;
}

.stats-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    padding: 0 10px;
}

.stats-table th {
    background: #34495E;
    color: white;
    padding: 15px 12px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.5px;
    border-right: 1px solid #34495e;
}

.stats-table th:last-child {
    border-right: none;
}

.stats-table th:first-child {
    text-align: left;
    padding-left: 25px;
}

.stats-table tr:nth-child(even) {
    background-color: #ebebeb;
}

.stats-table tr td:first-child {
    color: #031645;
}

.stats-table tr:nth-child(even) td {
    background-color: #ebebeb;
}

.stats-table td {
    padding: 18px 12px;
    text-align: center;
    border: 1px solid #ecf0f1;
    font-weight: 600;
    transition: background-color 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    color: #031645;
}

.stats-table td:first-child {
    text-align: left;
    padding-left: 25px;
    background: #f8f9fa;
    font-weight: bold;
    color: #2c3e50;
    border-right: 2px solid #e9ecef;
}

.stats-table tr:hover {
    /*background-color: #f8f9fa;*/
}

.stats-table tr:hover td:first-child {
    /*background-color: #e9ecef;*/
}

/* Row specific styling */
.wins-row .total-value {
    color: #031645;
    font-weight: bold;
}

.wins-row .chicago-value {
    color: #031645;
    font-weight: bold;
}

.wins-row .lafc-value {
    color: #031645;
    font-weight: bold;
}

.wins-row .draws-value {
    color: #031645;
    font-weight: bold;
}

.mls-games-row {
    background: rgba(52, 152, 219, 0.05);
}

.mls-games-row .total-value {
    color: #031645;
    font-weight: bold;
}

.mls-games-row .chicago-value {
    color: #031645;
    font-weight: bold;
}

.mls-games-row .lafc-value {
    color: #031645;
    font-weight: bold;
}

.mls-games-row .draws-value {
    color: #031645;
    font-weight: bold;
}

.goals-row .total-value {
    color: #031645;
    font-weight: bold;
}

.goals-row .chicago-value {
    color: #031645;
    font-weight: bold;
}

.goals-row .lafc-value {
    color: #031645;
    font-weight: bold;
}

/* Value cells styling */
.value-cell {
    position: relative;
    font-size: 18px;
    min-width: 50px;
}

/* Responsive design */
@media (max-width: 768px) {
    body {
        padding: 10px;
    }
    
    .header {
        font-size: 18px;
        padding: 15px 20px;
    }

    .stats-table {
        font-size: 14px;
    }

    .stats-table th,
    .stats-table td {
        padding: 12px 8px;
    }

    .stats-table th:first-child,
    .stats-table td:first-child {
        padding-left: 15px;
    }

    .value-cell {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    body {
        padding: 5px;
    }
    
    .header {
        font-size: 16px;
        padding: 12px 15px;
    }

    .stats-table {
        font-size: 12px;
    }

    .stats-table th,
    .stats-table td {
        padding: 8px 4px;
    }

    .stats-table th:first-child,
    .stats-table td:first-child {
        padding-left: 10px;
    }

    .value-cell {
        font-size: 14px;
        min-width: 35px;
    }
}

/* team-news */
.content-container {
    background: #ECEDEE;
    border-radius: 12px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 10px;
    margin-bottom: 33px;
    border: none;
    padding: 10px 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.content-container .content-section .osb-section-block p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    /*border: 1px solid red;*/
}

.content-container .content-section .osb-section-block iframe {
    width: 100%;
    min-height: 500px;
}

.content-container .header {
    font-family: 'Montserrat', sans-serif;
    color: #052545;
    font-size: 32px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.5px;
    background: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    border-bottom: 4px solid #34495E;
}

.chicago-header {
    background: linear-gradient(135deg, #c41e3a, #a71729);
}

.lafc-header {
    background: linear-gradient(135deg, #1a1a1a, #333);
}

.picks-header {
    background: linear-gradient(135deg, #27ae60, #2ecc71);
}

.content-section {
    padding: 25px;
}

.intro-text {
    color: #666;
    font-size: 14px;
    margin-bottom: 25px;
    text-align: justify;
}

.section-title {
    color: #000000;
    font-size: 23px;
    font-weight: bold;
    margin: 25px 0 15px 0;
    padding-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    /*border-bottom: 2px solid #3498db;*/
}

.lineup-text {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: justify;
}

p.lineup-text {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-weight: bold;
    font-size: 16px;
}

.lineup-text p {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-weight: bold;
    font-size: 16px;
}

.player-list {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    border-radius: 8px;
    /*padding: 15px;*/
    /*border-left: 4px solid #3498db;*/
    /*background: #f8f9fa;*/
    font-family: 'Montserrat', sans-serif;
}

.content-container .stats-table {
    border: 1px solid #cecece;
    border: 1px solid #c5c5c5;
    border: 1px solid #a0a2a8;
    background: #fff;
    margin-bottom: 33px;
}

.content-container .stats-table thead {
    background-color: #34495E;
    display: none;
}

.content-container .stats-table thead tr {
    background-color: #34495E;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #fff;
    padding: 11px;
    text-align: center;
    font-size: 15px;
}

.stats-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    padding: 0 10px;
    margin: 10px;
    width: calc(100% - 20px);
}

.stats-table th {
    background: #34495E;
    color: white;
    padding: 12px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.stats-table th:first-child {
    text-align: left;
}

.stats-table td {
    padding: 13px;
    text-align: center;
    border: 1px solid #ecf0f1;
}

.stats-table td:first-child {
    text-align: left;
    font-weight: 600;
    color: #3498db;
    background: #fff;
}

.stats-table tr:hover {
    /*background-color: #e8f4fd;*/
}

.status-suspended {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}

.status-injured {
    background: linear-gradient(135deg, #f39c12, #e67e22);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}

.team-section {
    margin-bottom: 30px;
}

.picks-text {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: justify;
}

.highlight-text {
    color: #2c3e50;
    font-weight: 600;
}

/* Responsive design */
@media (max-width: 768px) {
    body {
        padding: 10px;
    }
    
    .header {
        font-size: 18px;
        padding: 15px 20px;
    }

    .content-section {
        padding: 20px 15px;
    }

    .stats-table {
        font-size: 12px;
    }

    .stats-table th,
    .stats-table td {
        padding: 8px 6px;
    }

    .section-title {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .white-content.picks-single {
        padding: 90px 12px 0px 12px;
    }
}

@media (max-width: 480px) {
    body {
        padding: 5px;
    }
    
    .header {
        font-size: 16px;
        padding: 12px 15px;
    }

    .content-section {
        padding: 15px 10px;
    }

    .stats-table {
        font-size: 11px;
    }

    .stats-table th,
    .stats-table td {
        padding: 6px 4px;
    }

    .section-title {
        font-size: 15px;
    }

    .player-list {
        padding: 12px;
        font-size: 13px;
    }
}

/* osb bonus pick  */
.pick-container {
    background: white;
    width: 100%;
    max-width: 992px;
    overflow: hidden;
    margin-bottom: 33px;
     border-radius: 10px;
    border: 1px solid #CECECE;
    box-shadow: 0 2px 8px rgba (0,0,0,0.2);
}

.pick-header {
    font-family: 'Montserrat', sans-serif;
    color: #052545;
    font-size: 32px;
    padding: 15px 25px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    /*background: linear-gradient(135deg, #2c3e50, #34495e);*/
    text-transform: uppercase;
    background-color: #34495E;
    color: #ffffff;
}

.pick-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    background: #fff;
}

.pick-details {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: fit-content;
}

.team-pick {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #005396;
    margin-bottom: 8px;
}

.team-odds {
    /*color: #3498db;*/
    font-weight: bold;
    font-size: 16px;
}

.bonus-info {
    flex: 1;
    text-align: center;
    margin: 0 20px;
}

.bonus-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: #6d6d6d;
    text-align: center;
    margin-bottom: 4px;
    font-weight: 500;
}

.bonus-amount {
    font-size: 23px;
    font-family: 'Montserrat', sans-serif;
    color: #242424;
    text-align: center;
    font-weight: bold;
}

.bet-button {
    background: linear-gradient(135deg, #ff7b00, #ff9500);
    color: white;
    border: none;
    padding: 15px 25px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(255, 123, 0, 0.3);
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.bet-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255, 123, 0, 0.4);
}

.osbpick-bet-button {
    background: linear-gradient(135deg, #ff7b00, #ff9500);
    color: white;
    border: none;
    padding: 15px 25px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(255, 123, 0, 0.3);
    text-decoration: none;
    display: inline-block;
    text-align: center;
    width: 200px;
}


.pick-badge {
    position: absolute;
    top: 16px;
    left: 25px;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(231, 76, 60, 0.3);
}

.pick-container {
    position: relative;
    margin-top: 15px;
}

.pick-badge {
    display: none;
}

/* Alternative compact version */
.pick-container.compact {
    max-width: 992px;
}

.pick-content.compact {
    padding: 15px 20px;
}

.compact .team-pick {
    font-size: 18px;
}

.compact .bonus-amount {
    font-size: 16px;
}

.compact .bet-button {
    padding: 12px 20px;
    font-size: 13px;
}

/* faq-container */
.faq-container {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin-bottom: 33px;
    border: 1px solid #cecece;
    margin-bottom: 33px;
    margin-top: 33px;
}

.faq-container .header {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    color: #052545;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.5px;
    background: #f8f9fa;
    border-bottom: 1px solid #e5e7eb;
}

.faq-container .header .faq-title {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 10px;
    text-align: left;
    background: linear-gradient(135deg, #00a8ff, #0078ff);
    color: white;
    width: 50%;
    clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
    font-weight: 400;
}

.faq-container .header .watch-info {
    flex: 1;
    font-size: 20px;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1.2px;
}

.faq-container .accordion {
    padding: 10px 10px;
}

.faq-container .accordion .accordion-item .accordion-button::after {
    box-shadow: none;
}
.faq-container .accordion .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.faq-container .accordion .accordion-item h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.faq-container .accordion .accordion-item .accordion-button {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    background-color: #34495E;
    color: #ffffff;
}

.faq-container .accordion .accordion-item .accordion-header {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.faq-container .accordion .accordion-item .accordion-body {
    font-family: 'Montserrat', sans-serif;
    /*font-weight: bold;*/
}

.faq-container .accordion .accordion-item .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.faq-container .accordion .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.cta-container {
    text-align: center;
    /*background: #fff;*/
}

.cta-container .bet-button {
    width: 100%;
    max-width: 220px;
    font-size: 28px;
    text-transform: uppercase;
} 

/* Responsive design */
@media (max-width: 768px) {
    body {
        padding: 10px;
    }
    
    .pick-container {
        max-width: none;
        margin: 0;
        margin-bottom: 10px;
    }

    .pick-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .bonus-info {
        margin: 0;
    }

    .bet-button {
        width: 100%;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .pick-header {
        font-size: 14px;
        padding: 12px 20px;
    }

    .pick-content {
        padding: 15px;
    }

    .team-pick {
        font-size: 18px;
    }

    .bonus-amount {
        font-size: 16px;
    }
}

.bonus-info {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: fit-content;
flex: 2;
    display: block;
}

.bonus-label {
    justify-content: space-evenly;
}

.bonus-amount {
    justify-content: space-evenly;
}

/* Further Reading  */
.reading-container {
    background: white;
    border-radius: 12px;
    width: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.reading-container .header {
    margin-bottom: 6px;
    background: linear-gradient(135deg, #2c3e50, #34495e);
    background: #f8f9fa;
    border-bottom: 1px solid #e5e7eb;
}

.reading-container .header .reading-title {
    font-family: 'Montserrat', sans-serif;
    color: #052545;
    font-size: 20px;
    text-align: left;
    padding: 10px 10px;
    display: block;
    letter-spacing: 0.5px;
    background: linear-gradient(135deg, #00a8ff, #0078ff);
    color: white;
    width: 50%;
    clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
    font-weight: 400;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    padding: 25px;
}

.article-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #e9ecef;
}

.article-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.article-image {
    width: 100%;
    /*height: 100%;*/
    /*max-height: 140px;*/
    background: linear-gradient(135deg, #2c3e50, #34495e);
    position: relative;
    overflow: hidden;
}

/*.article-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="net" patternUnits="userSpaceOnUse" width="10" height="10"><path d="M 10,0 L 0,0 0,10" fill="none" stroke="white" stroke-width="0.5" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="%23333"/><rect width="100" height="100" fill="url(%23net)"/></svg>') center/cover;
}*/

.sports-icon,
.soccer-ball {
    position: absolute;
    bottom: 15px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.article-content {
    padding: 15px;
}

.article-category {
    color: #3498db;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.article-title {
    color: #2c3e50;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.article-meta {
    color: #666;
    font-size: 11px;
    line-height: 1.4;
}

.article-excerpt {
    color: #777;
    font-size: 11px;
    line-height: 1.4;
    margin-top: 8px;
}

/* Specific styling for different articles */
.article-card:nth-child(1) .article-category {
    color: #e74c3c;
}

.article-card:nth-child(2) .article-category {
    color: #f39c12;
}

.article-card:nth-child(3) .article-category {
    color: #27ae60;
}

.article-card:nth-child(4) .article-category {
    color: #9b59b6;
}

/* Responsive design */
@media (max-width: 991px) {
    .content-container .content-section .osb-section-block iframe {
        min-height: 100%;
    }
}

@media (max-width: 768px) {
    body {
        padding: 10px;
    }

    .header {
        font-size: 18px;
        padding: 15px 20px;
    }

    .articles-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 20px 15px;
    }

    .article-image {
        height: 140px;
    }
}

@media (max-width: 576px) {
    .content-container .header {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    body {
        padding: 5px;
    }

    .header {
        font-size: 16px;
        padding: 12px 15px;
    }

    .articles-grid {
        padding: 15px 10px;
        gap: 12px;
    }

    .article-content {
        padding: 12px;
    }

    .article-image {
        height: 120px;
    }

    .soccer-ball {
        width: 35px;
        height: 35px;
        font-size: 18px;
        bottom: 12px;
        right: 12px;
    }

    .odds-table th {
        padding: 0;
    }

    .odds-section .odds-table .sport-logo-button img {
        max-width: 80%;
    }

    .picks-date-and-author {
        flex-wrap: wrap;
    }

    .picks-date-and-author > *:nth-child(1) {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .picks-date-and-author > *:nth-child(2) {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .picks-date-and-author > *:nth-child(3) {
        text-align: center;
        margin-top: 10px;
        flex: 0 0 100%;
        order: 3;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1201px) {
    .articles-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.picks-single .picks-image .updated {
    margin-left: 10px;
}

.picks-single .picks-image .image-text {
    position: relative;
    align-items: center;
    color: #000;
}

/* new media */
@media (max-width: 480px) {
    .odds-section {
        padding: 10px 10px;
    }
}

@media (max-width: 480px) {

    .content-container {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .picks-single h2 {
        font-size: 24px;
        margin-top: 0px;
    }

    .article-container {
        padding: 10px 12px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .article-container h1 {
        font-size: 24px;
    }

    .picks-single .picks-heading {
        line-height: 24px;
        font-size: 24px;
    }

    .picks-single .picks-sub-heading {
        font-size: 18px;
    }

    .match-card .header .match-title {
        font-size: 16px;
        width: 80%;
    }

    .match-card .header .watch-info {
        font-size: 14px;
    }

    .date-time h2 {
        font-size: 16px;
    }
    
    .odds-title {
        font-size: 14px;
    }

    .odds-table .bet-button {
        margin: 0px 0px;
        padding: 10px 0px;
        font-size: 12px;
        display: inline-block;
        max-width: 80px;
        text-align: center;
    }

    .odds-table td {
        padding: 6px;
        font-size: small;
    }

    .record-card .header .match-title {
        font-size: 14px;
        width: 100%;
    }

    .faq-container .header {
        font-size: 14px;
        width: 100%;
    }
}

.picks-single h2 {
    margin-top: 0px; 
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    color: #052545;
    font-size: 32px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.5px;
    background: #fff;
    border: none;
    border-radius: 10px;
    /*padding: 10px 10px;*/
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);*/
}

.picks-single .picks-tag a {
    display: none;
}

.bet-button-mobile {
    display: none;
}

/* TEST FIXES FOR ODDS TABLE MOBILE */
@media (max-width: 768px) {

    .odds-table .bet-button {
        /*display: none;*/
    }

    .odds-table .bet-button-mobile {
        display: block;
    }

    .odds-section .odds-table .sport-logo-button img {
        /*max-height: 20px;*/
        /*height: 20px;*/
        max-width: 90%;
    }

    .odds-table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
    }

    .odds-table table {
        border-collapse: collapse;
        width: 100%;
        min-width: 600px; /* keeps structure */
    }

    .content-container .stats-table {
        margin-bottom: 0px;
    }

    .picks-image img, .picks-single .picks-image {
        margin-bottom: 0px;
    }

    .record-card {
        margin-bottom: 10px;
    }

    .box {
        margin-bottom: 0px;
    }

    .faq-container {
        margin-top: 10px;
        margin-bottom: 10px;
    }

}

.picks-intro {
    padding: 10px 10px;
}

.picks-single-page-top {
    border-radius: 10px;
    padding: 10px 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.picks-image img, .picks-single .picks-image {
    padding: 10px 10px;
}

.sidebar-sports-bonus.sticky {
    position: fixed;
    top: 160px;
    max-width: 306px;
}
