* {
    font-family: 'Oswald', sans-serif;
}

body {
    background-color: #ECEDEE;
    color: #333;
    line-height: 1.6;
}

body.post-type-archive-picks,
body.tax-picks_category,
body.page-template-picks-single,
body.picks-template-default,
body.single-picks {
    background-color: #ECEDEE;
}

.pick-parent-main-container {
    max-width: 1320px;
}

.white-content.picks-parent {
    margin-top: 30px !important;
}

.white-content.picks-parent {
    background-color: #ECEDEE;
}

.white-content.picks-parent .row {
    /*margin: 0px 5px 0px 5px;*/
    /*padding: 0px 0px 10px 0px;*/
}

.white-content.picks-parent .row>* {
    /*padding: 2px 0px 2px 0px;*/
    /*border: 1px solid red;*/
}

.white-content.picks-parent .row> .col-md-12.col-lg-9 {
    /*margin: 0px 5px 0px 5px;*/
    /*padding: 2px 0px 2px 0px;*/
}

.pick-parent-intro-text {
    color: #666;
    margin-bottom: 30px;
    font-size: 14px;
}

.pick-parent-in-season-container {
    width: 100%;
    max-width: 959px;
    margin-bottom: 20px;
}

.pick-parent-in-season {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

.pick-parent-sports-icons {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
}

.pick-parent-sports-icons a img {
    width: 100%;
    max-width: 60px;
}

.pick-parent-sport-icon {
    /*width: 60px;*/
    /*height: 60px;*/
    background: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    font-size: 24px;
    width: 87px;
    height: 75px;
}

.pick-parent-featured-picks {
    margin-bottom: 40px;
}

.pick-parent-featured-picks h2 {
    color: #1e4d8b;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.pick-parent-pick-card {
    background: white;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    height: 100%;
    margin-bottom: 20px;
}

.pick-parent-game-info {
    margin-bottom: 15px;
}

.pick-parent-game-date {
    color: #666;
    font-size: 12px;
    margin-bottom: 15px;
}

.pick-parent-teams {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.pick-parent-team {
    display: flex;
    flex: 0 0 50%; 
    box-sizing: border-box;
    gap: 8px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.pick-parent-team a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    font-family: 'Work Sans', sans-serif;
    text-decoration: none;
}

.pick-parent-team-logo {
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.pick-parent-knicks-logo {
    background: linear-gradient(45deg, #006bb6, #f58426);
}

.pick-parent-pistons-logo {
    background: linear-gradient(45deg, #c8102e, #006bb6);
}

.pick-parent-analyst-pick {
    background: #f0f0f0;
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 15px;
    min-height: 126px;
}

.pick-parent-pick-label {
    color: #666;
    font-size: 12px;
    margin-bottom: 5px;
}

.pick-parent-pick-team {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.pick-parent-best-odds {
    color: #666;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: 'Work Sans', sans-serif;
}

.pick-parent-best-odds a {
    color: #666;
    text-decoration: none;
    font-weight: bolder;
}

.pick-parent-card-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 16px;
}

.pick-parent-card-actions button {
    font-size: 16px;
    /*color: #1B1B1B;*/
    color: #333333;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
    padding: 5px 10px;
}

.pick-parent-card-actions button:active,
.pick-parent-card-actions button:hover {
    /*background-color: #FF5C00;*/
    /*border-color: #FF5C00;*/
    background-color: #dddddd;
    border-color: #637585;
}

.pick-parent-card-actions button .analysis-arrow {
    color: #ADADAD;
    vertical-align: middle;
}

.pick-parent-card-actions button .analysis-arrow i::before {
    color: #FF5C00;
    color: #072137;
}

.pick-parent-card-actions button:hover .analysis-arrow i::before {
    color: #ffffff;
}

.pick-parent-hide-analysis {
    background: none;
    border: 1px solid #ddd;
    padding: 8px 16px;
    border-radius: 5px;
    color: #666;
    cursor: pointer;
    font-size: 12px;
    width: 100%;
    max-width: 250px;
}

.pick-parent-view-pick {
    background: #c8102e;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Work Sans', sans-serif;
}

.pick-parent-analyst-info {
    display: flex;
    align-items: start;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 16px;
}

/* .pick-parent-analyst-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ddd;
} */

.pick-parent-analyst-details h4 {
    font-size: 14px;
    margin-bottom: 2px;
}

.pick-parent-analyst-details p {
    font-size: 12px;
    color: #666;
}

.pick-parent-analysis-section h4 {
    font-size: 14px;
    margin-bottom: 10px;
}

.pick-parent-analysis-text {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
}

.pick-parent-pick-strength {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pick-parent-pick-strength span {
    font-size: 12px;
    font-weight: bold;
}

.pick-parent-stars {
    display: flex;
    gap: 2px;
}

.pick-parent-star {
    color: #ffd700;
    font-size: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pick-parent-star.pick-parent-empty {
    color: #ddd;
}

.pick-parent-top-sportsbooks-header {
    color: #1e4d8b;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.pick-parent-sportsbook-section {
    background: white;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 10px 0;
    /*box-shadow: 0 2px 8px rgba(0,0,0,0.1);*/
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.pick-parent-sportsbook-section:last-child {
    border-bottom: none;
}

.pick-parent-sportsbook-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pick-parent-sportsbook-logo {
    width: 62px;
    height: 62px;
    background: #ffd700;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    color: #333;
}

.pick-parent-sportsbook-info {
    flex: 1;
    text-align: center;
}

.pick-parent-sportsbook-info h4 {
    font-size: 14px;
    margin-bottom: 2px;
}

.pick-parent-sportsbook-info p {
    font-size: 12px;
    color: #666;
    margin-bottom: 2px;
}

.pick-parent-bonus-text {
    font-size: 12px;
    font-weight: bold;
    color: #333;
}

.pick-parent-bet-now {
    /*background: #c8102e;*/
    background: #ee8100;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    max-width: 100px;
    font-family: 'Montserrat';
}

/* Custom Bootstrap column widths */
.pick-parent-content-col {
    max-width: 983px;
}

.pick-parent-sidebar-col {
    max-width: 310px;
}

/* All tables, sections, cards get 10px border radius */
.pick-parent-table, .pick-parent-section, .pick-parent-card, .pick-parent-pick-card, .pick-parent-sportsbook-section, .pick-parent-analyst-pick, .pick-parent-sport-icon, .pick-parent-sportsbook-logo {
    border-radius: 10px !important;
}

/* All buttons and dropdowns get 15px border radius */
.pick-parent-btn, .pick-parent-button, .pick-parent-dropdown-menu, .pick-parent-hide-analysis, .pick-parent-view-pick, .pick-parent-bet-now {
    border-radius: 10px !important;
}

.pick-parent-pick-strength {
    display: block;
}

.pick-parent-stars {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 6px;
}

.pick-parent-pick-strength span {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.pick-parent-pick-strength .pick-parent-stars span  {
    font-size: 26px;
    font-weight: bold;
}

.pick-parent-view-pick {
    padding: 4px 6px;
    /*background: #FF5C00;*/
    background: #072137;
    display: flex;
    align-items: center;   
    justify-content: center; 
    height: 40px; 
}

.pick-parent-teams {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

/* Left column */
.pick-parent-team-left {
    /*width: 50%;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Left column */
.pick-parent-team-left {
    justify-content: center;
}
/* Right column */
.pick-parent-team-right {
    /*width: 50%;*/
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

/* Optional: align team name and odds properly inside each row */
.pick-parent-team {
    display: flex;
    align-items: center;
}

.pick-parent-game-sport {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.pick-made-date {
    color: #666;
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 6px;
}

.picks-parent-card-bottom {
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .pick-parent-pick-card {
        padding: 10px 10px;
    }
    .pick-parent-intro-text {
        margin:0 10px;
    }
    .pick-parent-in-season-container {
        margin: 10px;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .pick-parent-sports-icons {
        display: inline-flex;
    }
    .pick-parent-sport-icon {
        width: 70px;
        height: 70px;
    }
    .pick-parent-hide-analysis {
        max-width: 220px;
    }
    .pick-parent-view-pick {
        padding: 2px 6px;
    }

    .pick-parent-team a {
        font-size: 16px;
    }
    .pick-parent-view-pick {
        font-size: 14px;
    }
    .picks-parent-card-wrap.category {
        padding: 0;
        /*border: 1px solid red;*/
    }
}

.heading-and-cta h2 {
    color: #1e4d8b;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.pick-parent-view-pick {
    min-width: 120px;
    /*border: 1px solid red;*/
}

.pick-parent-faq-section .accordion {
    padding: 10px 10px;
}

.pick-parent-faq-section .accordion .accordion-button {
    padding: 20px 20px;
}

.pick-parent-faq-section .accordion .accordion-item {
    font-family: 'Montserrat', sans-serif;
}

.pick-parent-faq-section .accordion .accordion-item .accordion-body {
    font-family: 'Montserrat', sans-serif;
}

.pick-parent-faq-section .accordion .accordion-item:first-of-type .accordion-button {
    /*color: #052545 !important;*/
    /*background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%) !important;*/
}

#osb-featured-bonus .osb-btn, .osb-btn {
    background: #00a915;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

#osb-featured-bonus .osb-btn.secondary, .osb-btn.secondary {
    /*background: #00a915;*/
    background: #FF7A00;
    background: #3faef4;
}

#osb-expert-leaderboard .osb-leaderboard .osb-btn.secondary {
    background: #0d99ff;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 500;
    initial-letter: 0.3px;
}

#osb-calc-parlay {
    background-color: #ff385c;
    background: #15618d;
    border: 0px;
}

#osb-reset-parlay {
    background: #15618d;
    background-color: #ff385c; 
    border: 0px;
}

.osb-newsletter .osb-btn {
    background: #e7e7e7;
    border: 1px oslid #7c8e9d;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    color: #022039;
    padding: 3px 77px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    letter-spacing: 1px;
    margin-bottom: 7px;
}

#osb-parlay-rows .osb-btn.secondary.osb-remove {
    border: none;
}

#osb-add-leg {
    background: #15618d;
    width: 100%;
    margin: 0 auto;
    border: none;
}

.pick-parent-hide-analysis:hover {
    color: rgb(7, 33, 55);
}

.osb-card {
    /*border: 1px solid #a0a2a8;*/
}

#top-sportsbooks-sidebar {
    position: static;
}

.osb-card.moved,
#top-sportsbooks-sidebar.osb-card.moved {
    max-width: 312px;
} 
/* make Top Sportsbooks - sticky */
#top-sportsbooks-sidebar.sticky {
    position: sticky;
    bottom: 10px;
    z-index: 1;
    /*border: 1px solid red;*/
}


.pick-parent-faq-section {
    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;
}

.pick-parent-faq-section .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;
}

.pick-parent-faq-section .faq-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    background: linear-gradient(135deg, #2c3e50, #34495e);
    color: #052545;
    font-size: 20px;
    letter-spacing: 0.5px;
    background: #f8f9fa;
    border-bottom: 1px solid #e5e7eb;
    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%);
}

/*border-bottom: 1px solid #e5e7eb;*/

.pick-parent-faq-section .accordion .accordion-item .accordion-header {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.pick-parent-faq-section .accordion .accordion-item .accordion-button {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    background-color: #34495E;
    color: #ffffff;
}

.pick-parent-faq-section .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");
}

.pick-parent-faq-section .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");
}

/*pick-parent-seo-content*/
.pick-parent-seo-content {
    padding: 10px 10px;
}

/*pick-parent-content-section*/
.pick-parent-content-section {
    background: #fff;
    border-radius: 12px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 10px;
    margin-bottom: 33px;
    border: none;
    padding: 10px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.pick-parent-content-section h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.pick-parent-content-section > .row {
    margin: 0px 0 0px 0;
}

/*pick-parent-betting-guide*/
.pick-parent-betting-guide {
    background: #fff;
    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);
}

/*pick-parent-bottom-seo*/
.pick-parent-bottom-seo {
    background: #fff;
    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);
}

.white-content.picks-single {
    padding: 90px 12px 22px 12px;
    /*border: 1px solid green;*/
}

@media (max-width: 600px) {
    .white-content.picks-single {
        padding: 90px 12px 0px 12px;
    }
}

@media (max-width: 768px) {
    .white-content.picks-single {
        padding: 84px 0px 10px 0px; 
    }
}

.white-content.picks-single {
    /* padding: 90px 12px 22px 12px; */
    /* border: 1px solid green; */
}

@media (max-width: 600px) {
    .white-content.picks-single {
        padding: 90px 12px 0px 12px;
        /*border: 1px solid orange;*/
    }
}
/*
.col-md-12.col-lg-9 {
    border: 1px solid red;
}
.col-md-12.col-lg-3 {
    border: 1px solid red;
}*/