.elementor-56 .elementor-element.elementor-element-bb5b2c0{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-56 .elementor-element.elementor-element-5c1739a.elementor-element{--order:-99999 /* order start hack */;}.elementor-56 .elementor-element.elementor-element-5c1739a{text-align:start;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-56 .elementor-element.elementor-element-1866ab1{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;text-align:center;}.elementor-56 .elementor-element.elementor-element-1866ab1 .elementor-heading-title{color:#000000;}.elementor-56 .elementor-element.elementor-element-aa6370e{--display:flex;--margin-top:20px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}.elementor-56 .elementor-element.elementor-element-346eaee{--display:flex;}.elementor-56 .elementor-element.elementor-element-a5e686b{text-align:center;}.elementor-56 .elementor-element.elementor-element-a5e686b .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:33px;font-weight:600;color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-aa6370e */.pb-home-scores {
    background: #ffffff;

    border: 1px solid rgba(15, 35, 66, 0.10);
    border-radius: 28px;

    padding: 28px 26px;

    box-shadow:
        0 18px 45px rgba(15, 35, 66, 0.10),
        0 3px 10px rgba(15, 35, 66, 0.05);

    overflow: hidden;

    /* Prevent Elementor from stretching this column
       to the height of the neighboring standings column */
    align-self: flex-start !important;
    height: fit-content !important;
    min-height: 0 !important;
}

.pb-home-scores .elementor-widget-shortcode,
.pb-home-scores .elementor-widget-container,
.pb-home-scores .elementor-shortcode {
    width: 100%;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-346eaee *//* ==========================================================
   HOMEPAGE STANDINGS WINDOW
========================================================== */

.pb-home-standings {
    background: #ffffff;

    border: 1px solid rgba(15, 35, 66, 0.10);
    border-radius: 28px;

    padding: 28px 26px;

    box-shadow:
        0 18px 45px rgba(15, 35, 66, 0.10),
        0 3px 10px rgba(15, 35, 66, 0.05);

    overflow: hidden;

    align-self: flex-start !important;
    height: fit-content !important;
    min-height: 0 !important;
}


/* Shortcode width */

.pb-home-standings .elementor-widget-shortcode,
.pb-home-standings .elementor-widget-container,
.pb-home-standings .elementor-shortcode {
    width: 100%;
}


/* Heading */

.pb-home-standings .elementor-heading-title {
    text-align: center;
    color: #0f2342;
    margin: 0;
}

.pb-home-standings .elementor-widget-heading {
    margin-bottom: 22px;
}


/* ==========================================================
   STANDINGS TABLE
========================================================== */

.sleeper-standings {
    width: 100%;
    table-layout: fixed;

    border: none !important;
    border-collapse: separate;
    border-spacing: 0 12px;

    margin: -12px 0;

    font-family: Arial, sans-serif;
}


/* Remove any theme/Elementor table borders */

.sleeper-standings,
.sleeper-standings tr,
.sleeper-standings th,
.sleeper-standings td {
    border: none !important;
}


/* ==========================================================
   COLUMN WIDTHS
========================================================== */

.sleeper-standings th:nth-child(1),
.sleeper-standings td:nth-child(1) {
    width: 46%;
}

.sleeper-standings th:nth-child(2),
.sleeper-standings td:nth-child(2) {
    width: 18%;
}

.sleeper-standings th:nth-child(3),
.sleeper-standings td:nth-child(3) {
    width: 18%;
}

.sleeper-standings th:nth-child(4),
.sleeper-standings td:nth-child(4) {
    width: 18%;
}


/* ==========================================================
   COLUMN HEADERS
========================================================== */

.sleeper-standings th {
    background: transparent;

    padding: 4px 10px 10px;

    color: #0f2342;

    font-weight: 700;
    font-size: 14px;

    text-align: center;
}


/* Team heading */

.sleeper-standings th:nth-child(2) {
    text-align: left;
}


/* ==========================================================
   STANDINGS ROWS
========================================================== */

.sleeper-standings td {
    background: #f8f9fb;

    padding: 15px 10px;

    color: #0f2342;

    transition:
        background 0.2s ease,
        box-shadow 0.2s ease;
}


/* Rounded ends without column divider lines */

.sleeper-standings td:first-child {
    border-radius: 14px 0 0 14px;
}

.sleeper-standings td:last-child {
    border-radius: 0 14px 14px 0;
}


/* Alignment */

.sleeper-standings th:nth-child(1),
.sleeper-standings td:nth-child(1) {
    text-align: left;
}

.sleeper-standings th:not(:nth-child(1)),
.sleeper-standings td:not(:nth-child(1)) {
    text-align: center;
}


/* Record */

.sleeper-standings td:nth-child(2) {
    font-weight: 700;
}


/* ==========================================================
   BYE + PLAYOFF SPOTS
========================================================== */

/* Ranks 1-2 — First-round bye */

.sleeper-standings tr:nth-child(n+2):nth-child(-n+3) td {
    background: rgba(59, 130, 246, 0.13);
}


/* Ranks 3–6 — Playoff spots */

.sleeper-standings tr:nth-child(n+4):nth-child(-n+7) td {
    background: rgba(34, 197, 94, 0.10);
}


/* ==========================================================
   HOVER
========================================================== */

.sleeper-standings tr:not(:first-child):hover td {
    background: rgba(255, 155, 41, 0.12);

    box-shadow:
        0 5px 14px rgba(255, 155, 41, 0.10);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-bb5b2c0 *//* ==========================================================
   PUNTS & BUNTS - POST WINDOW
========================================================== */

.pb-post {
    position: relative;
    left: 50%;
    transform: translateX(-50%);

    width: calc(100vw - 80px) !important;
    max-width: 1190px !important;
    flex: 0 0 auto !important;
    box-sizing: border-box;

    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 28px;

    padding: 52px 64px 60px;

    box-shadow:
        0 20px 50px rgba(15, 23, 42, 0.08),
        0 4px 14px rgba(15, 23, 42, 0.04);

    overflow: hidden;
}

.pb-post-title,
.pb-post-text {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* ==========================================================
   POST FEATURED IMAGE
========================================================== */

.pb-post-image {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto 42px;
}

.pb-post-image img {
    display: block;
    width: 100%;
    height: auto;

    aspect-ratio: 16 / 7;
    object-fit: cover;
    object-position: center;

    border-radius: 20px;

    box-shadow:
        0 14px 32px rgba(15, 23, 42, 0.10),
        0 3px 10px rgba(15, 23, 42, 0.05);
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1250px) {

    .pb-post-image {
        margin-bottom: 36px;
    }

    .pb-post-image img {
        border-radius: 18px;
        aspect-ratio: 16 / 8;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .pb-post-image {
        margin-bottom: 28px;
    }

    .pb-post-image img {
        border-radius: 14px;
        aspect-ratio: 16 / 9;
    }

}


/* ==========================================================
   POST TITLE
========================================================== */

.pb-post-title .elementor-heading-title {
    margin: 25px 0 15px;

    color: #111827;

    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.035em;
}





/* ==========================================================
   POST BODY TEXT
========================================================== */

.pb-post-text {
    color: #596273;
    font-size: 17px;
    line-height: 1.8;
}

.pb-post-text p {
    margin-top: 0;
    margin-bottom: 24px;
}

.pb-post-text p:last-child {
    margin-bottom: 0;
}


/* Headings inside the article */
.pb-post-text h2,
.pb-post-text h3,
.pb-post-text h4 {
    color: #111827;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.pb-post-text h2 {
    font-size: 30px;
    margin-top: 42px;
    margin-bottom: 14px;
}

.pb-post-text h3 {
    font-size: 24px;
    margin-top: 34px;
    margin-bottom: 12px;
}


/* Horizontal separators inside the article */
.pb-post-text hr {
    border: 0;
    height: 1px;
    background: rgba(15, 23, 42, 0.12);
    margin: 38px 0;
}


/* Bold / italic text */
.pb-post-text strong,
.pb-post-text b {
    color: #273449;
    font-weight: 700;
}

.pb-post-text em,
.pb-post-text i {
    color: #3d4c63;
}

/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1250px) {

    .pb-post {
        width: calc(100vw - 48px) !important;
        max-width: none !important;

        padding: 44px 40px 50px;
        border-radius: 24px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .pb-post {
        width: calc(100vw - 28px) !important;
        max-width: none !important;

        padding: 30px 22px 36px;
        border-radius: 20px;
    }

    .pb-post-title .elementor-heading-title {
        font-size: 30px;
        line-height: 1.12;
    }

    .pb-post-title::after {
        width: 52px;
        height: 4px;
        margin-top: 14px;
    }

    .pb-post-text {
        font-size: 16px;
        line-height: 1.75;
    }

    .pb-post-text h2 {
        font-size: 25px;
    }

    .pb-post-text h3 {
        font-size: 21px;
    }

}/* End custom CSS */
/* Start custom CSS */.single-post .site-content {
    padding-top: 150px;
}/* End custom CSS */