*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

input:focus{outline: none;}

body {
    font-family: "Figtree", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    padding: 0;
    margin: 0;
    /* font-variation-settings: "wdth" 100; */
}

/* ===== VARIABLES ===== */
:root {
    --container-width: 1240px;
    --gutter: 15px;
}

a {
    text-decoration: none;
    color: #060606;
}

a:hover {
    
    text-decoration: none;
}

a:focus {
    outline: none;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form {
    list-style: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: var(--container-width);
    margin-inline: auto;
    padding-inline: var(--gutter);
}

.container-fluid {
    width: 100%;
    padding-inline: var(--gutter);
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-inline: calc(var(--gutter) / -2);
}

[class^="col-"] {
    padding-inline: calc(var(--gutter) / 2);
    width: 100%;
}

.col-1 {
    width: 8.333%;
}

.col-2 {
    width: 16.666%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.333%;
}

.col-5 {
    width: 41.666%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.333%;
}

.col-8 {
    width: 66.666%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.333%;
}

.col-11 {
    width: 91.666%;
}

.col-12 {
    width: 100%;
}

.col-9-article{
    width: 73%;
}

.col-3-article{
    width: 27%;
}

.mobNone {
    display: block;
}

.desNone {
    display: none;
}

.imgResponsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.topBanr {
    margin: auto;
    width: 100%;
    text-align: center;
    margin-block: 10px;min-height: 90px;
}
.topBanr img{margin: auto;}
.topNavbar {
    background: transparent linear-gradient(92deg, #511652 0%, #262547 100%) 0% 0% no-repeat padding-box;
    padding-block: 10px;
    width: 100%;
    color: #fff;
}

.navBox {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.lefNav {
    display: flex;
    gap: 20px;
    align-items: center;
}
.language {text-transform: uppercase;padding: 2px 5px 2px 5px;}
.languageCng {
    border-radius: 14px;
    background-color: #fff;
    padding: 1px 4px 1px 1px;
    color: #441A4F;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 4px;
}

.activeLan {
    background: transparent linear-gradient(180deg, #D92428 0%, #BC1C1E 43%, #EC3131 100%) 0% 0% no-repeat padding-box;
    border-radius: 14px;
    color: #fff;
    /* padding: 3px 8px 2px 8px; */
    text-transform: uppercase;
}

.centerNav {
    display: flex;
    align-items: center;
    gap: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}
.centerNav a {color: #fff;}
    

.rightNav {
    display: flex;
    gap: 20px;
    align-items: center;
}


.scorecareBox {
    background: url(https://st3.cricketcountry.com/wp-content/themes/cricketcry/images/line_bg_header.svg) repeat-x left top;
}

.topTagBox{display: flex;gap: 4px;padding-block: 7px;overflow-x: auto;scrollbar-width: none;}
.topTagBox a{border: 1px solid #D2D2D2;border-radius: 4px;background: #fff;padding: 6px 10px;white-space: nowrap;font-size: 13px;font-weight: normal;}
.activeTag{font-size: 14px !important;font-weight: bold !important;border: 1px solid #511652 !important; color: #511652 !important;}
.banrdwnTag{width: 100%;text-align: center;}

.menuBox{
position:relative;
display:inline-block;
}

.hamburger{
font-size:22px;
cursor:pointer;
}

.menuDropdown{
position:absolute;
top:100%;
left:0;
display:none;
flex-direction:column;background-color: #fff;
min-width:285px;z-index: 1111;border: 1px solid #E6E6E6;box-shadow: 0px 3px 6px #00000029;height: 100vh;overflow-y: auto;scrollbar-width: thin;
}


.menuDropdownBox a{
color:#4E4E4E;
padding:0 30px 0 20px;
text-decoration:none;
display:block;font-size: 16px;font-weight: 500;height: 50px;display: flex;align-items: center;position: relative;
}
.menuarrowimg{margin-right: 10px;}

/* .menuDropdownBox a::before{content: '';background: url(https://www.cricketcountry.com/wp-content/themes/cricketcry/images/menu_arrow.svg) no-repeat center;width: 4px; height: 4px;} */

/* Even items */
.menuDropdownBox a:nth-child(even){
background:#F3F3F3;
box-shadow: inset 0px 1px 0px #00000029;
}

/* Odd items */
.menuDropdownBox a:nth-child(odd){
background:#FFFFFF;
box-shadow: inset 0px 1px 0px #00000029;
}
/* .footernav{display: none;}    */

/* Hover for Desktop */
/* @media (min-width:769px){
.menuBox:hover .menuDropdown{
display:flex;
}
} */
.serachNav{cursor: pointer;}

.menuDropdown.open{
display:flex;
}

.usefullinks{
    border: 1px solid #E6E6E6;
}
.usefullinks strong, .followusonTp strong, .partnerTp strong{
    font-size: 16px;
    font-weight: bold;
    margin:15px 0 5px 10px;color: #4E4E4E; display:block;
}
.usefullinks a{
    font-size: 14px;
    font-weight: 400;
    color: #4E4E4E; display:block;padding:15px 30px;
}
.followusonTp{
    border: 1px solid #E6E6E6;
}
.followusonTpBox{display: flex;gap: 10px;margin-left: 15px;padding-bottom: 20px;}
.followusonTpBox a{
    font-size: 14px;
    font-weight: 400;
    color: #4E4E4E; display:block;padding:0;
}
.partnerTp strong{margin-bottom: 15px;}
.partnerTpBox{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-left: 15px;
    padding-bottom: 20px;padding-right: 15px;
}

.partnerTpBox a{
    width: calc(50% - 5px);border: 1px solid #C8C8C8;border-radius: 14px;background-color: #fff;padding: 13px;display: flex;align-items: center;justify-content: center;}

.partnerTpBox img{
    max-width: 100%;
    height: auto;
}


.searchModal{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.6);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
}

.searchModalContent{
    background:transparent;
    padding:30px;
    border-radius:6px;
    width:90%;
    position:absolute;top:145px;
}

.searchModalWithoutBanr .searchModalContent{top: 30px;}

.searchInput{
    width:95%;border-radius: 8px;
    padding:15px;
    font-size:16px;border: 1px solid #707070;
}

.closeSearch{
    position:absolute;
    right:10px;
    top:0px;
    font-size:28px;
    cursor:pointer;
}
.searchBox{display: flex;}

.submitBtn{background: #000000;border: none;color: #fff;display: flex;align-items: center;justify-content: center;height: 50px;text-transform: uppercase;padding: 15px;border-radius:0px 8px 8px 0;margin-left: -5px;}

.scoreCardBox{margin-bottom: 25px;}

.iframescorcardbox {
  width: 100%;
 
}

.iframescorcardbox iframe {
  width: 100%;
  height: 210px;
  border: 0;
}


.mobBanner{width: 100%;text-align: center;max-width: 320px;background-color: #E8E8E8;font-size: 11px;color: #888888;margin:10px auto;padding-bottom: 8px;min-height: 250px;}
.mobBannerArticle{width: 100%;text-align: center;max-width: 320px;background-color: #E8E8E8;font-size: 11px;color: #888888;padding-block: 8px 5px;margin: 0 auto 20px auto;min-height: 250px;}
.addverTxt{display: block;padding-bottom: 2px;margin-top: -3px;}
.mobBannerDes{width: 100%;text-align: center;max-width: 320px;background-color: #E8E8E8;font-size: 11px;color: #888888;margin-inline: auto;padding-bottom: 8px;}
.mrgnauto{margin: auto;}


@media (max-width: 1050px) {

    .centerNav {display: none;}
.tpsubLead{flex-direction: column;gap: 30px;}
.lefNav{gap: 5px;}
.searchModalContent{top: 24px;}
.logo img{max-width: 120px;}

}



@media (max-width: 768px) {
    .mobNone {
        display: none;
    }

    .desNone {
        display: block;
    }

   

    :root {
        --gutter: 5px;
    }

.footernav{display: flex;gap: 15px;justify-content: space-between;align-items: center;width: 100%;position: fixed;bottom: 0;left: 0;right: 0;background: #fff;padding: 10px 5px 7px 5px; z-index: 99999;}

.partnerTpBox{
    margin-bottom: 40px;
}
.iframescorcardbox {
/*  aspect-ratio: 16 / 9; /* adjust if needed */*/
}


    }



/* first fold css */

.mrgnBtm35px{margin-bottom: 35px;}
.mrgnBtm20px{margin-bottom: 20px;}
.mrgnBtm10px{margin-bottom: 10px;}

/* lead news  */
.topNewsBx{}
.leadnews{background:#050404 ;border-radius: 12px;}
.leadnewsLink{position: relative;color: #fff;display: block;margin-bottom: 20px;}
.leadnewsovrimg{position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;}
.leadnewsImg{max-width: 100%;height: auto;display: block;position: relative;border-radius: 12px 12px 0 0 ;}
.leadnewsImg::after{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 218px;background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;}
.logoimgLNbx{position: absolute;top: 5px;left: 6px;background: #511652;border-radius: 8px;padding: 2px 7px;}
.logoimgtp{width: 107px;}
.leadnewtitleBox{position: absolute;bottom: 0;left: 0;;width: 100%;height: 218px;background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;display: flex;justify-content: flex-end;align-items: flex-end;padding: 10px;}
.leadnewsTitle{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;font-size: 30px;line-height: 40px;font-weight: bold;}

.tpsubLead{margin-left: 20px;display: flex;gap: 15px;}
.tpsubLeadLink{color: #fff;display: flex;gap: 15px; margin-bottom: 25px;align-items: flex-start;}
.tpsubLeadLink:last-child{margin-bottom: 10px;}
.tpsubleadimgbx{position: relative;}
.tpsubLeadimg{}
.tpsubLeadLink .logoimgLNbx{border-radius: 4px;padding: 1px 2px;}
.tpsubLeadLink .logoimgtp{width: 55px;}

.tpsubLeadtitle{font-size: 14px;font-weight: 500;line-height: 20px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}

.tpsubLeadRgt{background: transparent linear-gradient(141deg, #511652 0%, #262547 100%) 0% 0% no-repeat padding-box;
border-radius: 20px 0px 0px 0px;padding: 15px 10px;color: #fff;max-width: 275px;}
.iframeWrapperLiveScore {
    position: relative;
    width: 100%;
    height: 365px;
    
}

.iframeWrapperLiveScore iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


.tpsubLeadRgt::-webkit-scrollbar-thumb {background: #FFFFFF29; }

.livetitle{display: flex;gap: 10px;align-items: center;margin-bottom: 12px;}
.livetitleRdbx{border-radius: 4px;background-color: #FF3B3B;padding: 2px 6px;font-size: 12px;line-height: 14px;text-transform: uppercase;display: flex;align-items: center;gap: 4px;}
.titleLivebx{font-size: 16px;line-height: 24px;font-weight: 500;margin-bottom: 15px;color: #fff;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;
 & a{color: #fff};}
.tpLiveul{height: 205px;overflow-y: auto;padding-left: 5px;}
.tpLiveul li{
    font: normal normal 13px/18px 'figtree';
    color: #E3E3E3;
    position: relative;
    border-left: 1px dashed #929292;
    padding-bottom: 10px;
    padding-left: 10px;}
.tpLiveul::-webkit-scrollbar {width: 5px;}
.tpLiveul::-webkit-scrollbar-track {background: #511652; }
.tpLiveul::-webkit-scrollbar-thumb {background: #FFFFFF29; }

 .tpLiveul li a{color:#E3E3E3 ;}
.tpLiveul li::after{content:'';background: #929292;position: absolute; width: 4px; height: 4px; left: -2px; top:0px;border-radius: 50%;border: 0px solid #929292;}


.tpLiveVewmre{text-transform: uppercase;font-size: 12px;font-weight: bold;text-decoration: underline;display: flex;justify-content: center;width: 100%;color: #D5D5D5;margin-top: 10px;}

.tpMiniLeadLink{}
.tpMiniLeadimg{width: 100%;height: auto;display: block;max-height: 180px;object-fit: cover;border-radius: 10px;}
.tpMiniLeadLink .logoimgtp{max-width: 80px;}
.tpMiniLeadLink .tpsubleadimgbx{margin-bottom: 10px;}
.tpMiniLeadLink .tpsubLeadtitle{font-size: 20px;line-height: 30px;font-weight: bold;min-height: 90px;}

.miniLeadBox{border-bottom: 1px solid #C5C5C5;margin-bottom: 19px;}
.dateAuthorbx{font-size: 12px;font-weight: normal;color: #000; padding-block:16px 18px;}
.dateAuthorbx a{color: #000;}
.grayDot{color: #9C9C9C;display: inline-block;padding-right: 3px;}
.authorNameMl::after{content: '|';padding-inline: 8px;}

.liveminiLeadicon{
    border: 1px solid #FF0000;
    border-radius: 4px;
    padding: 3px 4px;
    color: #FF0000;
    font-size: 10px;
    line-height: 12px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 6px;
    vertical-align: middle;
}
.minWid320px .tpMiniLeadLink .tpsubLeadtitle{-webkit-line-clamp:4}
.headingsec{margin-bottom: 25px;}
.headingsec, .headingTitle, .sponserHeading{display: flex;align-items: center;justify-content: space-between;gap: 10px;}
.sponserHeading{border: 1px solid #CECECE;border-radius: 4px;gap: 5px;padding: 5px;}
.sponserHeading span{font-size: 11px;font-weight: bold;}
.headingTitle{font-size: 26px;font-weight: bold;}

.articleDetail .headingTitle{font-size: 32px;}
.articleDetail .col-3-article .headingTitle{font-size: 24px;}

.headingTitleBx{display: flex;align-items: center;justify-content: flex-start;gap: 15px;}
.viewAllLink{display: inline-flex;align-items: center;gap: 5px;color: #000;font-size: 14px;font-weight: bold;border-radius: 15px;padding: 6px 10px;border: 1px solid #511652;text-transform: uppercase;}

.vidReelCards{display: flex;gap: 16px;overflow-x: auto;scrollbar-width: none;}
.reelCard{
    position:relative;
    border-radius:11px;
    overflow:hidden;
    max-width:208px;
width: calc(100% /6);
}

.reelImg{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* gradient overlay */
.reelOverlay{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding:20px 9px;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;height: 180px;display: flex;align-items: flex-end;text-align: center;
}

/* title */
.reelTitle{
    color:#fff;width: 100%;
    font-size:18px;
    line-height:24px;
    font-weight:600;
    margin:0;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;

}

/* top right number */
.reelCount{
    position:absolute;background: url(https://st3.cricketcountry.com/wp-content/themes/cricketcry/images/reel_corner.png) no-repeat top right;
    top:-3px;
    right:-3px;
    color:#000;
    font-weight:600;font-size: 12px;
    width:32px;
    height:24px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.reelOverlay:before{
    content: "";
    position: absolute;
    /* background: linear-gradient(to right, #A5A5A5 50%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-repeat: repeat-x, repeat-y;
    background-size: 12px 2px, 1px 10px;
    width: calc(100% - 20px);
    height: 10px;
    left: 10px;
    right: 10px; z-index: 111;
    bottom: 7px; */
background: url(https://st3.cricketcountry.com/wp-content/themes/cricketcry/images/webstorydeshimg.gif) repeat-x left center;width: 90%;height: 2px;z-index: 111;bottom: 5px;background-size: contain;}


.latestNewsCards{display: flex;align-items: flex-start;justify-content: flex-start;gap: 16px;}
.latestNewsCard{display: flex;flex-direction: column;max-width: 208px;width: calc(100% / 6);}

.lagestNewsimgHoldr{position: relative;}
.lagestNewsimgHoldr .logoimgLNbx{padding: 0px 5px;border-radius: 4px;}
.lagestNewsimgHoldr .logoimgtp{width: 70px;height: 15px;}
.latNewsTitle{font: normal normal 500 14px/20px 'Figtree';display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.latnewImg{border-radius: 8px;max-width: 100%;height: auto;display: block;margin-bottom: 10px;}
.advertismentTextbx{background: #F7F7F7;padding:5px 9px 9px 9px;display: inline-block;}
.advertismentTextbx .addverTxt{padding-bottom: 5px;font-size: 11px;color: #888888;}

.seriesBx{background:url(https://st3.cricketcountry.com/wp-content/themes/cricketcry/images/series_bg.jpg) top left  #ededed;padding-block: 20px 50px;}

.seriesMiniLead{display: flex;gap: 15px;margin-bottom: 20px;}
.seriesMiniLead:last-child{margin-bottom: 0;}
.serisubLeadtitle{font: normal normal bold 20px/30px 'Figtree';margin-bottom: 10px;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;overflow: hidden;
}
.serdateAuthorbx{font-size: 11px;}
.SerMiniLeadimg{width: 153px;height: 86px;display: block;object-fit: cover;border-radius: 10px;}

.seriesminiLeadBox .tpMiniLeadLink .tpsubLeadtitle{-webkit-line-clamp:4}
.seriesminiLeadBox .miniLeadBox:last-child{margin-bottom: 0;}
.minWid320px .mobBanner{margin-block: 0;}
.mrefromSeriesbx .mobBanner{margin-bottom: 25px;}
.morfrStorLink{display: flex;gap: 16px;margin-bottom: 23px;align-items: flex-start;}
.morfrStorLink:last-child{margin-bottom: 0;}
.morefromSerNews .headingTitleBx{margin-bottom: 16px;}
.morfrStImg{border-radius: 10px;width: 96px;}
.titlemorfrStory{font: normal normal 500 14px/20px 'Figtree';color: #000;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}


/* video block */
.videoNewsBx{background: #1F1F1F;color: #fff;padding-block: 25px 35px; & .row{margin-bottom: 40px;} & .videoNewsTitle{margin-bottom: 0px;}}
.videoNewsBx .headingTitle{color: #fff;}
.videoNewsBx .viewAllLink{background: #fff;}
.videImgBx{position: relative;}
.videoTime{position: absolute;bottom: 0px;right: 0px;color: #fff;font-size: 12px;font-weight: 500;background: rgba(0, 0, 0, 0.5);padding: 9px 10px;border-radius: 20px 0px 0px 0px;display: flex;align-items: center;gap: 5px;}

.videoNewsImg{max-width:100%;height: auto;display: block;border-radius: 6px;margin-bottom: 13px;}
.videoNewsTitle{font: normal normal bold 30px/40px 'Figtree';color: #fff;margin-bottom: 10px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.videoIcon{width: 24px;display: block;}

.minleadVidLink{display: flex;gap: 10px;margin-bottom: 18px;background: #28292A;padding: 10px;align-items: flex-start;border-radius: 6px;}
.minleadVidLink .videoNewsImg{width: 137px;height: auto;display: block;border-radius: 6px;margin-bottom: 0;}
.minleadVidLink .videoNewsTitle{font: normal normal bold 20px/26px 'Figtree';margin-bottom: 12px;}
.minleadVidLink .videImgBx{min-width: 137px;}
.minleadVidLink .serdateAuthorbx{color: #979696;font-size: 12px;}

.vidBottombx{display: flex;gap: 16px;}
.vidBotmLink{display: block;max-width: 208px;}
.videoNewsbtmImg{border: 1px solid #707070;border-bottom: 0;border-radius: 16px 16px 0px 0px;max-width: 100%;}
.vidbtmTitlebox{background-color: #28292A;border-radius: 0px 0px 16px 16px;padding: 15px 15px 15px 10px;height: 120px;}
.vidbtmTitlebox .videoNewsTitle{font: normal normal 500 16px/22px 'Figtree';margin-bottom: 10px;}
.vidbtmTitlebox .serdateAuthorbx{font-size: 12px; color: #979696;}


.vidBotmLink .videoNewsTitle{font-size: 14px;line-height: 22px;}

/* taboola center */
.taboolaCenterBox{background-color: #F2F2F2;padding-block: 7px 18px;}

/* editor pick */
.editorPickcards{display: flex;gap: 16px;margin-bottom: 20px;    overflow-x:auto;}
.editrpicCard{width:calc(25% - 12px);;display: block;width: 290px;border: 1px solid #D8D4D4;border-radius: 17px;box-shadow: 0px 3px 6px #00000014;}
.eidtrpickLink{border-bottom: 1px solid #D8D4D4;display: block;}
.editpicLeadImg{border-radius: 10px 10px 0px 0px;margin-bottom: 12px;max-width: 100%;width: 100%;height: 217px;object-fit: cover;}


.editorpicTitle{font: normal normal bold 20px/28px 'Figtree';color: #000;margin-bottom: 12px;padding-inline: 10px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;
}
.sumryEditor{font: normal normal normal 14px/24px 'Figtree';color: #505050;margin-bottom: 12px;padding-inline: 10px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;
}
.editordateAuthorbx{padding:20px 10px;font-size:12px;}

/* photo gallery */
.picgalLeadLink{}
.picgalpicHolder{position: relative;}
.picgalCount{position: absolute;bottom: 2px; left: 2px;background: transparent linear-gradient(180deg, #511652 0%, #262547 100%) 0% 0% no-repeat padding-box;border-radius: 8px;font-size: 16px;line-height: 24px;color: #fff;padding:2px 7px;display: flex;gap:0 7px;align-items: center;}
.camraicon{height: 12px;}
.picgalLeadimg{max-width: 100%;height: auto;display: block;margin-bottom: 12px;border-radius: 10px;}
.picgalLeadTitle{font-size: 30px;font-weight: bold;line-height: 40px;color: #000;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}

.miniPhotoLead{margin-bottom:20px}
.miniPhotoLeadLink{display: flex;align-items: flex-start;gap: 12px;}
.picgalminiLeadTitle{font-size: 20px;font-weight: bold;line-height: 30px;color: #000;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.picgalsubLeadimg{max-width: 176px;height: auto;display: block;border-radius: 10px;}
.photominiLeadRgt .picgalLeadTitle{font-size: 20px;line-height: 26px;font-weight: bold;-webkit-line-clamp: 4;margin-bottom: 15px;}
.photominiLeadRgt .picgalsubLeadimg{width: 96px;}
.photominiLeadRgt .picgalminiLeadTitle{font-size: 14px;line-height: 20px;font-weight: 500;}

.picgalmobminiLeadBx{display: flex;align-items: flex-start;overflow-x: auto;scrollbar-width: none;gap: 16px;margin-top: 15px;}
.picgalMobMLItem{box-shadow: 0px 3px 3px #00000017;border: 1px solid #E1E1E1;border-radius: 16px;max-width: 208px;flex:0 0 calc(100% / 4);}

.picgalpicHolder .picgalsubLeadimg{border-radius:10px; }
.picgalMobMLItem .picgalsubLeadimg{max-width: 100%;margin-bottom: 10px;}
.picgalMobMLItem .picgalminiLeadTitle{font-size: 14px;line-height: 22px;color: #000;padding: 0px 8px 0 8px;}
.picgalMobMLItem .editordateAuthorbx{padding:12px 8px 8px 8px}

/* more news */
.moreNewsBx{background-color: #FFFEEE;padding-block: 10px 15px;}
.mornewLeadTitle{border-radius: 0px 0px 8px 8px;background: transparent linear-gradient(180deg, #511652 0%, #262547 100%) 0% 0% no-repeat padding-box;padding: 8px 9px 11px 9px;color: #fff;margin-top: -5px;font-size: 22px;line-height: 31px;margin-bottom: 20px;}
.mreNewstpLead .editpicLeadImg{margin-bottom: 0;}
.mreNesminiLeadTitle{font-size: 22px;line-height: 30px;font-weight: bold;}
.mreNewsMiniLeadcard .editordateAuthorbx{padding:10px 0 ;}
.mornewsCntrBx .SerMiniLeadimg{width: 173px;height: 97px;}
.mornewsCntrBx .serdateAuthorbx{font-size: 12px;}
.mornewsCntrBx .logoimgLNbx{padding: 0 7px;}
.mornewsCntrBx .logoimgtp{width: 70px;}
.mornewsCntrBx .mobBanner{margin-bottom: 15px;}
.mornewsRgtBx .videoNewsTitle{font-size: 22px;line-height: 26px;color: #2C2C2C;margin-bottom: 20px;}




.footerNav-add{position:fixed;bottom:0;left:0;right:0;transition:all .5s ease;z-index:60;box-shadow:0px -2px 6px 0px rgba(0, 0, 0, 0.1);display:none}


@media (max-width: 768px) {
header{position: fixed;width: 100%;z-index: 99999;top: 0;left: 0;}
.headingTitle{font-size: 22px;}
.scorecareBox{ margin-top:55px;}
.leadnewsTitle{font-size: 20px;line-height: 26px;}
.tpsubLeadtitle{font-size: 15px;font-weight: 500;line-height: 21px;}
.tpsubLeadLink .logoimgLNbx{display: none;}
.tpsubLeadRgt{max-width:100%;}
.leadnews{padding-inline: 10px;}
.tpsubLead{margin-left: 0;gap: 10px;}


.minleadnewsMob{display: flex;overflow-x: auto;gap: 16px;scrollbar-width: thin;}
.tpsubLeadRgt{margin-bottom: 20px;}
.minileadCard{border-radius: 0px 0px 16px 16px;display: block;color: #fff;    flex:0 0 42%; width: 100%;margin-bottom: 20px;}
.contentCardMl{padding: 10px 7px;background: #28292A;margin-top: -3px;min-height: 136px;border-radius: 0px 0px 16px 16px;}
.minileadCard .dateAuthorbx{color: #979696;padding-block:10px 0px;}
.miniLeadCardImg{max-width: 100%;border-radius: 16px 16px 0 0;}
.minileadcardnews{font-size: 14px;font-weight: 500;line-height: 22px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.minileadCard .dateAuthorbx{font-size: 11px;line-height: 20px;}

.reelCard, .vidBotmLink{
    position:relative;
    border-radius:18px;
    overflow:hidden;
    flex:0 0 calc(50% - 8px);
}

.seriesBx{padding-block: 20px 10px;}
.seriesHmeLeft{margin-bottom: -20px;}
.serisubLeadtitle{font: normal normal 500 14px/20px 'Figtree';}
.seriesMiniLead{gap: 10px;}
.editorPickcards{padding-left:10px;}

.editrpicCard{min-width: 80%;}
.picgalMobMLItem{flex:0 0 calc(100% / 2.4); /* Mobile: 2.4 items */}
.picgalLeadTitle{font-size: 22px;line-height: 28px;}

.footerNav-add,
.ads-in-mobile{display:block!important}
.show-desktop,
.ads-in-desktop{display:none!important;}

.iconsNav{background-color: #fff;padding-inline: 20px;}
.iconsNav ul{list-style: none;margin: 0;padding: 0;display: flex;align-items: center;justify-content: space-between;gap: 10px;height: 65px;}
.iconsNav ul li{display: flex;align-items: center;justify-content: center;gap: 10px;flex-direction: column;}
.iconsNav ul li a{display: flex;align-items: center;justify-content: center;gap: 5px;flex-direction: column;color: #000000;font-size: 12px;}
.iconsNav ul li a .svg-icon{width: 23px;height: 23px;display: block;}
.iconsNav ul li a small{font-size: 12px;font-weight: normal;color: #000;}
.iconsNav ul li a .activeftrNav{background: #511652 0% 0% no-repeat padding-box;border-radius: 12px;color: #fff;padding: 5px 18px;}

.ads-fixed {
    background-color: rgba(244, 244, 244, .98);
    box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: block;
    overflow: hidden;
    height: 50px;
}

.ads-fixed .ads-placeholder {
    height: 50px;
    width: 320px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
}
.ads-box{padding:5px 0 10px;text-align:center;display:block;overflow:hidden;clear:both;background-color:var(--gray);border-radius:0;box-shadow:inset 0 11px 8px -10px rgba(0,0,0, 0.1),inset 0 -11px 8px -10px rgba(0,0,0, 0.1);margin:0 -15px;}
.ads-box .ads-placeholder{width:300px;height:250px;margin:0 auto;overflow:hidden;position:relative;font-size:11px;z-index:2;background-color:#fff}
.top-horizontal-ads{width:auto;margin:0px;text-align:center;display:block;background-color:var(--gray);padding:5px 0;overflow:hidden;position:relative;box-shadow:inset 0 11px 8px -10px rgba(0,0,0,.1),inset 0 -11px 8px -10px rgba(0,0,0,.1);clear:both;}
.top-horizontal-ads .ads-placeholder{width:320px;min-height:50px;margin:0 auto;background-color:#fff;overflow:hidden;position:relative;}
.progress-wrap{display:none;}



}/* end of 768 media quaries */

/* article detail */

.articlebodybox{display: flex;width: 100%;align-items: flex-start;}
.articleSocialbody{min-width: 105px;padding-top: 110px;display: flex;flex-direction: column;gap: 7px;position: fixed;top:30%;bottom: auto;z-index: 1;
& a{background: #FFFFFF;box-shadow: 2px 2px 3px #00000014;border: 1px solid #E1E1E1;border-radius: 9px;padding: 8px 10px;width: fit-content;display: inline-flex;width: 40px;height: 40px;align-items: center;justify-content: center;}
}
.shareiconbox{
    display:none;
    flex-direction:column;
    gap:7px;
}
.shareiconbox.activeshareArticle{
    display:flex;
}


.articlecontentbody{width: 100%;padding-left: 105px;}


.breadcurm{display: flex;align-items: flex-start;justify-content: flex-start;margin-bottom: 10px;gap: 6px;}
.breadcurm li{white-space: nowrap;}
.breadcurm a{font-size: 14px;font-weight: bold;color: #262626;padding-left: 8px;margin-bottom: 10px;display: inline-block;}
.breadcurm li:first-child{padding-left: 0;}
.breadcurm li:last-child{font-weight: normal;color: #9B9898;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;white-space: normal;font-style: italic;}
.breadcurm li::after{content: "\203A"; margin-left: 8px;color: #C5C5C5;}
.breadcurm li:last-child::after{content: "";margin-left: 8px;color: #C5C5C5;}

.latestNewsArticle {
& .headingsec{margin-bottom: 17px;}
& .morfrStorLink{gap: 10px;margin-bottom: 28px;}
& .titlemorfrStory{font-size: 16px;font-weight: bold;line-height: 20px;}
& .morfrStImg{border-radius: 6px;}

}
.writerInfo{display: flex;align-items: flex-start;gap: 20px;font-size: 14px;line-height: 20px;color: #000000;margin-bottom: 13px; flex-wrap:wrap;}
.articleHeading{font-size: 36px; line-height: 50px;color: #4A1950;margin-bottom: 10px;font-weight: bolder;}
.articleSumry{font-size: 17px;line-height: 28px;color:#1F1D1A;border-bottom: 1px solid #707070;padding-bottom: 15px;margin-bottom: 15px;}
.writerName{ display: flex;font-weight: bold;gap: 5px; white-space:nowrap;
& a{text-decoration: underline;font-weight: normal;}
&::after{content: '|'; padding-left: 20px; }
}
.writerDesg{color: #262626;display: flex;align-items: center;gap: 10px; position: relative; & span{cursor: pointer; img{display: block;}}}
.witerDesgInfo{background: #F9F4F4;;border: 1px solid #DFDFDF; padding: 10px 13px 3px 13px;position: absolute;top: 30px;right: -25px;border-radius: 10px;display: none;z-index: 1;
 &::before{
    content: "";
    position: absolute;
    top: -10px;
    right: 21px; /* adjust position */
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #DFDFDF;
}
}
.witerDesgInfo{
    background:#F9F4F4;
    border:1px solid #DFDFDF;
    padding:10px 13px 3px 13px;
    position:absolute;
    top:30px;
    right:-25px;
    border-radius:10px;
    display:none;
}
/* SHOW ON HOVER */
.writerDesg span:hover + .witerDesgInfo{
    display:block;
}
.witerDesgInfo.showInfo{
    display:block;
}
.writerDesinfotText{font-size: 12px;line-height: 19px; margin-bottom: 13px; & strong{font-size: 14px;font-weight: bold;display: block;}}

.articleimg{border-radius: 6px;width: 100%;margin-bottom: 10px;}
.picsumryArticle{font-size: 14px;line-height: 19px;color: #484847;margin-bottom: 20px;border-bottom: 1px solid #dddddd;padding-bottom: 10px;}

.bodysumry{font-size: 17px;line-height: 30px;color: #1F1D1A; 
& p{margin-block: 18px;}
& h3{font-size: 24px;line-height: 32px;color: #000;}
& a{color: #0066FF;}
 
 
} 

.socialBxArticle{width: 100%; max-width: 545px;text-align: center;margin: auto;}
.socialBxArticle .instagram-media{
max-width:100% !important;
min-width:100% !important;
width:100% !important;
margin:auto !important;
}
.vidImgArticle{margin-bottom: 20px;}
.statsTrivia ul{border-bottom: 1px solid #707070;
 & li{padding-left: 23px;background-position:left 0px top 10px;
&:last-child{padding-bottom: 20px;}
}
}
.articleBtmTagBox{flex-wrap: nowrap;gap: 10px;font-size: 14px;line-height: 17px;margin-bottom: 15px;overflow-x: auto;width: 100%;
& a{color: #000;}
}
.authorbtmArticle{background: #F2F9FE;padding:22px 16px 18px 16px;border-radius: 16px;border-bottom: 10px solid #9ED4FB;display: flex;align-items: flex-start;justify-content: flex-start;gap: 24px;margin-bottom: 20px;

& .authornamelft{padding: 20px 16px;font-size: 46px;font-weight: 800;box-shadow: 0px 3px 6px #0000001C;border-radius: 21px;height: 96px;width: 96px;display: flex;align-items: center;justify-content: center;color: rgba(80, 80, 80, 0.5);}
& .authorBtmName{font-weight: bold;font-size: 18px;line-height: 30px;color: #000000;margin-bottom: 5px;}
& .authorBtmSumry{margin-block: 0 10px;font-weight:normal;font-size: 14px;line-height: 22px;color: #000000;font-style: italic;}

& .socialAuthorbtm{display: flex;gap: 10px;align-items: center;}
& .socialAuthorbtm a{width: 24px;height: 24px;}
& .socialAuthorbtm a img{width: 100%;height: 100%;object-fit: cover;}
   }

.RelatedNewsArticle{margin-bottom: 20px;
& .relatedHeadArticle{font: normal normal 600 22px/20px 'Figtree';color: #000;padding-left: 10px;position: relative;margin-bottom: 15px;
&::before{content: ''; width: 4px;height: 20px;background: transparent linear-gradient(0deg, #670C68 0%, #262547 100%) 0% 0% no-repeat padding-box;border-radius: 2px;position: absolute;left: 0;top: 0;}
}
& .relatednewsbxArticle{display: flex;gap: 16px;align-items: flex-start;justify-content: flex-start;overflow-x: auto;scrollbar-width: none;}
& .picgalLeadTitle{font: normal normal 500 16px/20px 'Figtree';color: #292B2E;}
& .picgalLeadimg{border-radius: 6px;margin-bottom: 6px;}
}
.relatednewsbxArticle .picgalLeadLink{
    flex: 0 0 calc(25% - 12px); /* 4 cards desktop */
}

.nextArticleBx{border: 1px solid #C6C6C6;border-radius: 14px;padding: 16px;display: flex;align-items: flex-start;justify-content: flex-start;gap: 11px;
& .nextArticleImg{max-width: 208px;border-radius: 6px;}
& .nextArticleTitle{font: normal normal bold 22px/32px 'Figtree';}
& .headingNextArticle{background: transparent linear-gradient(103deg, #511652 0%, #262547 100%) 0% 0% no-repeat padding-box;border-radius: 8px;font: normal normal bold 22px/32px 'Figtree';color: #fff;margin-bottom: 11px;display: inline-flex;padding: 4px 11px;}
}

.cntrParAdd300{width: 100%;display: flex;justify-content: center;}

.quickReadBx{border: 2px solid #660887;border-radius: 12px;padding: 15px;height: 75px;overflow: hidden;transition: all .3s ease;}
.quickReadBx.activeQR{height: auto;}
.quickReadBx.activeQR [quickreadHeadArrow]{transform: rotate(180deg);transition: .3s;}
.quickreadHead{display: flex;justify-content: space-between;align-items: center;cursor: pointer;border-bottom: 1px solid #707070;padding-bottom: 20px;margin-bottom: 20px;}
.quickreadHeadLeft{display: flex;gap: 18px;}
.headingTitielQR{font-size: 14px;line-height: 20px;font-weight: bold;color: #660887;
& span{display: block;font-weight: normal;color: #575757;margin-top: 5px;}
}

.quickReadContent{
& li{background: url(https://st3.cricketcountry.com/wp-content/themes/cricketcry/images/quickReadUlicon.svg) no-repeat left 32px top 10px;padding-left: 50px;padding-bottom: 20px;font-size: 17px;line-height: 30px;color: #484847;
&:last-child{padding-bottom: 0;}
}
}

/* live Blog */
.bodysumry .liveUpdateTitle{font-size: 20px;line-height: 32px;margin-bottom: 10px;color: #000000;font-weight: bold;}
.timeline{
  position: relative;
  margin-left: 15px;
  padding-left: 30px;
}

.timeline::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:2px;
  height:100%;
  border-left:2px dashed #c9c9c9;
}

.timeline-item{
  position:relative;
  margin-bottom:40px;margin-left: -45px;
&:last-child{margin-bottom: 25px;}
}

.timeline-item::before{
  content:"";
  position:absolute;
  left:9px;
  top:2px;
  width:14px;
  height:14px;
  border-radius:50%;
  border:3px solid purple;
  background:white;
}

.timeline-date{
  color:#521753;font-size: 14px;line-height: 19px;
  font-weight:bold;margin-bottom:10px;margin-left: 40px;
}

.timeline-content{
  background:#fff;
  padding:10px 20px 13px 20px;
  border-radius:10px;
  box-shadow:0 2px 6px rgba(0,0,0,0.08);border-left: 23px solid #E2E2E2;
& p{margin-block: 0px;}

}

.timeline-content h3{
  margin-top:0;
  font-size:20px;
}

.timeline-content p{
  color:#555;
  line-height:1.6;
}

.timeline-content a{
  color:#2b6df3;
  text-decoration:none;
}

.timeline-content .statsTrivia ul{border: 0;}

.timeline .statsTrivia ul {
    & li {
        &:last-child {
            padding-bottom: 0px !important;
        }
    }
}
.lineLiveblog{border-bottom: 1px solid #707070;}

.mobBannerArticle img{margin: auto;}

/* Tablet */
@media (max-width:1024px){
    .relatednewsbxArticle .picgalLeadLink{
        flex: 0 0 calc(33.33% - 11px); /* 3 cards */
    }
}

@media (max-width: 768px) {

.articleSocialbody{min-width: auto;position: fixed;top: 225px;right: 5px;align-items: flex-end;z-index: 1 ;padding-top: 0;}
.articleHeading{font-size: 30px;line-height: 40px;}
.articleSumry{font-size: 16px;line-height: 26px;}
.witerDesgInfo{right: -5px;     &::before {right: 2px;}}
.writerInfo{gap: 10px;flex-wrap: wrap;}
.writerName {white-space: nowrap;
    &::after {padding-left: 10px;}}
.writerDesg{white-space: nowrap;}
.picsumryArticle{font-size: 12px;}
.quickReadBx{height: 90px;}
.quickReadContent {& li{background-position: left 16px top 10px;padding-left: 35px; }}

 

.authorbtmArticle {padding: 22px 6px 18px 6px;
    & .authornamelft {width: 55px;height: 55px;font-size: 26px;font-weight: bolder;}}

.relatednewsbxArticle .picgalLeadLink{
        flex: 0 0 calc(50% - 8px); /* 2 cards */
    }

.nextArticleBxMob .desNone{margin-bottom: -35px;width: 100%;text-align: center;}
.nextArticleBxMob .nextArticleBx{padding:40px 16px 16px 16px;margin-bottom: 20px;}
.nextArticleBxMob .desNone .headingNextArticle{background: transparent linear-gradient(103deg, #511652 0%, #262547 100%) 0% 0% no-repeat padding-box;border-radius: 8px;font: normal normal bold 22px/32px 'Figtree';color: #fff;margin-bottom: 11px;display: inline-flex;padding: 4px 11px;}
.nextArticleBx {& .nextArticleImg {max-width: 104px;} & .nextArticleTitle{font-size: 16px;line-height: 22px;}}

.googleCTAMobspan{font-size: 14px;line-height: 20px;color: #fff;font-weight: bold;display: block;max-width: 78px;}
.articleSocialbody  .googleCTAMobLink{display: flex;align-items: center;gap:0;width: fit-content;background: #511652;padding-left: 0;}
.googleCTAMobImg{width: 40px;height: 40px;border: 1px solid #511652;background: #fff;padding: 9px;border-radius: 50%;margin-left: -10px;}
.googleCTAMobspan{font-size: 11px;line-height: 12px;color: #fff;font-weight:500;display: block;max-width: 78px;margin-left: 7px;}
.articlecontentbody{width: 100%;padding-left: 0;}


}

/* end of article detail */

/* photo Detail */
.blackBgBox{background-color: #1C1B1B;color: #fff; margin-top: -1px;
& .scorecareBox{background: url(https://st3.cricketcountry.com/wp-content/themes/cricketcry/images/Header_BG_dark.png) repeat-x left top}
& .breadcurm a{color: #FFFFFF;}
& .articleHeading{color: #FFFFFF;}
& .writerInfo{color: #fff; & a{color: #ACACAC;}}
& .writerDesg{color: #ACACAC;}
& .writerDesinfotText{color: #1D1D1D; & strong{color: #000;}}
& .picgalSumybx{font-size: 17px;font-weight: 28px;color: #E1E1E1;margin-bottom: 20px;}
& .picgalCount{bottom: auto;top:8px; left: 8px;}
& .picgalTitlepic{font-size: 14px;line-height: 19px;color: #A2A2A2;border-bottom: 1px solid #4D4D4D;padding-bottom: 10px;margin-bottom: 10px;}
& .firsttxtpg{font-size: 20px; font-weight: bold;display: inline-block; margin-right: -3px;}
& .totaltxtpg{font-size: 14px;font-weight: normal;}
& .headingpicgalbx{display: flex;align-items: flex-start;gap: 10px;margin-bottom: 30px;}
& .headingboxpicgal{width: 80%;font-size: 17px;line-height: 28px;}

& .socialboxPicgal{display: flex;align-items: flex-start;justify-content: flex-end;gap: 20px;width: 20%;}
& .headingpicgal{margin-bottom: 13px;font-size: 20px;line-height: 28px;}

& .latestNewsArticle a{color: #fff;}
& .titlemorfrStory{color: #fff;font-weight: 500;}

& .latestpicrgtbox{display: flex;gap: 12px;flex-wrap: wrap;
& .picgalLeadLink{width: calc(50% - 6px);}
& .picgalCount{top: auto;bottom: 2px;left: 2px;height: 19px; font-size: 12px;}
& .camraicon{height: 9px;}
& .picgallatestGrybg{background: #28292A;padding: 6px 6px 4px 6px;border-radius: 0 0 10px 10px;}
& .picgalLeadimg{margin-bottom: 0px;border-radius: 10px 10px 0 0;}

& .picgalLeadTitle{font-size: 14px;line-height: 19px;color: #fff;-webkit-line-clamp: 4; font-weight: 500;}


}


}


@media (max-width: 768px) {
.blackBgBox{
& .headingpicgalbx{flex-direction: column;}
& .headingboxpicgal{width: 100%;margin-bottom: 10px;}
& .socialboxPicgal{width: 100%;justify-content: flex-start;}
}

}
/* end of photo Detail */

/* photoListing */
.vidbophotlisrgt{flex-wrap: wrap;gap:16px;gap:12px 10px;
& .vidBotmLink{width: calc(50% - 8px);}
& .videoNewsbtmImg{margin-bottom: -4px;}
& .videoNewsTitle{line-height: 19px;-webkit-line-clamp: 4;}
& .vidbtmTitlebox{padding: 10px 15px 5px 10px}
}

.photoListinginerbx{
& .picgalCount{width:47px;height: 26px;gap: 0 3px;font-size: 13px;}
& .picgalLeadTitle{margin-bottom: 10px; -webkit-line-clamp: 4;}
& .serdateAuthorbx{font-size: 12px;line-height: 20px;color: #575757;}
}

& .pagination{
    display:flex;
    align-items:center;
    gap:8px;justify-content: center;margin-bottom: 30px;
}

.pagination a,
.pagination span{
    text-decoration:none;
    color:#494949;
    font-size:14px;
    padding:7px 11px;border: 1px solid #E1E1E1;
}
.inactivearrow{background: #E1E1E1;}

.pagination .active{
    background:#4E1751; /* pink */
    color:#fff;
    font-weight:600;
}

.pagination .arrow{
    border:1px solid #ddd;
    padding:6px 10px;
    border-radius:4px;
}

.pagination a:hover{
    color:#000;
}

.inerpicgalcntrbx{
& .miniPhotoLead{margin-bottom: 15px;}
& .picgalminiLeadTitle{font-size: 16px;line-height: 24px;}
& .editordateAuthorbx{padding: 10px 0 0 0 ;}
}

.morePhtosBxPicgalInr{
& .headingTitle{color: #511652;margin-bottom: 13px;}
& .morepicsinerBox{display: flex;flex-wrap: wrap; gap:40px 16px; margin-bottom: 40px;}
& .picgalLeadLink{width:calc(33% - 8px);}
& .picgalLeadTitle{font-size: 20px;line-height: 26px;-webkit-line-clamp: 4;margin-bottom: 10px;}


}


@media (max-width:992px){
    /* .reelCard, .vidBotmLink{flex:0 0 calc(33.333% - 11px);} */
.latestNewsCards, .vidBottombx{overflow-x:auto;scrollbar-width: none;}
.latestNewsCard{min-width: 208px;}

.col-mob {width: 100%; }
.leadnews{margin-bottom: 20px;}
.tpsubLeadRgt{max-width: 100%;}


.videoNewsTitle{font: normal normal bold 24px/30px 'Figtree';}
.morePhtosBxPicgalInr {
    & .picgalLeadLink {
        width: calc(33% - 13px);
    }
}
}


@media (max-width: 768px) {
.photoListinginerbx {
& .picgalLeadLink{margin-bottom: 30px;display: block;}
}

.morePhtosBxPicgalInr {
& .picgalLeadLink{width: 100%;}
& .picgalLeadTitle{font-size: 22px;line-height: 28px;font-weight: bold;}
}
}

/* photoListing end */

/* video Listing start */
.miniLeadVideo:last-child{margin-bottom: 0;}
.videoListingcol8{ & .videoNewsImg{max-width: 100%;}
& .videoNewsTitle{margin-bottom: 20px;}
}

.vidListingBx{background: #1F1F1F;padding-block: 24px 38px;color: #fff;
& .minleadVidLink .videoNewsTitle{font-size: 16px;line-height: 24px;}
& .col-8 .videoNewsTitle{margin-bottom: 0px;}
& .serdateAuthorbx{font-size: 12px;}
& .row{margin-bottom: 40px;}
}

/* video listing end */

/* video Detail start */
.responsiveEmbed {
    width: 100%;
    aspect-ratio: 16 / 9;   /* keeps video proportion */
}

.responsiveEmbed iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.responsiveEmbed video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.latestVideoVDRgt{
 & .morfrStorLink{.videoNewsImg{max-width: 96px;margin-bottom: 0;}
& .videoTime{background: none;padding: 9px 3px;}
& .videoIcon{width: 18px;height: 17px;}
}

}

.videoDetailpge{
& .relatedHeadArticle{color: #fff; &::before{background: #fff;}}
& .picgalLeadTitle{color: #fff;}
& .videoNewsImg{margin-bottom: 0px;max-width: 208px;}
& .articleBtmTagBox{margin-bottom: 30px;}
& .articleBtmTagBox{margin-bottom: 20pxz;}
& .nextArticleBx{background: #fff;}
& .nextArticleTitle{color: #292B2E;}

}

/* video Reels start */

.videoReelinerbx{
& .vidReelCards{flex-wrap: wrap;gap: 23px 16px;margin-bottom: 35px;}
& .reelCard{width: calc(25% - 16px);}
}

/* end video Reels */

@media (max-width: 768px) {
.videoNewsBx .videoNewsImg{max-width:100%}
.videoDetailpge{
& .nextArticleBxMob{margin-bottom: 20px;}}


& .videoNewsImg{max-width: 105px;}

.vidListingBx {padding-bottom: 0;
.videoListingcol8{ 
& .videoNewsTitle{margin-bottom: 20px;}}

.videoListingcol4{& .videoNewsImg{max-width: 137px;}}}

.videoReelinerbx{
& .vidReelCards{flex-wrap: wrap;gap: 23px 16px;margin-bottom: 35px;}
& .reelCard{flex: 0 0 calc(50% - 16px);}
}
}
/* video detail end */



/* section Listing */
.sectionListinginrbx{
& .liveminiLeadicon{display: inline-block;margin-top: -4px;}
& .seriesMiniLead{margin-bottom: 15px;}
& .latestpicrgtbox{display: flex;gap: 12px;flex-wrap: wrap;
& .picgalLeadLink{width: calc(50% - 6px);}
& .picgalCount{top: auto;bottom: 2px;left: 2px;height: 19px; font-size: 12px;}
& .camraicon{height: 9px;}
& .picgallatestGrybg{background: #28292A;padding: 6px 6px 4px 6px;border-radius: 0 0 10px 10px;}
& .picgalLeadimg{margin-bottom: 0px;border-radius: 10px 10px 0 0;}
& .picgalLeadTitle{font-size: 14px;line-height: 19px;color: #fff;-webkit-line-clamp: 4; font-weight: 500;}
}

& .SerMiniLeadimg{width: 320px; height: 180px;}
& .serisubLeadtitle{font-size: 24px;line-height: 32px;}
& .secListSumryinr{color: #000000;font-size: 16px;line-height: 26px;margin-bottom: 10px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
& .serdateAuthorbx{color: #575757;font-size: 12px;}
& .headingTitle{color: #4A1950;}
& .picgalLeadTitle{margin-bottom: 11px;}
& .cardsecListinrLead {
& .picgalCount{height: 26px;bottom: 6px;left: 6px;}
&.picgalLeadimg{width: auto;height: 305px;object-fit: cover;}}

& .cardssecInrCntrBx{display: flex;flex-wrap: wrap;gap:16px;
& .cardsecListinr{width: calc(50% - 8px);}
& .picgalLeadTitle{font-size: 16px;line-height: 24px;font-weight: 500;}
}

}

@media (max-width: 768px) {
.sectionListinginrbx{
& .cardsecListinrLead{margin-bottom: 25px; }

& .cardssecInrCntrBx {gap:20px;
  & .cardsecListinr { width: 100%;}
  & .picgalLeadLink{display: flex;gap: 10px;align-items: flex-start;}
& .picgalpicHolder{min-width: 140px;}
  & .picgalLeadimg{height: 80px;width: 140px;object-fit: cover;margin-bottom: 0;}
& .serdateAuthorbx{display: none;}
& .picgalLeadTitle{margin-bottom: 0;}
}

& .secListMorNews {
& .seriesMiniLead{flex-direction: column;margin-bottom: 20px;}
& .secListSumryinr{display: none;}
& .SerMiniLeadimg{width: 100%;height: auto;}
& .serisubLeadtitle{font-size: 22px; line-height: 28px;font-weight: bold;}
& .tpsubleadimgbx{margin-bottom: 0;}
}

}

}

/* end section Listing */

/* author */
.authorListcards{display: flex;gap:20px;flex-wrap: wrap;margin-bottom: 30px;
& .authorListCard{width: calc(20% - 16px);}
& .authorImgList{width: 100%;height: 136px;object-fit: cover;margin: 10px;border-radius: 10px;border: 1px solid #E6E6E6;margin-inline: 0px;}
& .authorNameList{font-size: 16px;font-weight: 500;color:#000;width: 100%;text-align: center;}
}

.authorDetailgBx{
& .authorDetailcard {padding-bottom: 20px;background: #fff;border-bottom: 1px solid #707070;}
   & .authorDetailImg {width: 173px;height: 168px;object-fit: cover;border-radius: 13px;float: left;margin-right: 20px;}
    & .authorDetailcontent {flex: 1;color: #202020;line-height: 30px;margin-top: -8px;font-size: 20px;}
    & .authorDetailcontent strong {font-weight: 700;}
    & .authorDetailreadmore {font-weight: bold;color: #000;cursor: pointer;}
}

.webstoriesinrbx{
& .reelCard, .vidBotmLink{border-radius: 11px;}
}

@media (max-width: 768px) {
.authorListcards{display: flex;gap:20px;flex-wrap: wrap;margin-bottom: 30px;
& .authorListCard{width: calc(50% - 16px);}
}
.authorDetailgBx{margin-bottom: 20px;
   & .authorDetailImg {width: 110px;height: 110px;}
& .authorDetailcontent{font-size: 18px;}
}

.webstoriesinrbx{
& .reelCard, .vidBotmLink{border-radius: 11px;}
}

}


/* author detail, author list and webstories end  */

/* live scorecared start */
.tabsscoreCard{display: flex;align-items: center;justify-content: flex-start;height: 50px;;gap: 90px;border-bottom: 1px solid #C6C3C3;}
 .tab-contentlivescore{display:none;position: relative;margin-top: 30px;cursor: pointer;}
 .tab-contentlivescore.active{display:block}
.cardlivescore_bx{position: relative;width: calc(50% - 18px);display:flex;}
.cardlivescore_bx > .cardlivescore{width:100%;}
.cardlivescore{background:#F5F5F5 ;border-radius:15px;border: 1px solid #DBDBDB;box-shadow: 2px 2px 2px #00000029;margin-left: 5px;overflow: hidden;}

.match-rowlivescore{display:flex;align-items:center;justify-content:space-between;padding:20px 12px}
.teamlivescore{text-align:center;}
.teamlivescore img{width:48px;height:48px;border-radius:50%;border:1px solid #D6D6D6;padding:3px}
.scorelivescore{font-size:20px;font-weight:500;margin-top:8px}
.overslivescore{color:#777;font-size:14px}
.team-namelivescore{margin-top:6px;font-weight:500;font-size: 18px;}
.centerlivescore{text-align:center;}
.vslivescore{width: 31px;height: 31px;padding: 7px;border: 1px solid #D1CECE;color: #6C6C6C;font-size: 13px;font-weight:bold;border-radius: 50px;margin:0 auto 16px auto;}
.livelivescore{display:inline-block;padding:3px 10px;border:2px solid red;color:red;border-radius:6px;font-weight:700;font-size:14px}
.footerlivescore{border-top:1px solid #DBDBDB;padding:16px 10px;text-align:center;background: #fff;}
.footerlivescore strong{display:block;margin-bottom:6px;color: #000;}
.stadiumlivescore{color:#5D5D5D;font-size: 16px;}
.teamlivescore{display: flex;align-items: flex-start;justify-content: flex-start;gap: 15px;}


.scoreCardPages{
& .tabsscoreCard{background: transparent linear-gradient(92deg, #511652 0%, #262547 100%) 0% 0% no-repeat padding-box;border-radius: 10px;color: #fff;height: 50px;padding-inline: 22px;gap: 90px;border-bottom: none;}
& .tablivescore{cursor: pointer;}
& .tabsscoreCard .active{border-bottom: 2px solid #fff;padding-bottom: 13px;margin-bottom: -13px;}
& .cardlivescore{background: transparent linear-gradient(180deg, #FFFFFF 0%, #EEF7FF 100%) 0% 0% no-repeat padding-box;border: 1px solid #C6D1FF;border-radius: 15px;padding-top: 15px;}
& .footerlivescore{background: transparent;border-top: 1px solid #707070;width: 94%;margin-inline: auto;}
& .cardlivescore_bx{width: 96%;margin-inline: auto;margin-bottom: 20px;}
& .tab-contentlivescore{margin-top: -20px;position: relative;z-index: -1;}
& .footerlivescore strong{color: #00AE29;font-size: 20px;}
& .stadiumlivescore{color: #000;}
& .match-rowlivescore{justify-content: center;gap: 30px;}

} /* end of scoreCardPages */

/* .scorecard { border:1px solid #ddd; border-radius:10px; overflow:hidden;}
.tabs {display:flex;}
.tab {flex:1; padding:10px; text-align:center; background:#eee;}
.tab.active {background:#000; color:#fff;}

.tableHeader, .totalRow {
  display:flex;
  align-items:center;
  padding:10px;
  border-bottom:1px solid #eee;
}
 */




.livescorebx{


& .tabslivescore{display:flex;gap:40px;border-bottom:2px solid #ddd;padding:0 0px; }
& .tablivescore{padding:14px 0;font-size:20px;cursor:pointer;color:#333;position:relative;white-space: nowrap;}
& .tablivescore.active{color:#6a1b6d;font-weight:600;margin-bottom: 5px;padding-bottom: 8px;}
& .tablivescore.active:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:3px;background:#6a1b6d;border-radius:2px}

& .cardsLiveScore{display: flex;align-items: stretch;flex-wrap: wrap;gap:40px 25px;margin-bottom: 30px;}

/*https://css-generators.com/ribbon-shapes/ */
& .ribbonlivescore {font-size: 12px;font-weight: bold;
    color: #fff;
    --f: .5em; /* control the folded part*/
    --r: .8em; /* control the ribbon shape */ 
    position: absolute;top: -13px;left: 0px;padding-inline: .85em;line-height: 2.3;background: #511652;
    border-bottom: var(--f) solid #0005;
    border-right: var(--r) solid #0000;
    clip-path:
    polygon(0 0,0 calc(100% - var(--f)),var(--f) 100%,
      var(--f) calc(100% - var(--f)),100% calc(100% - var(--f)),
      calc(100% - var(--r)) calc(50% - var(--f)/2),100% 0);}

& .schedulinrtabbx{display: flex;gap:30px;flex-wrap: wrap;}

& .matchCardLscroe{display:flex;align-items:flex-start;background:#fff;border-radius:16px;padding:15px;gap:20px;box-shadow:2px 2px 2px #00000029;border:1px solid #DBDBDB;width:calc(50% - 15px);}
& .ribondatabox{position:relative;}
& .ribondatabox::after{content:'';position:absolute;width:13px;height:20px;background:url(https://st3.cricketcountry.com/wp-content/themes/cricketcry/images/schdIcon.png) no-repeat right top;top:-32px;left:-11px;}
& .dateBoxLscroe{border-radius:0 0 12px 12px;overflow:hidden;text-align:center;border:1px solid #5a1a5f;margin-top:-30px;}
& .dateTopLscroe{background:#5a1a5f;color:#fff;font-size:32px;font-weight:500;padding:15px 23px;}
& .dateBottomLscroe{background:#fff;color:#555;font-weight:500;padding:8px 0;font-size:16px;}
& .matchContentLscroe{flex:1;}
& .tagLscroe{display:inline-block;border:1px solid #5a1a5f;color:#5a1a5f;padding:7px 12px;border-radius:20px;font-size:12px;margin-bottom:8px;font-weight:500;}
& .matchContentLscroe h3{margin:0;font-size:18px;font-weight:600;color:#333;}
& .matchContentLscroe p{margin-top:5px;font-size:14px;color:#3E3E3E;}
.ribbonlSch{font-size:28px;font-weight:bold;color:#fff;}
.ribbonlSch{--f:.5em;--r:.8em;position:absolute;left:20px;top:calc(-1*var(--f));padding:.2em;background:#BF4D28;border-left:var(--f) solid #0005;border-bottom:var(--r) solid #0000;clip-path:polygon(var(--f) 0,100% 0,100% 100%,calc(50% + var(--f)/2) calc(100% - var(--r)),var(--f) 100%,var(--f) var(--f),0 var(--f));}

& .matchStatusWon strong{color: #4D9544;}

}

.innings-block {
    margin-bottom: 24px;
}
.inningHeadingTeam, .section-heading h2 {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: bolder;color: #511652;padding-bottom: 16px;border-bottom: 1px solid #511652;
}
.score-table-head, .score-table {display: grid;grid-template-columns:200px minmax(250px, 1fr) 52px 52px 52px 52px 72px;
    align-items: center;
    gap: 10px;
    padding: 13px 0px;
    font-size: 14px;
    border-bottom: 1px solid #D1CECE;}
    .score-table {
  position: relative;
  z-index: 1;
}
.score-table-head{font-size: 18px;font-weight: 500;color: #3E3E3E;
    & .player-cell{font-size: 20px;font-weight: bold;color: #000;}
}

.score-table{font-size: 18px;font-weight: 500;color: #3E3E3E;
 & .player-cell{font-size: 18px;color: #000;}
 & .outDetail{font-size: 16px;}
}
.arrowScorecardicon{margin-right: 10px;}
.score-table-total{background: transparent linear-gradient(180deg, #FFFFFF 0%, #EEF7FF 100%) 0% 0% no-repeat padding-box; border: 1px solid #C6D1FF;border-radius: 15px;display: grid;grid-template-columns:200px minmax(250px, 1fr) 150px 1fr;height: 44px;align-items: center;margin-block: 15px;padding-inline: 20px;gap: 10px;font-size: 16px;font-weight: 500;color: #151515;}
.wide-cell{text-align: center;font-size: 20px;font-weight: bold;}
.totalRuncell{font-weight: 18px;font-weight: bold;text-transform: uppercase;}
.innings-meta{background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;border: 1px solid var(--unnamed-color-d1cece);background: #FFFFFF 0% 0% no-repeat padding-box;border: 1px solid #D1CECE;border-radius: 12px;padding: 10px 20px;font-size: 16px;line-height: 22px;color: #151515;margin-bottom: 20px;
& span{font-weight: 600;}
}
.fallofWickets{margin-bottom: 20px;}

.table-cardBowler{
    & .score-table {grid-template-columns:minmax(250px, 1fr) 52px 52px 52px 52px 72px;}
    & .bowl-head{border-bottom: 1px solid #707070;}
}

/* .playerDetailOut{display: flex;align-items: flex-start;gap: 10px;font-size: 16px;color: #3E3E3E;background: #FFFEED 0% 0% no-repeat padding-box;height: 0px;overflow: hidden;transition: 0.3s ease;}

.playerDetailOut.open {height:auto; padding: 16px 12px; margin-block: 10px 20px;border: 1px solid #FFC400;border-radius: 15px;}
.score-table .arrowScorecardicon {transition: 0.3s;}
.score-table.active .arrowScorecardicon {transform: rotate(180deg);}
.scoreTableBx .active{border-bottom: 0 ;} */
 .playerDetailOut{
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
  /* padding: 0 12px; */
}

.playerDetailOut.open{
  max-height: 500px;
  padding: 16px 12px;
}

.score-table .arrowScorecardicon{
  transition: 0.3s;
}

.score-table.active .arrowScorecardicon{
  transform: rotate(90deg);
}



/* scorecard Page */

.scoreCardPages{
& .tabsTeanInning{display: flex;align-items: center;gap: 10px;margin-top: 15px;width: 100%;border: 1px solid #000000;border-radius: 9px;overflow: hidden;margin-bottom: 18px;
& .active{background: transparent linear-gradient(180deg, #363636 0%, #000000 100%) 0% 0% no-repeat padding-box;color: #fff;}
}
& .tabTeanInning{width: 50%;display: flex;align-items: center;justify-content: center;cursor: pointer;font-size: 18px;font-weight:bold;color: #535353;height: 49px;padding-inline: 10px;}
}
.matchDetailSPge{border: 1px solid #D1CECE;padding: 0px 30px 5px 30px;border-radius: 12px;background: #FAFAFA;
& .matcDetrow{display: flex;align-items: flex-start;justify-content: flex-start;border-bottom: 1px solid #D1CECE;gap: 30px;font-size: 16px;color: #000; &:last-child{border-bottom: none;}}
& .matcDetColLft{border-right: 1px solid #D1CECE;padding-right: 30px;width: 200px; & span{padding: 20px 0; display: inline-block;}}
& .matcDetColrgt{& span{padding: 20px 0; display: inline-block;font-weight: bold;font-size: 18px;}}
}


@media (max-width: 768px) {
.livescorebx{
& .cardlivescore_bx{width: 100%;}
& .tablivescore{font-size: 14px;font-weight: 500;padding-block: 9px;}
& .tabslivescore{ overflow-x: auto;}
& .tabslivescore{gap: 35px;}
& .matchCardLscroe{width:calc(100%)}
}
.scoreCardPages{
& .tabsscoreCard{gap: 45px;border-radius: 0;}
& .tablivescore{white-space: nowrap;}
& .player-cell{display: flex;align-items: flex-start; & .arrowScorecardicon{margin-top: 5px;}}
/* & .playergotout{width: 100px;} */
& .table-card{overflow-x: auto;}   
& .score-table-head, & .score-table{display: grid;grid-template-columns:90px minmax(90px, 1fr) 25px 25px 25px 25px 40px;gap: 5px;align-items: flex-start;}
/* & .table-cardBowler{overflow-x: auto;} */
& .table-cardBowler { & .score-table {grid-template-columns: minmax(100px, 1fr) 40px 40px 40px 40px 55px;} }
& .score-table-total{grid-template-columns: 75px minmax(100px, 1fr) 80px;height: auto;padding-block: 15px;align-items: flex-start; & > :nth-child(4){grid-column: 1 / -1;}}
& .innings-meta{padding: 10px;}
& .playerSR{word-break: break-word;}
}

}

.matchDetailSPge{padding: 0px 10px 5px 10px;font-size: 14px;margin-bottom: 20px;
& .matcDetrow{border-bottom: 1px solid #D1CECE;gap: 10px;}
& .matcDetColLft{border-right: 0px solid #D1CECE;padding-right: 10px;width: auto;position: relative;; & span{padding: 15px 0;}&::after{content:'|';padding-left: 7px;position: absolute;top: 13px;color: #D1CECE;}}
& .matcDetColrgt{& span{padding: 15px 0;font-size: 16px;}}
}


/* live scorecared end */

/* footer start */
.quicklinkbox{background:#1A1E22;padding-block: 50px 25px;color: #fff;} 
.quicklinkbox a{color: #fff;}
.quickLinkFlx{display: flex;justify-content: space-between;margin-bottom: 30px;}
.socialSec{border-left: 1px solid #707070;padding-inline: 10px;}
.quickLinksSec{width:75%;padding-bottom: 32px;border-bottom:  1px solid #707070;padding-right: 10px;}
.socialSec{width:25%;padding-bottom: 32px;border-bottom:  1px solid #707070;}
.socialLinks{display: flex;align-items: center;justify-content: flex-start;gap: 10px;flex-wrap: wrap;}
.quickLinks a{
font-size:12px;
font-weight:normal;
color:#C5C5C5;
padding-left:8px;
margin-bottom: 10px;display: inline-block;
}

/* add pipe before every link except first */
.quickLinks a + a::before{
content:"|";
margin-right:8px;
color:#C5C5C5;
}

@media (max-width: 1050px) {
    
    .tabsscoreCard { gap: 50px!important;overflow-x: auto!important;}
}
.quickLinks a:first-child{
padding-left:0;
}

.socialHeading{
font-size:12px;
font-weight:bold;
margin-bottom:15px;
}
.quicklinkbox .trendingLinkHeadin{font-weight: bold;color: #C5C5C5;font-size: 12px;margin-bottom: 15px;display: block;}
.trendingSubLink{margin-left: 10px;}

.arrowRgt {
  border: solid #707070;
  border-width: 0 2px 2px 0;
  display: inline-block;height: 2px;
  padding: 2px;transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.trendingSubLink li a{display: flex;align-items: center;gap: 8px;font-size: 12px;font-weight: normal;color: #C5C5C5;margin-bottom: 20px;}
.trendingSubLink li:last-child a{margin-bottom: 0;}
.trendingFlex{display: flex;gap: 10px;justify-content: space-between;}

.partnersSiteBox{background: #32373B;color: #C5C5C5;padding-block: 28px 12px;font-size: 12px;font-weight: normal;}

.partnersiesLinks{display: flex;flex-wrap: wrap;}
.partnersiesLinks a{white-space: nowrap;padding-inline:4px 8px;color: #C5C5C5;padding-bottom: 12px;}
.partnersiesLinks a:first-child, .foterLinkItem a:first-child{padding-left: 0;}
.partnersiesLinks a + a::before, .foterLinkItem a + a::before{
content:"|";
margin-right:8px;
color:#C5C5C5;
}

.fotercommnLinks{background: #1A1E22;padding-block:20px}
.foterLinkItem{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
.foterLinkItem a{color: #C5C5C5;font-size: 12px;text-transform: uppercase;padding-inline: 4px 8px;}

.copyright{background: #000000;padding: 10px;}
.copyrightbox{display: flex;align-items: center;justify-content: center;color: #5f5f5f;font-size: 12px;line-height: 16px;}

@media (max-width: 768px) {
    .fotercommnLinks{background: #151515;padding-block: 15px;}
    .copyright{width: 100%;text-align: center;border-top: 1px solid #707070;background: #151515;padding-block: 15px;}
.copyrightbox{color: #D7D7D7;}
.foterLinkItem a{color: #E2E2E2;}
.partnersiesLinks a + a::before, .foterLinkItem a + a::before{content: '';line-height: 22px;}
.logoFooter{width: 100%;text-align: center;margin-bottom: 25px;}
.logoFooter img{max-width: 100%;}
.socialFtrMob{display: flex;gap: 6px;align-items: center;justify-content: center;margin-bottom: 17px;}
.mobNone {display: none;}
}
.secListMorNews{border-top: 1px solid #707070;padding:20px 0 0;margin-top: 25px;float: left;width: 100%;}
.authorDetailcard{border-bottom:0!important; padding-bottom:0!important;}
 .ribbonlivescore a{color:#fff;}
