body.page-template-coffin-war {
    background-image: url('/wp-content/themes/hello-elementor-child/modules/coffin-wars-module/images/Coffin-Wars-Texture.png');
    background-repeat: repeat;
    background-size: contain;
}

body .mfp-auto-cursor .mfp-content {
    cursor: auto;
    max-width: 900px;
    margin: 0 auto;
}

.coffin-wars-banner-section {
    background-image: url("/wp-content/themes/hello-elementor-child/modules/coffin-wars-module/images/Coffin-Wars-Landing-Page-Image-1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0 70px;
    text-align: center;
}

.athleteVideoSection {
    padding-top: 10px;
}

body.page-template-coffin-war .coffin-wars-banner-section img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

body.page-template-coffin-war .coffin-wars-banner-section h1 {
    color: #DD2B4F;
    font-family: "area-normal", Sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 100px;
    margin: 24px 0 0;
}

body.page-template-coffin-war .coffin-wars-banner-section p {
    margin-bottom: 20px;
}

body.page-template-coffin-war .coffin-wars-banner-section a {
    font-family: "area-normal", Sans-serif;
    font-size: 22px;
    font-weight: 900;
    fill: #DD2B4F;
    color: #DD2B4F;
    background-color: #61CE7000;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-radius: 58px 58px 58px 58px;
    padding: 18px 30px 12px 30px;
    text-transform: uppercase;
}

body.page-template-coffin-war .athleteVideoSection .landingVideoItem{
    border: solid 4px #dd2b4f;
     background-repeat: no-repeat;
    background-size: cover;
}

body.page-template-coffin-war .landingPageSlider .landingVideoItem a img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

body.page-template-coffin-war .coffin-wars-detail-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 50px 0 0;
}

body.page-template-coffin-war .coffin-wars-detail-section .coffin-wars-detail-col-left,
body.page-template-coffin-war .coffin-wars-detail-section .coffin-wars-detail-col-right {
    width: 30%;
}

body.page-template-coffin-war .coffin-wars-detail-section .coffin-wars-detail-col-left {
    text-align: right;
}

body.page-template-coffin-war .coffin-wars-detail-section .coffin-wars-detail-col-right {
    text-align: left;
}

body.page-template-coffin-war .coffin-wars-detail-section .coffin-wars-detail-col-right img{
    /* transform: rotate(60deg); */
      transform: scaleX(-1);
}

body.page-template-coffin-war .coffin-wars-detail-section .coffin-wars-detail-col-center {
    width: 40%;
    padding: 200px 0 220px;
}

body.page-template-coffin-war .coffin-wars-detail-section .coffin-wars-detail-col-center p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    font-family: var(--area-normal-font-family);
    text-align: center;
}


.plnScoreTableSection {
    padding: 20px 60px 0 ;
}

body.page-template-coffin-war .plnScoreTableSection h3.pt_event_date {
    color: #dd2b4f !important;
    margin: 10px 0 15px;
}

body.page-template-coffin-war .plnScoreTableSection .plnScoreTable thead tr th {
    border: 2px solid #dd2b4f;
    background-color: #3a3a3a;
}

body.page-template-coffin-war .plnScoreTableSection .plnScoreTable table td,
.plnScoreTable table h3 {
    border: 1px solid #dd2b4f;
}

body.page-template-coffin-war .plnScoreTableSection .plnScoreTable table td.plnTableCol.plnScoreCol {
    background: #dd2b4f;
}

body.page-template-coffin-war .plnScoreTableSection .plnScoreTable table tr:nth-child(even) td {
    background-color: #3a3a3a;
}

body.page-template-coffin-war .plnScoreTableSection .plnScoreTable table tbody>tr:nth-child(odd)>td,
body.page-template-coffin-war .plnScoreTableSection .plnScoreTable table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 50.2%, -0.929412);
}

