/* detail-body */
.detail-body {
    width: 75%;
    padding: 80px 0px;
    margin: 0 auto;
}


.detail-division {
    display: flex;
    padding-bottom: 50px;
    gap: 30px;
}

.detail-grid-top-s{
    width: 20%;
}
.detail-grid-top-l{
    width: 80%;
}

.detail-grid-s {
    width: 30%;
}
.detail-ad-section{
    padding-bottom:50px;
}

.detail-grid-l {
    width: 70%;
}

.detail-date {
    font-size: 14px;
    margin: 0;
    color: #831214;
    font-weight: 500;
}

.we {
    font-size: 13px;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 0px;
}
.detail-icon-section{
    display: flex;
    justify-content: flex-start;
    gap: 5px;
}
.fb{
    width: 10px;
    height: 10px;
    background-color: #4762A5;
    padding: 10px;
    border-radius: 50%;
}
.x{
    width: 10px;
    height: 10px;
    background-color: #000000;
    padding: 10px;
    border-radius: 50%;
}
.whatsap{
    width: 10px;
    height: 10px;
    background-color: #075E54;
    padding: 10px;
    border-radius: 50%;
}
.telegram{
    width: 10px;
    height: 10px;
    background-color: #229ED9;
    padding: 10px;
    border-radius: 50%;
}
.detail-line{
  border: none;
  height: 1px;
  background-color: rgb(198, 198, 198);
  margin: 0px 0px; /* Optional: remove spacing */
  margin-bottom: 10px;
}
.print-section{
    display: flex;
    justify-content: space-between;
}
.football{
     font-size: 18px;
    margin: 0;
    color: #831214;
    font-weight: 600;
    text-transform: uppercase;
}
.icon-section{
    display: flex;
    gap: 10px;
}
.p-icon{
    width: 20px;
    height: 20px;
}
.detail-head{
    margin: 0;
    font-size: 40px;
    padding: 20px 0px;
}
.detail-head a{
    color: #000000;
}
.detail-minihead{
    font-size: 24px;
    margin: 0;
    line-height: 2.3rem;
}
.black-box{
    background-color: #000000;
}
.img-text{
    margin: 0;
}
.img-bottom-section{
    display: flex;
    padding: 40px 0px;
    gap: 30px;
}
.img-bottom-section-left{
    width: 20%;
}
.img-bottom-section-right{
    width: 80%;
}
.match{
     font-size: 16px;
    margin: 0;
    color: #831214;
    font-weight: 500;
    text-transform: uppercase;
}
.match-summary{
      font-size: 12px;
    margin: 0;
     font-weight: 500;
     padding: 20px 0px;
}
.detail-para{
    font-size: 16px;
    margin: 0;
    line-height: 1.6rem;
    padding: 10px 0px;
}
.interest-box{
    padding: 10px 0px;
}
.interest-box-head{
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    color: #F59D02;
}
.interest-grid{
    padding: 20px 0px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.interest-grid-left{
    width: 20%;
}
.interest-grid-right{
    width: 80%;
}
.interest-img{
    height: auto;
    width: 100%;
}
.interest-grid-para{
    font-size: 16px;
    margin: 0;
 
}
.detail-bottom-mini-head{
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 20px 0px;
}
.detail-bottom-mini-head a{
    color: #000000;
}
.detail-head-bottom{
     font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 20px 0px;
}
.detail-head-bottom a{
    color: #000000;
}
.detail-plus-grid{
    display: flex;
    gap: 10px;
}
.detail-plus-grid-left{
    width: 40%;
}
.detail-plus-grid-right{
    width: 60%;
}
.detail-plus-para {
    font-size: 10px;
    margin: 0;
    font-weight: 600;
    padding: 10px 0px;
    gap: 10px;
}
.detail-plus-para a{
    color: #000;
}
.third-key {
    height: 10px;
    width: auto;
}
.detail-img-bar {
    width: 20px;
    height: 2px;
    background-color: #660000;
    /* Maroon */
    margin: 2px 0px;
}