body {
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #514f4e;
    color: white;
    min-height: 100vh;
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

/* Accent variables */
:root {
    --disabled_normal: rgb(110, 110, 110);
    --disabled_linear: linear-gradient(5deg, rgba(110, 110, 110, 1) 0%, rgb(230, 229, 229) 80%);
    --orangepink_normal: rgb(255, 13, 134);
    --orangepink_linear: linear-gradient(5deg, rgba(255, 13, 134, 1) 0%, rgba(255, 117, 3, 1) 80%);
    --pinkorange_normal: rgb(255, 117, 3);
    --pinkorange_linear: linear-gradient(5deg, rgba(255, 117, 3, 1) 0%, rgba(255, 13, 134, 1) 80%);
    --orangepink_vertical_linear: linear-gradient(5deg, rgba(255, 13, 134, 1), rgba(255, 117, 3, 1)) 1 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

.maincontent {
    padding: 0 5px 20px 5px;
}

.hideelement {
    display: none;
}

.noselect {
    /* -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
    cursor: auto;
}

.disblk {
    display: block;
}

.fntwgt_b {
    font-weight: bold;
}

.pad05per {
    padding: 0% 5%;
}

.orangepink {
    background: var(--orangepink_normal);
    background: var(--orangepink_linear);
    background-color: var(--orangepink_normal);
    background-color: var(--orangepink_linear);
}

.pinkorange {
    background: var(--pinkorange_normal);
    background: var(--pinkorange_linear);
    background-color: var(--pinkorange_normal);
    background-color: var(--pinkorange_linear);
}

.orangepink:disabled,
.pinkorange:disabled {
    background: var(--disabled_normal);
    background: var(--disabled_linear);
    background-color: var(--disabled_normal);
    background-color: var(--disabled_linear);
}

.minititles {
    text-align: center;
    margin: 0.2em auto;
    font-weight: bold;
    font-size: x-large;
}

@media screen and (max-width: 460px) {
    .minititles {
        font-size: large;
    }

}

@media screen and (max-width: 350px) {
    .minititles {
        font-size: medium;
    }

}

.cursorpointer {
    cursor: pointer;
}

.noborder {
    border: 0;
}

.activebutton {
    border: 2px solid white !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2) !important;
    transform: translateY(0) !important;
}

/* narbar */
.navbar {
    overflow: hidden;
    background-color: #333;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
    z-index: 22;
}

.menu_hamburger_icon {
    content: url("../images/hamburger.png");
    width: 30px;
    height: 30px;
    padding: 20px;
    left: 0;
    cursor: pointer;
    position: absolute;
}

.navbar_title {
    font-size: 30px;
    font-weight: bolder;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
}

.navbar_title.hidemobile {
    display: block;
}

.navbar_title.showmobile {
    display: none;
}

@media screen and (max-width: 620px) {
    .navbar_title.showmobile {
        display: block;
    }

    .navbar_title.hidemobile {
        display: none;
    }

    .menu_hamburger_icon {
        padding: 10px;
    }
}

@media screen and (max-width: 200px) {

    .navbar_title.showmobile {
        display: none;
    }

    .navbar_title.hidemobile {
        display: none;
    }
}

/* narbar */

/* side navigation bar */
.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 24;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
}

.sidenav.overlay {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.7;
    z-index: 23;
    background: #111;
    position: fixed;
    transition: all .5s ease 0s;
    width: 100%;
    height: 100%;
}

.sidenav ul {
    list-style: none;
    padding-left: 0;
}

.sidenav li {
    text-align: center;
}

.sidenav a {
    display: block;
    padding: 8px 25px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #ff6216;
    cursor: pointer;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 1px;
    }
}

/* side navigation bar */


.footer-main {
    text-align: center;
    bottom: 0 !important;
    /* left: 0; */
    position: fixed;
    height: 40px;
    width: 400px;
    width: clamp(400px, 100vw, 1300px);
    max-width: 100%;
    margin: auto;
    background-color: #333;
    color: #F5F6F7;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: medium;
    /* margin-top: 100px; */
}

.footer_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_icons ul {
    list-style: none;
    padding: 0;
    font-weight: normal;
    font-size: smaller;
    margin: 4px 0;
}

.footer_icons li {
    padding: 0px 10px;
    cursor: pointer;
    display: inline-block;
}

.footer_icons li img {
    width: 30px;
    height: 30px;
}

.social_icons {
    border-radius: 30%;
    border: 1px black solid;
}

.footer_contact {
    padding-left: 25px;
    padding-right: 50px;
    cursor: pointer;
}

/* footer */

/* Button */
.buttonround {
    color: #ecf0f1;
    font-size: 17px;
    background-color: #e67e22;
    border: 1px solid #f39c12;
    border-radius: 5px;
    cursor: pointer;
    padding: 3px;
    transition: all 0.1s;
}

.buttonround:active:not:disabled {
    position: relative;
    top: 2px;
}

.buttonround:disabled {
    background-color: rgb(110, 110, 110);
    cursor: not-allowed;
}

/* Button */

/* inner page title */
.PageTitle_Inner {
    display: block;
    font-size: 2.5em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    font-weight: bold;
    text-align: center;
    color: #fcedd8;
    font-family: 'Niconne';
    text-shadow: 0.05em 0.05em 0px #ff6216
}

@media screen and (max-width: 600px) {
    .PageTitle_Inner {
        font-size: 1.5em;
    }
}

/* inner page title */


/* select fixtures */
.flexwrapcenter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.flexwrapstart {
    display: flex;
    flex-wrap: start;
    text-align: center;
}

.fixtdis_inner {
    padding: 0 3px;
    /* max-width: 200px; */
}

.alia {
    outline: 0;
    cursor: pointer;
    /* max-width: 200px; */
    text-align: center;
    text-align-last: center;

    box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px rgb(58 65 111 / 50%);
    padding: 1px 12px 5px 12px;
    border-radius: 15px;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 1px 0 rgb(0 0 0 / 40%);

    will-change: box-shadow, transform;
    transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.alia:hover {
    box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #3c4fe0;
    transform: translateY(-2px);
}

.alia option {
    background: black;
}

select.alia {
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

@media screen and (max-width: 740px) {
    .alia {
        font-size: 13px;
        padding: 1px 12px 5px 12px;
        border-radius: 15px;
    }
}

/* select fixtures */

.fc_Men {
    background-color: #14327267;
}

.fc_Women {
    background-color: #a52aa562;
}

/* fixtures container */
.fc_daydiv {
    text-align: left;
    margin: 0.7em auto 0.2em auto;
    font-weight: bold;
    font-size: large;
    max-width: 900px;
    color: #fff;
    background: var(--orangepink_linear);
    border-radius: 1em;
    padding: 0.5em 1em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: block;
}

@media screen and (max-width: 460px) {
    .fc_daydiv {
        font-size: medium;
        padding: 0.4em 0.5em;
    }
}

.fc_flex {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    padding: 3px;
    border-radius: 15px;
    font-size: 0.875em;
    font-weight: 600;
    max-width: 900px;
    margin: 3px auto;
    border: 1px black outset;
    cursor: pointer;
    transition: background-color 0.15s ease, opacity 0.1s ease, transform 0.1s ease;
}

.fc_flex:hover {
    background-color: rgba(62, 247, 102, 0.048);
}

.fc_flex:active {
    opacity: 0.75;
    transform: scale(0.99);
}

@media screen and (max-width: 460px) {
    .fc_flex {
        font-size: 0.75em;
    }
}

.fc_pri {
    overflow: visible;
    white-space: nowrap;
    width: 60px;
}

.fc_sec {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    min-width: 35px;
}

.fc_secsub1 {
    overflow: hidden;
    text-overflow: '';
    width: 122px;
}

.fc_secsub2 {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: '';
}

.fc_col.fixt_teamlogo {
    text-align: center;
    overflow: visible;
    min-width: 61px;
    padding: 0;
}

.fixt_teamlogo>img {
    max-width: 25px;
    max-height: 25px;
}

.fc_col.fixt_teams {
    min-width: 250px;
    width: 100%;
}

.fc_ter {
    display: flex;
    justify-content: flex-end;
    text-align: center;
    width: max-content;
}

.fc_quat {
    display: flex;
    justify-content: end;
    text-align: center;
    min-width: 35px;
}

.fc_col {
    padding: 1px 5px;
    height: 60px;
    line-height: 60px;
}

.fc_col.fixt_datetime,
.fc_col.fixt_type,
.fc_col.fixt_teamlogo,
.fc_col.fixt_teams,
.fc_col.fixt_score {
    line-height: 30px;
}

.fc_col.fixt_score {
    width: 25px;
    font-size: 1.25em;
    border-left-width: 2px;
    border-left-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    border-image: var(--orangepink_vertical_linear);
}

.fc_col.fixt_youtube {
    line-height: 70px;
}

.fc_col.fixt_youtube>a>img {
    border-radius: 30%;
    max-width: 25px;
    max-height: 25px;
}

.winlosedraw {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

/* fixtures container */

/* table container */
.tc_flex {
    border-radius: 15px;
    font-size: 1em;
    font-weight: 600;
    max-width: 700px;
    margin: 3px auto;
    border: 1px black outset;
    cursor: default;
    padding: 10px;
    margin-bottom: 1em;
}

@media screen and (max-width: 460px) {
    .tc_flex {
        font-size: 0.8em;
    }
}

.tc_row {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    border-bottom: 1px whitesmoke solid;
    padding: 3px;
}

.tc_row:not(:first-child) {
    height: 30px;
}

.tc_col {
    min-width: 40px;
}

.tc_pri {
    overflow: visible;
    white-space: nowrap;
    width: 15px;
}

.tc_pos {
    min-width: 20px;
    text-align: center;
}

.tc_pos.fc_qualify {
    border-bottom: 4px green solid;
}

.tc_pos.fc_qualify2 {
    border-bottom: 4px rgb(126, 128, 0) solid;
}

.tc_pos.fc_qualify3 {
    border-bottom: 4px rgb(0, 209, 224) solid;
}

.tc_pos.fc_relegate {
    border-bottom: 4px maroon solid;
}


.tc_sec {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    min-width: 30px;
}

.tc_secsub1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: '';
}

.tbl_teamlogo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    min-width: 61px;
}

.tbl_teamlogo>img {
    max-width: 30px;
    max-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tbl_teamlogo>span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tc_ter {
    display: flex;
    justify-content: flex-end;
}

.tc_stats {
    text-align: center;
    width: 40px;
}


.tc_col.tc_stats.showmobile {
    display: block;
}

@media screen and (max-width: 600px) {
    .tc_col.tc_stats.showmobile {
        display: none;
    }

    .tc_stats {
        width: 30px;
    }

}

/* table container */

/* squad container */
.sc_container {
    width: 500px;
    max-width: 90vw;
    height: auto;
    margin: 0.7em auto;
    background: #2c2c2c;
    -webkit-box-shadow: 0px 0px 15px rgba(255, 117, 3, 1), 0px 0px 15px rgba(255, 13, 134, 1);
    box-shadow: 0px 0px 15px rgba(255, 117, 3, 1), 0px 0px 15px rgba(255, 13, 134, 1);
    border-radius: 15px;
    border: 1px solid rgba(255, 117, 3, 1);
}

.sc_containerrow {
    border: solid rgba(255, 117, 3, 1);
    border-width: 0 0 1px;
    color: #aaa;
    font-size: 0.8em;
    font-weight: 800;
    position: relative;
    align-items: center;
    display: flex;
    white-space: nowrap;
    height: 30px;
}

.sc_containerrow:first-child {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.sc_containerrow:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.sc_containerrow.isHighlighted {
    background-color: #1d1d1d;
    min-height: 38px;
}

.sc_containerrow:last-of-type {
    border: none;
}

.sc_no {
    min-width: 30px;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    color: #fdfdfd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sc_name {
    font-size: 1.1em;
    font-weight: 700;
    color: #fdfdfd;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* squad container */

.gametitle {
    table-layout: fixed;
    width: 100%;
}

.gametitle_sub {
    font-size: large;
}

.gameheaderHome {
    width: 20%;
    min-width: 80px;
    overflow: hidden;
}

.gameheaderAway {
    width: 20%;
    min-width: 80px;
    overflow: hidden;
}

.gameheaderHome>img {
    max-width: 80px;
    max-height: 80px;
}

.gameheaderAway>img {
    max-width: 80px;
    max-height: 80px;
}

.gameheaderscore {
    width: 15%;
    white-space: nowrap;
    padding-left: 30px;
    padding-right: 30px;

}

.youtubeembed {
    aspect-ratio: 16/9;
    width: 560px;
    height: 315px;
    display: inline-block;
}

.gameheaderSub {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.gameheaderHome,
.gameheaderAway,
.gameheaderSub {
    font-size: large;
}

@media screen and (max-width: 600px) {

    .gameheaderHome,
    .gameheaderAway,
    .gameheaderSub {
        font-size: medium;
    }

    .gameheaderscore {
        font-size: large;
    }

    .gameheaderHome>img {
        max-width: 60px;
        max-height: 60px;
    }

    .gameheaderAway>img {
        max-width: 60px;
        max-height: 60px;
    }

    .gameheaderscore {
        padding-left: 10px;
        padding-right: 10px;
    }

    .youtubeembed {
        width: 90vw;
        height: 54vw;
    }

}


@media screen and (max-width: 450px) {

    .gameheaderHome,
    .gameheaderAway,
    .gameheaderSub {
        font-size: small;
    }

    .gameheaderscore {
        font-size: medium;
    }

}

.eventContainer {
    width: 650px;
    max-width: 90vw;
    height: auto;
    margin: 0 auto;
    background: #2c2c2c;
    -webkit-box-shadow: 0px 0px 15px rgba(255, 117, 3, 1), 0px 0px 15px rgba(255, 13, 134, 1);
    box-shadow: 0px 0px 15px rgba(255, 117, 3, 1), 0px 0px 15px rgba(255, 13, 134, 1);
    border-radius: 15px;
    border: 1px solid rgba(255, 117, 3, 1);
}

.eventRow {
    border: solid rgba(255, 117, 3, 1);
    border-width: 0 0 1px;
    color: #aaa;
    font-size: 0.7em;
    justify-content: space-between;
    position: relative;
    align-items: center;
    display: flex;
    white-space: nowrap;
    height: 35px;
}

.eventRow:first-child {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.eventRow:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.eventTime {
    height: 50px;
    min-width: 60px;
    width: 60px;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
}

.eventHomeContent,
.eventAwayContent {
    flex: 1 1;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
    display: flex;
    white-space: nowrap;
}

.eventHomeContent {
    justify-content: flex-end;
}

.eventAwayContent {
    justify-content: flex-start;
}

.eventHomePlayer,
.eventAwayPlayer {
    display: flex;
    flex-direction: column;
    min-width: 30px;
    font-size: 0.9em;
}

.eventHomePlayer {
    text-align: right;
}

.eventAwayPlayer {
    text-align: left;
}

.eventName {
    color: #fdfdfd;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.eventNameSub {
    color: #aaa;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.eventMainName,
.eventSubName {
    font-size: 0.9em;
}

.eventIconFull {
    flex-direction: column;
    min-width: 25px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.eventIcon {
    max-width: max-content;
    display: block;
    max-height: 14px;
    min-width: 14px;
}

.eventCode {
    color: #fdfdfd;
    font-size: 9px;
    font-weight: 700;
}

.eventCurrentTimeScore {
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
    display: flex;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    margin: auto 5px;
}

.eventCurrentTimeScoreSub {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
}

.eventCurrentScore {
    font-weight: 700;
    color: #fdfdfd;
    font-weight: 800;
}

/* .periodsummary {
    align-items: center;
    border: solid rgba(255, 117, 3, 1);
    border-width: 0 0 1px;
    display: flex;
    flex-wrap: nowrap;
    font-size: 0.8em;
    justify-content: space-between;
    position: relative;
} */

.periodsummary:last-of-type {
    border: none;
}

.periodsummary.isHighlighted {
    background-color: #1d1d1d;
    min-height: 38px;
}

.periodsummary span {
    white-space: nowrap;
}

.periodHomeContent,
.periodAwayContent {
    flex: 1 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.periodHomeContent {
    text-align: right;
}

.periodAwayContent {
    text-align: left;
}

/* playoff bracket */
.po_main {
    font-size: 0.75em;
}

.po_row {
    display: flex;
    flex-wrap: nowrap;
}

.po_stage {
    display: flex;
    justify-content: center;
    align-items: center;
}

.po_stagesub {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-decoration: underline solid rgba(255, 117, 3, 1);
}

.po_overflow {
    overflow: hidden;
    white-space: nowrap;
}

.po_stamat {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    gap: 1vw;
}

.po_stamatindent_QF {
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}

.po_stamatindent_SF {
    margin-left: 5vw;
    margin-right: 5vw;
}

.po_mat {
    padding: 1px 5px 1px 5px;
    border-radius: 15px;
    border: 1px black outset;
    font-size: 0.875em;
    font-weight: 600;
    margin: 3px auto;
    max-width: 500px;
    height: 80px;
}

.po_matcon {
    width: 40vw;
    max-width: 500px;
}

.po_matconte {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.po_matcontena {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.po_matcontenaimg {
    min-width: 32px;
    display: flex;
    justify-content: center;
    padding: 5px;
}

.po_matcontenaimg>img {
    max-width: 30px;
    max-height: 30px;
}

.po_matcontesc {
    display: flex;
    align-items: center;
    font-size: 1.4em;
}

.po_matcontescea {
    min-width: 20px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left-width: 2px;
    border-left-style: solid;
    border-color: rgba(255, 117, 3, 1);
}

@media screen and (max-width: 460px) {
    .po_mat {
        font-size: 0.75em;
    }
}

/* playoff bracket */

/* Game Update */
.gamupd_box {
    margin-left: 10vw;
    display: flex;
    flex-wrap: start;
    text-align: left;
}

.gamupd {
    padding: 1px 3px;
}

/* Game Update */

.contactus {
    width: fit-content;
    text-align: left;
    padding: 2%;
    border-radius: 30px;
    color: #2a3342;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    line-height: 1.75;
    background-color: white;
    position: relative;
}

.linked {
    color: #1c7efe;
}

.loadingsvg {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    margin: 0 auto;
    z-index: 2;
}

.response-message {
    display: none;
    color: red;
    padding: 10px;
    margin-top: 15px;
    border-radius: 5px;
    font-size: 16px;
}

.lostuser {
    font-size: 48px;
    text-align: center;
}

.returnhome {
    color: #ff6216;
}

/* ===== Loading Skeletons ===== */
@keyframes shimmer {
    0% {
        background-position: 200% center;
    }

    100% {
        background-position: -200% center;
    }
}

.skeleton-wrap {
    padding: 10px 5px;
}

.skeleton-row {
    background: linear-gradient(90deg, #3a3a3a 25%, #4a4a4a 50%, #3a3a3a 75%);
    background-size: 200% 100%;
    animation: shimmer 1.4s infinite;
    border-radius: 10px;
    margin: 6px auto;
    max-width: 900px;
}

/* ===== Loading Skeletons ===== */