<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Match Filters */

body.home .matches-container {margin-bottom: 0px;}
li#mobile-fixture-filter {display:none;}
.matches-filter {width: 100vw;position: absolute;margin-left: -50vw;left: 50%;}
.matches-filter ul {margin: 0;display: flex;justify-content: space-evenly;}
.matches-filter ul &gt; li {list-style: none;flex: 1;background-color: #efefef;border-right: 1px solid #e1e1e1;border-bottom: 1px solid #e8e8e8;display: flex;align-items: center;justify-content: center;transition: all 0.2s ease;background-color: #ebebeb;border-radius: 0px !important;-webkit-border-radius: 0px;font-size: 18px;line-height: 95px;font-weight: 300;letter-spacing: -0.25px;}
.matches-filter li.comp-filter[data-category="other"] {order: 20;}
.matches-filter ul &gt; li[data-category="county-championship"] {flex: 2;order: 2;}
.matches-filter ul &gt; li[data-category="all"] {order: 1;}
.matches-filter ul &gt; li {order: 10;}
.matches-filter ul &gt; li[data-category="vitality-blast"] {order: 2;}
.matches-filter ul &gt; li[data-category="one-day-cup"] {order: 3;}
.matches-filter ul &gt; li[data-category="women"] {order: 4;}
.matches-filter ul &gt; li.active {background-color: #fff !important;border-bottom: 1px solid #fff !important;background: #fff !important;}
.matches-filter ul &gt; li:hover {cursor: pointer;}
span.carousel-nav-swipe-to-browse {display: block;text-transform: capitalize;font-family: Helvetica, sans-serif;font-size: 18px;line-height: 20px;margin-top: -1px;margin-left: 20px;margin-right: 20px;text-align: center;}
.match-carousel.slick-slider {margin-bottom: 45px !important;}
.matches-container div#no-matches h4 {padding-bottom: 50px;font-size: 25px;line-height: 25px;opacity: 0.4;font-weight: 300;font-family: Helvetica;text-transform: capitalize;}


/* Competition Title Area */

.competition-title-area {display: flex;align-items: center;padding: 60px 0;}
body .row .col .competition-title-area h3 {text-transform: uppercase;font-style: italic;font-size: 40px;line-height: 40px;font-weight: bold;}


/* Match Month Wrapper */

.row .col .match-month-wrapper h4 {text-transform: capitalize;font-family: Helvetica, sans-serif;font-size: 22px;margin-bottom: 25px;}
.row .col .match-month-wrapper h4 span {font-weight: 300;}
.match-month-wrapper:last-child {margin-bottom: 75px !important;}
.match-month-wrapper {margin-bottom: 30px !important;}


/* Match Listings */

.match-wrapper {overflow: hidden;background-color: #fff;position: relative;width: 100%;display: flex;border-left: 3px solid #8dc6c9;padding: 18px 22px;padding-right: 20px;box-shadow: 0px 25px 80px rgb(0 0 0 / 5%);transition: z-index 0.01s 0s ease, box-shadow 0.35s  0.1s ease !important;z-index: 95 !important;}
.match-ticket-wrapper {overflow: hidden;background-color: #ffffff;position: relative;width: 100%;display: flex;border: 1px solid #e5e5e587;border-left: 3px solid #202227;border-bottom: 0px;padding: 25px 30px;box-shadow: 0px 0px 80px rgb(0 0 0 / 0%);transition: all 0.45s ease !important;gap: 25px;flex-direction: row;justify-content: space-between;align-items: center;font-size: 13.5px;line-height: 20px;color: hsl(223deg 10% 14% / 95%);}
.match-ticket-wrapper.featured:before {opacity: 0.3;filter: blur(10px);content: '';width: 40px;height: 150%;background-color: hsl(43.55deg 98.69% 74.42% / 40%);position: absolute;transform: rotate(45deg) scale(2.5);animation: shine 7s ease-in-out  infinite;animation-fill-mode: forwards;}
.match-ticket-wrapper:last-child {border-bottom: 1px solid #e5e5e587}

@keyframes shine{
    0% {opacity: 1;left: -150%;transition-timing-function: ease;}
    100% {opacity: 0;left: 150%;  }
}

body .match-ticket-wrapper.featured, .match-overall-wrapper.internationals .match-ticket-wrapper.featured {background-color: #1A2846;color:white !important;border-left: 3px solid #d9b871 !important;border-left-color: #d9b871 !important;}
.match-ticket-wrapper.featured *:not(.sold-out):not(p) {color: #fff;}
.match-ticket-wrapper p {padding-bottom: 0px;}
.price-and-button {gap: 25px;display: flex;align-items: center;justify-content: space-between;}
.price-and-button p.match-ticket-price {width: 160px;text-align: center;}
.match-ticket-wrapper.featured p {color: hsl(0deg 0% 100% / 80%);}
.match-ticket-wrapper .match-ticket-desc {padding-bottom: 0px;width: 100%;min-width: 500px;max-width: 700px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;margin-right: auto;}
.match-ticket-wrapper-price {display: inline-flex;align-items: center;justify-content: space-between;width: 20%;}
.match-ticket-wrapper-hosp p {padding-bottom: 0px;}
.recent-results .match-month-wrapper .match-wrapper:first-child {margin-top: 0px !important;}
.recent-results .match-month-wrapper .match-ticket-wrapper:first-child {margin-top: 20px !important;}
.recent-results.fixture-row .match-wrapper:last-child {/* margin-bottom: 0px !important; */}
.recent-results.fixture-row .match-ticket-wrapper:last-child {margin-bottom: 0px !important;}
.recent-results .match-month-wrapper:last-child {margin-bottom: 40px !important;}
.match-wrapper:hover {box-shadow: 0px 10px 75px rgb(0 0 0 / 15%);transition: z-index 0.01s 0s ease, box-shadow 0.35s  0.1s ease !important;z-index: 90 !important;}
.match-ticket-wrapper:hover {box-shadow: 0px 0px 80px rgb(0 0 0 / 18%);transition: all 0.45s ease !important;z-index: 90 !important;}
.row .col .match-wrapper .match-detail img {border-color: #8dc6c9;transition: all 0.25s ease;box-shadow: 0px 0px 60px rgb(0 0 0 / 9%);z-index: 90 !important;}
.row .col .match-ticket-wrapper .match-detail img {border-color: #202227;transition: all 0.25s ease;box-shadow: 0px 0px 60px rgb(0 0 0 / 9%);z-index: 90 !important;}
span.home-away {display: block;position: absolute;left: 0;top: 0;z-index: 0;font-style: italic;text-transform: uppercase;font-family: Oswald;letter-spacing: -1px;font-size: 52px;line-height: 37px;font-weight: 600;color: #ececec;}


/* Match Details */

.match-detail {display: flex;align-items: center;z-index: 1;width: 100%;}

.match-ticket-detail {
    display:none;
    align-items: center;
    z-index: 1;
    flex-direction: column;
}

.row .col .match-detail img {width: 85px;height: 85px;display: block;margin: 0;border-radius: 10000px;-webkit-border-radius:10000px;border: 3px solid;box-shadow: 0px 0px 50px rgb(0 0 0 / 10%);background-color: #fff;}
.match-wrapper .match-detail-text p strong {color: #8dc6c9;margin-left: 7px;}
.match-wrapper .match-detail-text p strong.squads {margin-left: 0px;}
.match-ticket-wrapper .match-detail-text p strong {color: #8cc4c8;margin-left: 5px;}
.match-detail-text {margin-left: 22px;}
body .row .match-detail h3 {text-transform: uppercase;font-style: italic;margin-bottom: 5px !important;font-size: 25px;line-height: 27px;text-overflow: ellipsis;white-space: nowrap;max-width: 300px;}
.match-detail h3 span {font-size: 22px;}
.match-detail h3 span,
.match-result .match-detail-text p {color:#8ec7ca;}
.match-detail-text p,
.match-location p {line-height: 23px;}


/* Match Competition Logo */

.comp-logo {max-width: 140px;margin-left: auto;padding: 10px 20px;border-left: 1px solid #ebebeb;}
.row .col .comp-logo img {display: block;margin: 0;}


/* Match Call to Actions */

.match-ctas {display: flex;align-items: center;border-left: 1px solid #ebebeb;padding: 0 30px;padding-right: 10px;min-height: 100px;}
.match-wrapper.match-result .match-ctas {padding-right: 15px;}
.match-ticket-wrapper.match-result .match-ctas {padding-right: 15px;}
.match-wrapper .comp-logo {padding-right: 0px;padding-left: 20px !important;}
.match-ticket-wrapper .comp-logo {padding-right: 0px;padding-left: 20px !important;}
.match-wrapper:not(.match-result) .comp-logo {width: 135px !important;min-width: 135px !important;}
.match-ticket-wrapper-details {display: inline-flex;gap: 20px;align-items: center;}
.match-ticket-wrapper:not(.match-result) .comp-logo {width: 140px !important;}
h5.match-ticket-type {font-family: 'Oswald' !important;text-transform: uppercase;letter-spacing: -0.035em !important;margin-bottom: 0 !important;font-size: 19px !important;line-height: 22px !important;width: 200px;min-width: 200px;max-width: 200px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
a.buy-ticket-btn,
a.hide-ticket-btn,
a.buy-now-btn, span.sold-out {display: block;background-color: #8ec7ca;color: #fff;text-transform: uppercase;letter-spacing: 1px;font-weight: bold;cursor:pointer;width: 175px;text-align: center;transition: all 0.45s ease;font-size: 13px !important;line-height: 16px !important;padding: 15px 35px !important;}
body a.buy-now-btn {background-color: #202126;}
.match-ticket-wrapper.featured a.buy-now-btn {background-color: transparent;border: 1.5px solid #ffffff21;}
.match-ticket-wrapper.featured a.buy-now-btn:hover {background-color: #ffffff21;}
a.buy-now-btn:hover {transition: all 0.45s ease;background-color: #3a3b43;cursor:pointer;}
.match-overall-wrapper.ticket-open a.hide-ticket-btn {display: block !important;}
.match-overall-wrapper a.buy-ticket-btn {display: block !important;}
.match-overall-wrapper.ticket-open a.buy-ticket-btn {display: none !important;}
.match-overall-wrapper a.hide-ticket-btn {display: none !important;}
a.buy-ticket-btn.no-tickets {opacity: 0.5;background-color: #B4B4B4 !important;pointer-events: none !important;user-select: none !important;}
span.sold-out {color: #666666;background: hwb(223deg 18% 80% / 5%);cursor: default;}


/* Match Result Listing */

.match-result .match-location strong {margin-top: 7.5px !important;display: block;color: #8ec6ca;}
.match-result .match-location p {width: 300px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;color: #202126 !important;}
.match-result h3 span {font-size: 25px;}
.match-result .match-location {margin-left: auto;display: flex;align-items: center;padding: 8px 32px;/* border-left: 1px solid #ebebeb; */color: #565656 !important;}
.match-result .comp-logo {margin-left: unset;padding-right: 18px !important;padding-left: 18px !important;}
.match-wrapper:not(.match-result) .match-ctas {margin-left: 20px;}
.match-ticket-wrapper:not(.match-result) .match-ctas {margin-left: 20px;}


/* Match Carousel */

.match-carousel .match-detail-text p {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 350px;line-height: 22px;font-size: 14px;color: #202126 !important;}
#homepage-match-carousel .match-carousel-wrapper {margin-top: -80px;margin-bottom: 0px;}
.match-carousel .slick-list {overflow: unset;cursor: grab;}
.match-wrap {overflow: hidden;background-color:#fff;position:relative;width: 100%;display: flex;margin-bottom: 40px;border-left: 2px solid #000;padding: 20px;box-shadow: 0px 30px 70px rgb(0 0 0 / 10%);}
.row .col .match-wrap .match-detail img {border-color: #8dc4c8;transition: all 0.25s ease;box-shadow: 0px 0px 60px rgb(0 0 0 / 10%);z-index: 90 !important;}
.match-carousel .match-wrap {margin: 0 20px;border-left: none;border-bottom: 3px solid #8dc4c8;padding: 30px !important;}
.match-carousel .match-wrap &gt; div {float: left;position: relative;}
ul.carousel-filter {margin: 0;display: flex;justify-content: center;margin: auto !important;margin-top: 15px !important;margin-bottom: 30px !important;padding: 0px 40px !important;width: max-content;}
ul.carousel-filter li {list-style: none;opacity: 1;transition: all 0.5s ease;order: 20;filter: grayscale(0) contrast(1.1);}
ul.carousel-filter li.not-active {opacity: 0.3;filter: grayscale(1);}
ul.carousel-filter li:hover {cursor: pointer;}
.row .col ul.carousel-filter li img {max-width: 135px;margin-left: 15px;margin-right: 15px;margin-bottom: 0px;}
#match-carousel-nav {display: flex !important;justify-content: center;margin-top: 0px !important;margin-bottom: 22px;display: none !important;}
#match-carousel-nav button.slick-next:before {background-image: url(/wp-content/uploads/2024/02/arrow-next.svg);}
#match-carousel-nav button:hover {opacity: 1;}
#match-carousel-nav button {font-size: 0;line-height: 0;display: block;width: 80px;height: 17px;padding: 0px;cursor: pointer;color: transparent;border: 0;outline: none;background: transparent;position: relative;margin: 0 10px;opacity: 0.15;transition: all 0.3s ease;}
#match-carousel-nav button:before {font-family: 'slick';position: absolute;top: 0;left: 0;width: 100%;height: 100%;content: '';text-align: center;opacity: 1;background-color: transparent;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;background-image: url(/wp-content/uploads/2024/02/arrow.svg);background-repeat: no-repeat;background-position: center;}
#match-carousel-nav button:hover:before {cursor: pointer;}
a.view-fixtures-btn {display: table;margin: 20px auto 0px;letter-spacing: 1px;text-align: center;color: #fff;text-transform: uppercase;font-weight: bold;background-color: #202126!important;border: 1px solid #202126!important;font-size: 13px !important;line-height: 16px !important;padding: 15px 35px !important;}
.match-carousel-wrapper .carousel-inner {overflow: scroll;left: 50%;width: 100vw;margin-left: -50vw;position: relative;}
.match-carousel-wrapper .carousel-inner::-webkit-scrollbar {display: none;}
.match-carousel-wrapper .carousel-inner {-ms-overflow-style: none;  /* IE and Edge */scrollbar-width: none;  /* Firefox */}
ul.carousel-filter li[data-value=".county-championship"],
ul.carousel-filter li[data-value=".vitality-blast"],
ul.carousel-filter li[data-value=".one-day-cup"] {order: 1;}
ul.carousel-filter li[data-value=".internationals"] {order: 2;}


/* DOUBLE HEADER */

.match-overall-wrapper .match-wrapper {align-items: center;}
.match-overall-wrapper, .match-wrapper.match-result {position: relative; margin-bottom: 25px;}

.match-overall-wrapper:last-child, .match-month-wrapper:last-child .match-wrapper:last-child {position: relative;margin-bottom: 0px;}

.double-header-element {position: absolute;top: 0;left: -29px;background-color: var(--nectar-accent-color);width: 32px;height: 100%;z-index: 99;font-family: 'Oswald';text-transform: uppercase;font-weight: 600;overflow: hidden;transform: rotate(180deg);display: flex;align-items: center;justify-content: center;transition: all ease !important;!i;!;}
.double-header-element p {color: #ffffff;position: relative;top: 0;bottom: 0;left: 0;text-align: center;padding: 0px;text-transform: uppercase;font-size: 14px;display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;white-space: pre;gap: 10px;transition: allease !important;}
.match-detail.team-two {margin-top: 20px;padding-top: 20px;position: relative;}

.match-result.double-header {flex-direction: column;overflow: visible;}

.result-details-wrapper {display: flex; width: 100%;}
.result-dh-divider {position: relative;width: 100%;height: 1px;margin-left: 0;margin-top: 15px;margin-bottom: 15px;}
.result-dh-divider:before {content: '';width: 100%;height: 1px;position: absolute;left: 0;top: 0;background: linear-gradient(45deg, #ebebeb, transparent);}
.match-detail.team-two:before {top: 0;content: '';width: 100%;height: 1px;background: linear-gradient(45deg, #ebebeb, transparent);position: absolute;}
.match-details-wrapper {width: 100%;}

.double-header-element i {
    font-size: 16px !important;
    line-height: 1 !important;
    top: unset !important;
    height: auto;
    width: auto;
}

.double-header-element-inner {
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    writing-mode: vertical-lr;
    height: 100% !important;
    text-align: center;
    transition: allease !important;
}

.double-header-element p:before, .double-header-element p:after {
    content: '';
    width: 2px;
    height: 100%;
    background: #ffffff2e;
    position: relative;
    display: block;
}

@keyframes marquee {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}



/* Competition Colours */

:root {
  --county-championship: #2d944e;
  --vitality-blast: #df0059;
  --d40-quest: #f37023;
  --one-day-cup: #0074d8;
  --england: #1e57cc;
  --the-hundred: #75fbb1;
  --london-championship: #f0b354;
}


/* LV= Insurance */

.county-championship .match-wrapper .match-detail h3 span,
.county-championship .match-ticket-wrapper .match-detail h3 span,
.county-championship .match-wrapper .match-detail-text p strong,
.county-championship.match-result .match-detail-text p,
.county-championship.match-result .match-location strong,
.county-championship.match-result h3 span,
.county-championship .match-ticket-wrapper .match-detail-text p strong,
.county-championship .match-detail h3 span,
body .county-championship.match-wrapper strong,
body .county-championship.match-result .match-detail-text p,
.county-championship h2.team-name span,
.county-championship h2.team-name span,
.county-championship div#squads-tab table tr td i,
.county-championship div#highlights-tab h2 strong,
.county-championship .tables-wrapper td span,
.county-championship div#watch-live-tab h2 strong,
.county-championship div#commentary-tab h2 strong,
.county-championship #dale-live-event ul#dale-tabs-ul li.dale-tabs-li.dale-tabs-highlight span:before,
.county-championship #dale-live-event .dale-body-timeline-date,
body .county-championship .commentary-right .share-box strong {color: var(--county-championship) !important;}
body .county-championship .match-wrapper,
body .county-championship.match-wrapper,
.row .col .county-championship .match-wrapper .match-detail img,
.county-championship .match-wrapper a.buy-ticket-btn,
.row .col .county-championship .match-ticket-wrapper .match-detail img,
body .match-wrap.county-championship,
.row .col .match-wrap.county-championship .match-detail img,
div#scorecard-header-outer.county-championship div#scorecard-header-result,
div#match-details-wrapper.county-championship .innings-title img,
div#match-details-wrapper.county-championship .nvp-dropdown__current,
.row .col .match-wrapper.county-championship .match-detail img,
.county-championship .team-result-wrapper img,
.county-championship .complink-wrapper,
.county-championship #dale-live-event ul#dale-tabs-ul li.dale-tabs-highlight,
.county-championship #dale-live-event .dale-body-timeline-item,
.county-championship #dale-live-event #dale-social div#dale-social-label-right a:hover,
.county-championship .commentary-right .share-box,
body .county-championship .commentary-right .sharing-default-minimal .nectar-social a:hover,
body .county-championship .commentary-right .sharing-default-minimal .nectar-social a.loved {border-color: var(--county-championship) !important;}
.county-championship .match-wrapper .match-ctas &gt; a,
.county-championship.match-result .match-ctas &gt; a,
div#scorecard-header-outer.county-championship .match-centre-header-description a,
div#scorecard-header-outer.county-championship a.mobile-refresh,
div#match-details-wrapper.county-championship table thead,
div#match-details-wrapper.county-championship .inning-total-row,
div#match-details-wrapper.county-championship .nvp-media-play-time,
.county-championship a.mobile-refresh,
#match-details-wrapper.county-championship table tbody tr.NotOut td:first-child:before,
body .county-championship .nectar-social[data-color-override="override"].fixed .nectar-social-inner a,
body .county-championship .nectar-social[data-color-override="override"].fixed &gt; a:before,
body .county-championship .commentary-right .sharing-default-minimal .nectar-social a:hover,
body .county-championship .commentary-right .sharing-default-minimal .nectar-social span.total_loves,
body .county-championship .match-centre-toggle-bar &gt; div:before,
body .county-championship .double-header-element {background-color: var(--county-championship) !important;}
div#match-details-wrapper.county-championship #squads-tab table img {border-color: var(--county-championship) !important;}
div#scorecard-header-outer.county-championship .scorecard-nav-inner ul li a {border-bottom: 4px solid var(--county-championship)}
div#match-details-wrapper.county-championship .nvp-layout-grid .nvp-vh-filters__list-item.nvp-i-active a {background-color: var(--county-championship)}
div#match-details-wrapper.county-championship a.nvp-playall-btn:hover {background-color: var(--county-championship) !important;border-color: var(--county-championship) !important;}
.match-overall-wrapper.county-championship .match-ticket-wrapper {border-left-color: var(--county-championship) !important;}

/* Vitality Blast */

.vitality-blast .match-wrapper .match-detail h3 span, .vitality-blast .match-ticket-wrapper .match-detail h3 span,
.vitality-blast .match-wrapper .match-detail-text p strong,
.vitality-blast .match-result .match-detail-text p,
.vitality-blast .match-result .match-location strong,
.vitality-blast .match-result h3 span,
.vitality-blast .match-ticket-wrapper .match-detail-text p strong,
.vitality-blast .match-detail h3 span,
body .vitality-blast.match-wrapper strong,
body .vitality-blast.match-result .match-detail-text p,
.vitality-blast h2.team-name span,
.vitality-blast div#squads-tab table tr td i,
.vitality-blast div#highlights-tab h2 strong,
.vitality-blast div#watch-live-tab h2 strong,
.vitality-blast div#commentary-tab h2 strong,
.vitality-blast .tables-wrapper td span,
.vitality-blast h2.team-name span,
.vitality-blast #dale-live-event ul#dale-tabs-ul li.dale-tabs-li.dale-tabs-highlight span:before,
.vitality-blast #dale-live-event .dale-body-timeline-date,
body .vitality-blast .commentary-right .share-box strong {color: var(--vitality-blast) !important;}
body .vitality-blast .match-wrapper,
body .vitality-blast.match-wrapper,
.row .col .vitality-blast .match-wrapper .match-detail img,
.vitality-blast .match-wrapper a.buy-ticket-btn,
.row .col .vitality-blast .match-ticket-wrapper .match-detail img,
body .match-wrap.vitality-blast,
.row .col .match-wrap.vitality-blast .match-detail img,
div#scorecard-header-outer.vitality-blast div#scorecard-header-result,
div#match-details-wrapper.vitality-blast .innings-title img,
div#match-details-wrapper.vitality-blast .nvp-dropdown__current,
.row .col .match-wrapper.vitality-blast .match-detail img,
.vitality-blast .complink-wrapper,
.vitality-blast .team-result-wrapper img,
.vitality-blast #dale-live-event ul#dale-tabs-ul li.dale-tabs-highlight,
.vitality-blast #dale-live-event .dale-body-timeline-item,
.vitality-blast #dale-live-event #dale-social div#dale-social-label-right a:hover,
.vitality-blast .commentary-right .share-box,
body .vitality-blast .commentary-right .sharing-default-minimal .nectar-social a:hover,
body .vitality-blast .commentary-right .sharing-default-minimal .nectar-social a.loved {border-color: var(--vitality-blast) !important;}
.vitality-blast .match-wrapper .match-ctas &gt; a, .vitality-blast.match-result .match-ctas &gt; a,
div#scorecard-header-outer.vitality-blast .match-centre-header-description a,
div#scorecard-header-outer.vitality-blast a.mobile-refresh, div#match-details-wrapper.vitality-blast table thead,
div#match-details-wrapper.vitality-blast .inning-total-row, div#match-details-wrapper.vitality-blast .nvp-media-play-time,
.vitality-blast a.mobile-refresh, #match-details-wrapper.vitality-blast table tbody tr.NotOut td:first-child:before,
body .vitality-blast .nectar-social[data-color-override="override"].fixed .nectar-social-inner a,
body .vitality-blast .nectar-social[data-color-override="override"].fixed &gt; a:before,
body .vitality-blast .commentary-right .sharing-default-minimal .nectar-social a:hover,
body .vitality-blast .commentary-right .sharing-default-minimal .nectar-social span.total_loves,
body .vitality-blast .match-centre-toggle-bar &gt; div:before,
body .vitality-blast .double-header-element {background-color: var(--vitality-blast) !important;}
div#match-details-wrapper.vitality-blast #squads-tab table img {border-color: var(--vitality-blast) !important;}
div#scorecard-header-outer.vitality-blast .scorecard-nav-inner ul li a {border-bottom: 4px solid var(--vitality-blast);}
div#match-details-wrapper.vitality-blast .nvp-layout-grid .nvp-vh-filters__list-item.nvp-i-active a {background-color: var(--vitality-blast);}
div#match-details-wrapper.vitality-blast a.nvp-playall-btn:hover {background-color: var(--vitality-blast) !important;border-color: var(--vitality-blast) !important;}
.match-overall-wrapper.vitality-blast .match-ticket-wrapper:not(.featured) {border-left-color: var(--vitality-blast) !important;}


/* WOMENS COUNTY Vitality Blast */

.vitality-t20-womens-county-cup .match-wrapper .match-detail h3 span, .vitality-t20-womens-county-cup .match-ticket-wrapper .match-detail h3 span,
.vitality-t20-womens-county-cup .match-wrapper .match-detail-text p strong,
.vitality-t20-womens-county-cup .match-result .match-detail-text p,
.vitality-t20-womens-county-cup .match-result .match-location strong,
.vitality-t20-womens-county-cup .match-result h3 span,
.vitality-t20-womens-county-cup .match-ticket-wrapper .match-detail-text p strong,
.vitality-t20-womens-county-cup .match-detail h3 span,
body .vitality-t20-womens-county-cup.match-wrapper strong,
body .vitality-t20-womens-county-cup.match-result .match-detail-text p,
.vitality-t20-womens-county-cup h2.team-name span,
.vitality-t20-womens-county-cup div#squads-tab table tr td i,
.vitality-t20-womens-county-cup div#highlights-tab h2 strong,
.vitality-t20-womens-county-cup div#watch-live-tab h2 strong,
.vitality-t20-womens-county-cup div#commentary-tab h2 strong,
.vitality-t20-womens-county-cup .tables-wrapper td span,
.vitality-t20-womens-county-cup h2.team-name span,
.vitality-t20-womens-county-cup #dale-live-event ul#dale-tabs-ul li.dale-tabs-li.dale-tabs-highlight span:before,
.vitality-t20-womens-county-cup #dale-live-event .dale-body-timeline-date,
body .vitality-t20-womens-county-cup .commentary-right .share-box strong {color: var(--vitality-blast) !important;}
body .vitality-t20-womens-county-cup .match-wrapper,
body .vitality-t20-womens-county-cup.match-wrapper,
.row .col .vitality-t20-womens-county-cup .match-wrapper .match-detail img,
.vitality-t20-womens-county-cup .match-wrapper a.buy-ticket-btn,
.row .col .vitality-t20-womens-county-cup .match-ticket-wrapper .match-detail img,
body .match-wrap.vitality-t20-womens-county-cup,
.row .col .match-wrap.vitality-t20-womens-county-cup .match-detail img,
div#scorecard-header-outer.vitality-t20-womens-county-cup div#scorecard-header-result,
div#match-details-wrapper.vitality-t20-womens-county-cup .innings-title img,
div#match-details-wrapper.vitality-t20-womens-county-cup .nvp-dropdown__current,
.row .col .match-wrapper.vitality-t20-womens-county-cup .match-detail img,
.vitality-t20-womens-county-cup .complink-wrapper,
.vitality-t20-womens-county-cup .team-result-wrapper img,
.vitality-t20-womens-county-cup #dale-live-event ul#dale-tabs-ul li.dale-tabs-highlight,
.vitality-t20-womens-county-cup #dale-live-event .dale-body-timeline-item,
.vitality-t20-womens-county-cup #dale-live-event #dale-social div#dale-social-label-right a:hover,
.vitality-t20-womens-county-cup .commentary-right .share-box,
body .vitality-t20-womens-county-cup .commentary-right .sharing-default-minimal .nectar-social a:hover,
body .vitality-t20-womens-county-cup .commentary-right .sharing-default-minimal .nectar-social a.loved {border-color: var(--vitality-blast) !important;}
.vitality-t20-womens-county-cup .match-wrapper .match-ctas &gt; a, .vitality-t20-womens-county-cup.match-result .match-ctas &gt; a,
div#scorecard-header-outer.vitality-t20-womens-county-cup .match-centre-header-description a,
div#scorecard-header-outer.vitality-t20-womens-county-cup a.mobile-refresh, div#match-details-wrapper.vitality-t20-womens-county-cup table thead,
div#match-details-wrapper.vitality-t20-womens-county-cup .inning-total-row, div#match-details-wrapper.vitality-t20-womens-county-cup .nvp-media-play-time,
.vitality-t20-womens-county-cup a.mobile-refresh, #match-details-wrapper.vitality-t20-womens-county-cup table tbody tr.NotOut td:first-child:before,
body .vitality-t20-womens-county-cup .nectar-social[data-color-override="override"].fixed .nectar-social-inner a,
body .vitality-t20-womens-county-cup .nectar-social[data-color-override="override"].fixed &gt; a:before,
body .vitality-t20-womens-county-cup .commentary-right .sharing-default-minimal .nectar-social a:hover,
body .vitality-t20-womens-county-cup .commentary-right .sharing-default-minimal .nectar-social span.total_loves,
body .vitality-t20-womens-county-cup .match-centre-toggle-bar &gt; div:before,
body .vitality-t20-womens-county-cup .double-header-element {background-color: var(--vitality-blast) !important;}
div#match-details-wrapper.vitality-t20-womens-county-cup #squads-tab table img {border-color: var(--vitality-blast) !important;}
div#scorecard-header-outer.vitality-t20-womens-county-cup .scorecard-nav-inner ul li a {border-bottom: 4px solid var(--vitality-blast);}
div#match-details-wrapper.vitality-t20-womens-county-cup .nvp-layout-grid .nvp-vh-filters__list-item.nvp-i-active a {background-color: var(--vitality-blast);}
div#match-details-wrapper.vitality-t20-womens-county-cup a.nvp-playall-btn:hover {background-color: var(--vitality-blast) !important;border-color: var(--vitality-blast) !important;}
.match-overall-wrapper.vitality-t20-womens-county-cup .match-ticket-wrapper:not(.featured) {border-left-color: var(--vitality-blast) !important;}

/* One Day Cup */

.one-day-cup .match-wrapper .match-detail h3 span,
.one-day-cup .match-ticket-wrapper .match-detail h3 span,
.one-day-cup .match-wrapper .match-detail-text p strong,
.one-day-cup .match-result .match-detail-text p,
.one-day-cup .match-result .match-location strong,
.one-day-cup .match-result h3 span,
.one-day-cup .match-ticket-wrapper .match-detail-text p strong,
body .one-day-cup.match-wrapper strong,
body .one-day-cup.match-result .match-detail-text p,
.one-day-cup .match-detail h3 span,
.one-day-cup h2.team-name span,
.one-day-cup div#squads-tab table tr td i,
.one-day-cup div#highlights-tab h2 strong,
.one-day-cup div#watch-live-tab h2 strong,
.one-day-cup div#commentary-tab h2 strong,
.one-day-cup .tables-wrapper td span,
.one-day-cup h2.team-name span,
.one-day-cup #dale-live-event ul#dale-tabs-ul li.dale-tabs-li.dale-tabs-highlight span:before,
.one-day-cup #dale-live-event .dale-body-timeline-date,
body .one-day-cup .commentary-right .share-box strong {color: var(--one-day-cup) !important;}
body .one-day-cup .match-wrapper,
body .one-day-cup.match-wrapper,
.row .col .one-day-cup .match-wrapper .match-detail img,
.one-day-cup .match-wrapper a.buy-ticket-btn,
.row .col .one-day-cup .match-ticket-wrapper .match-detail img,
body .match-wrap.one-day-cup,
.row .col .match-wrap.one-day-cup .match-detail img,
div#scorecard-header-outer.one-day-cup div#scorecard-header-result,
div#match-details-wrapper.one-day-cup .innings-title img,
div#match-details-wrapper.one-day-cup .nvp-dropdown__current,
.row .col .match-wrapper.one-day-cup .match-detail img,
.one-day-cup .complink-wrapper,
.one-day-cup .team-result-wrapper img, .one-day-cup #dale-live-event ul#dale-tabs-ul li.dale-tabs-highlight,
.one-day-cup #dale-live-event .dale-body-timeline-item,
.one-day-cup #dale-live-event #dale-social div#dale-social-label-right a:hover,
.one-day-cup .commentary-right .share-box,
body .one-day-cup .commentary-right .sharing-default-minimal .nectar-social a:hover,
body .one-day-cup .commentary-right .sharing-default-minimal .nectar-social a.loved {border-color: var(--one-day-cup) !important;}
.one-day-cup .match-wrapper .match-ctas &gt; a,
.one-day-cup.match-result .match-ctas &gt; a,
div#scorecard-header-outer.one-day-cup .match-centre-header-description a,
div#scorecard-header-outer.one-day-cup a.mobile-refresh,
div#match-details-wrapper.one-day-cup table thead,
div#match-details-wrapper.one-day-cup .inning-total-row,
div#match-details-wrapper.one-day-cup .nvp-media-play-time,
.one-day-cup a.mobile-refresh,
#match-details-wrapper.one-day-cup table tbody tr.NotOut td:first-child:before,
body .one-day-cup .nectar-social[data-color-override="override"].fixed .nectar-social-inner a,
body .one-day-cup .nectar-social[data-color-override="override"].fixed &gt; a:before,
body .one-day-cup .commentary-right .sharing-default-minimal .nectar-social a:hover,
body .one-day-cup .commentary-right .sharing-default-minimal .nectar-social span.total_loves,
body .one-day-cup .double-header-element {background-color: var(--one-day-cup) !important;}
div#match-details-wrapper.one-day-cup #squads-tab table img {border-color: var(--one-day-cup) !important;}
div#scorecard-header-outer.one-day-cup .scorecard-nav-inner ul li a {border-bottom: 4px solid var(--one-day-cup);}
div#match-details-wrapper.one-day-cup .nvp-layout-grid .nvp-vh-filters__list-item.nvp-i-active a,
body .one-day-cup .match-centre-toggle-bar &gt; div:before {background-color: var(--one-day-cup);}
div#match-details-wrapper.one-day-cup a.nvp-playall-btn:hover {background-color: var(--one-day-cup) !important;border-color: var(--one-day-cup) !important;}
.match-overall-wrapper.one-day-cup .match-ticket-wrapper {border-left-color: var(--one-day-cup) !important;}


/* The Hundred */

.the-hundred .match-wrapper .match-detail h3 span,
.the-hundred .match-ticket-wrapper .match-detail h3 span,
.the-hundred .match-wrapper .match-detail-text p strong,
.the-hundred .match-result .match-detail-text p,
.the-hundred .match-result .match-location strong,
.the-hundred .match-result h3 span,
.the-hundred .match-ticket-wrapper .match-detail-text p strong,
.the-hundred .match-detail h3 span,
body .the-hundred.match-wrapper strong,
body .the-hundred.match-result .match-detail-text p,
.the-hundred h2.team-name span,
.the-hundred div#squads-tab table tr td i,
.the-hundred div#highlights-tab h2 strong,
.the-hundred div#watch-live-tab h2 strong,
.the-hundred .tables-wrapper td span,
.the-hundred h2.team-name span,
.the-hundred #dale-live-event ul#dale-tabs-ul li.dale-tabs-li.dale-tabs-highlight span:before,
.the-hundred #dale-live-event .dale-body-timeline-date,
body .the-hundred .commentary-right .share-box strong {color: var(--the-hundred) !important;}
body .the-hundred .match-wrapper,
body .the-hundred.match-wrapper,
.row .col .the-hundred .match-wrapper .match-detail img,
.the-hundred .match-wrapper a.buy-ticket-btn,
.row .col .the-hundred .match-ticket-wrapper .match-detail img,
body .match-wrap.the-hundred,
.row .col .match-wrap.the-hundred .match-detail img,
div#scorecard-header-outer.the-hundred div#scorecard-header-result,
div#match-details-wrapper.the-hundred .innings-title img,
div#match-details-wrapper.the-hundred .nvp-dropdown__current,
.row .col .match-wrapper.the-hundred .match-detail img,
.the-hundred .complink-wrapper,
.the-hundred .team-result-wrapper img,.the-hundred #dale-live-event ul#dale-tabs-ul li.dale-tabs-highlight,
.the-hundred #dale-live-event .dale-body-timeline-item,
.the-hundred #dale-live-event #dale-social div#dale-social-label-right a:hover,
.the-hundred .commentary-right .share-box,
body .the-hundred .commentary-right .sharing-default-minimal .nectar-social a:hover,
body .the-hundred .commentary-right .sharing-default-minimal .nectar-social a.loved {border-color: var(--the-hundred) !important;}
.the-hundred .match-wrapper .match-ctas &gt; a,
.the-hundred.match-result .match-ctas &gt; a,
div#scorecard-header-outer.the-hundred .match-centre-header-description a,
div#scorecard-header-outer.the-hundred a.mobile-refresh,
div#match-details-wrapper.the-hundred table thead,
div#match-details-wrapper.the-hundred .inning-total-row,
div#match-details-wrapper.the-hundred .nvp-media-play-time,
.the-hundred a.mobile-refresh,
#match-details-wrapper.the-hundred table tbody tr.NotOut td:first-child:before,
body .the-hundred .nectar-social[data-color-override="override"].fixed .nectar-social-inner a,
body .the-hundred .nectar-social[data-color-override="override"].fixed &gt; a:before,
body .the-hundred .commentary-right .sharing-default-minimal .nectar-social a:hover,
body .the-hundred .commentary-right .sharing-default-minimal .nectar-social span.total_loves,
body .the-hundred .match-centre-toggle-bar &gt; div:before,
body .the-hundred  .double-header-element {background-color: var(--the-hundred) !important;}
div#match-details-wrapper.the-hundred #squads-tab table img {border-color: var(--the-hundred) !important;}
div#scorecard-header-outer.the-hundred .scorecard-nav-inner ul li a {border-bottom: 4px solid var(--the-hundred);}
div#match-details-wrapper.the-hundred .nvp-layout-grid .nvp-vh-filters__list-item.nvp-i-active a {background-color: var(--the-hundred);}
div#match-details-wrapper.the-hundred a.nvp-playall-btn:hover {background-color: var(--the-hundred) !important;border-color: var(--the-hundred) !important;}
.match-overall-wrapper.the-hundred .match-ticket-wrapper {border-left-color: var(--the-hundred) !important;}

/* D40 Quest */

.d40-quest .match-wrapper .match-detail h3 span,
.d40-quest .match-ticket-wrapper .match-detail h3 span,
.d40-quest .match-wrapper .match-detail-text p strong,
.d40-quest.match-result .match-detail-text p,
.d40-quest.match-result .match-location strong,
.d40-quest.match-result h3 span,
.d40-quest .match-ticket-wrapper .match-detail-text p strong,
.d40-quest .match-detail h3 span,
body .d40-quest.match-wrapper strong,
body .d40-quest.match-result .match-detail-text p,
.d40-quest h2.team-name span,
.d40-quest h2.team-name span,
.d40-quest div#squads-tab table tr td i,
.d40-quest div#highlights-tab h2 strong,
.d40-quest .tables-wrapper td span,
.d40-quest div#watch-live-tab h2 strong,
.d40-quest div#commentary-tab h2 strong,
.d40-quest #dale-live-event ul#dale-tabs-ul li.dale-tabs-li.dale-tabs-highlight span:before,
.d40-quest #dale-live-event .dale-body-timeline-date,
body .d40-quest .commentary-right .share-box strong {color: var(--d40-quest) !important;}
body .d40-quest .match-wrapper,
body .d40-quest.match-wrapper,
.row .col .d40-quest .match-wrapper .match-detail img,
.d40-quest .match-wrapper a.buy-ticket-btn,
.row .col .d40-quest .match-ticket-wrapper .match-detail img,
body .match-wrap.d40-quest,
.row .col .match-wrap.d40-quest .match-detail img,
div#scorecard-header-outer.d40-quest div#scorecard-header-result,
div#match-details-wrapper.d40-quest .innings-title img,
div#match-details-wrapper.d40-quest .nvp-dropdown__current,
.row .col .match-wrapper.d40-quest .match-detail img,
.d40-quest .team-result-wrapper img,
.d40-quest .complink-wrapper,
.d40-quest #dale-live-event ul#dale-tabs-ul li.dale-tabs-highlight,
.d40-quest #dale-live-event .dale-body-timeline-item,
.d40-quest #dale-live-event #dale-social div#dale-social-label-right a:hover,
.d40-quest .commentary-right .share-box,
body .d40-quest .commentary-right .sharing-default-minimal .nectar-social a:hover,
body .d40-quest .commentary-right .sharing-default-minimal .nectar-social a.loved {border-color: var(--d40-quest) !important;}
.d40-quest .match-wrapper .match-ctas &gt; a,
.d40-quest.match-result .match-ctas &gt; a,
div#scorecard-header-outer.d40-quest .match-centre-header-description a,
div#scorecard-header-outer.d40-quest a.mobile-refresh,
div#match-details-wrapper.d40-quest table thead,
div#match-details-wrapper.d40-quest .inning-total-row,
div#match-details-wrapper.d40-quest .nvp-media-play-time,
.d40-quest a.mobile-refresh,
#match-details-wrapper.d40-quest table tbody tr.NotOut td:first-child:before,
body .d40-quest .nectar-social[data-color-override="override"].fixed .nectar-social-inner a,
body .d40-quest .nectar-social[data-color-override="override"].fixed &gt; a:before,
body .d40-quest .commentary-right .sharing-default-minimal .nectar-social a:hover,
body .d40-quest .commentary-right .sharing-default-minimal .nectar-social span.total_loves,
body .d40-quest  .double-header-element {background-color: var(--d40-quest) !important;}
div#match-details-wrapper.d40-quest #squads-tab table img {border-color: var(--d40-quest) !important;}
div#scorecard-header-outer.d40-quest .scorecard-nav-inner ul li a {border-bottom: 4px solid var(--d40-quest)}
div#match-details-wrapper.d40-quest .nvp-layout-grid .nvp-vh-filters__list-item.nvp-i-active a,
body .d40-quest .match-centre-toggle-bar &gt; div:before {background-color: var(--d40-quest)}
div#match-details-wrapper.d40-quest a.nvp-playall-btn:hover {background-color: var(--d40-quest) !important;border-color: var(--d40-quest) !important;}
.match-overall-wrapper.d40-quest .match-ticket-wrapper {border-left-color: var(--d40-quest) !important;}

/* LONDON CHAMPIONSHIP */

.london-championship .match-wrapper .match-detail h3 span,
.london-championship .match-ticket-wrapper .match-detail h3 span,
.london-championship .match-wrapper .match-detail-text p strong,
.london-championship .match-result .match-detail-text p,
.london-championship .match-result .match-location strong,
.london-championship .match-result h3 span,
.london-championship .match-ticket-wrapper .match-detail-text p strong,
body .london-championship.match-wrapper strong,
body .london-championship.match-result .match-detail-text p,
body .london-championship .match-detail h3 span,
body .london-championship #dale-live-event ul#dale-tabs-ul li.dale-tabs-li.dale-tabs-highlight span:before,
body .london-championship #dale-live-event .dale-body-timeline-date,
body .london-championship  .commentary-right .share-box strong {color: var(--london-championship) !important;}
body .london-championship .match-wrapper,
body .london-championship.match-wrapper,
.row .col .london-championship .match-wrapper .match-detail img,
.london-championship .match-wrapper a.buy-ticket-btn,
.row .col .london-championship .match-ticket-wrapper .match-detail img,
body .match-wrap.london-championship,
.row .col .match-wrap.london-championship .match-detail img,
div#scorecard-header-outer.london-championship div#scorecard-header-result,
div#match-details-wrapper.london-championship .innings-title img,
div#match-details-wrapper.london-championship .nvp-dropdown__current,
.row .col .match-wrapper.london-championship .match-detail img,
.london-championship #dale-live-event .dale-body-timeline-item,
.london-championship #dale-live-event #dale-social div#dale-social-label-right a:hover,
.london-championship  .commentary-right .share-box,
body .london-championship .commentary-right .sharing-default-minimal .nectar-social a:hover,
body .london-championship .commentary-right .sharing-default-minimal .nectar-social a.loved {border-color: var(--london-championship);}
.london-championship .match-wrapper .match-ctas &gt; a,
.london-championship.match-result .match-ctas &gt; a,
div#scorecard-header-outer.london-championship .match-centre-header-description a,
div#scorecard-header-outer.london-championship a.mobile-refresh,
div#match-details-wrapper.london-championship table thead,
div#match-details-wrapper.london-championship .inning-total-row,
div#match-details-wrapper.london-championship .nvp-media-play-time,
body .london-championship .nectar-social[data-color-override="override"].fixed .nectar-social-inner a,
body .london-championship .nectar-social[data-color-override="override"].fixed &gt; a:before,
body .london-championship .commentary-right .sharing-default-minimal .nectar-social a:hover,
body .london-championship .commentary-right .sharing-default-minimal .nectar-social span.total_loves,
body .london-championship .match-centre-toggle-bar &gt; div:before,
body .london-championship .double-header-element {background-color: var(--london-championship) !important;}
div#match-details-wrapper.london-championship #squads-tab table img {border-color: rgb(32 34 39 / 10%);}
div#scorecard-header-outer.london-championship .scorecard-nav-inner ul li a {border-bottom: 4px solid var(--london-championship);}
div#match-details-wrapper.london-championship .nvp-layout-grid .nvp-vh-filters__list-item.nvp-i-active a {background-color: var(--london-championship);}
div#match-details-wrapper.london-championship a.nvp-playall-btn:hover {background-color: var(--london-championship) !important;border-color: var(--london-championship) !important;}
.match-overall-wrapper.london-championship .match-ticket-wrapper {border-left-color: var(--london-championship) !important;}

/* INTERNATIONALS */

.internationals .match-wrapper .match-detail h3 span,
.internationals .match-ticket-wrapper .match-detail h3 span,
.internationals .match-wrapper .match-detail-text p strong,
.internationals.match-result .match-detail-text p,
.internationals.match-result .match-location strong,
.internationals.match-result h3 span,
.internationals .match-ticket-wrapper .match-detail-text p strong,
.internationals .match-detail h3 span,
body .internationals.match-wrapper strong,
body .internationals.match-result .match-detail-text p,
.internationals h2.team-name span,
.internationals h2.team-name span,
.internationals div#squads-tab table tr td i,
.internationals div#highlights-tab h2 strong,
.internationals .tables-wrapper td span,
.internationals div#watch-live-tab h2 strong,
.internationals div#commentary-tab h2 strong,
body .internationals #dale-live-event ul#dale-tabs-ul li.dale-tabs-li.dale-tabs-highlight span:before,
body .internationals #dale-live-event .dale-body-timeline-date,
body .internationals .commentary-right .share-box strong {color: var(--england) !important;}
body .internationals .match-wrapper,
body .internationals.match-wrapper,
.row .col .internationals .match-wrapper .match-detail img,
.internationals .match-wrapper a.buy-ticket-btn,
.row .col .internationals .match-ticket-wrapper .match-detail img,
body .match-wrap.internationals,
.row .col .match-wrap.internationals .match-detail img,
div#scorecard-header-outer.internationals div#scorecard-header-result,
div#match-details-wrapper.internationals .innings-title img,
div#match-details-wrapper.internationals .nvp-dropdown__current,
.row .col .match-wrapper.internationals .match-detail img,
.internationals .team-result-wrapper img,
.internationals .complink-wrapper, .internationals #dale-live-event ul#dale-tabs-ul li.dale-tabs-highlight,
.internationals #dale-live-event .dale-body-timeline-item,
.internationals #dale-live-event #dale-social div#dale-social-label-right a:hover,
.internationals .commentary-right .share-box,
body .internationals .commentary-right .sharing-default-minimal .nectar-social a:hover,
body .internationals .commentary-right .sharing-default-minimal .nectar-social a.loved {border-color: var(--england) !important;}
.internationals .match-wrapper .match-ctas &gt; a,
.internationals.match-result .match-ctas &gt; a,
div#scorecard-header-outer.internationals .match-centre-header-description a,
div#scorecard-header-outer.internationals a.mobile-refresh,
div#match-details-wrapper.internationals table thead,
div#match-details-wrapper.internationals .inning-total-row,
div#match-details-wrapper.internationals .nvp-media-play-time,
.internationals a.mobile-refresh,
#match-details-wrapper.internationals table tbody tr.NotOut td:first-child:before,
body .internationals .nectar-social[data-color-override="override"].fixed .nectar-social-inner a,
body .internationals .nectar-social[data-color-override="override"].fixed &gt; a:before,
body .internationals .commentary-right .sharing-default-minimal .nectar-social a:hover,
body .internationals .commentary-right .sharing-default-minimal .nectar-social span.total_loves,
body .internationals .match-centre-toggle-bar &gt; div:before,
body .internationals .double-header-element {background-color: var(--england) !important;}
div#match-details-wrapper.internationals #squads-tab table img {border-color: var(--england) !important;}
div#scorecard-header-outer.internationals .scorecard-nav-inner ul li a {border-bottom: 4px solid var(--england)}
div#match-details-wrapper.internationals .nvp-layout-grid .nvp-vh-filters__list-item.nvp-i-active a {background-color: var(--england)}
div#match-details-wrapper.internationals a.nvp-playall-btn:hover {background-color: var(--england) !important;border-color: var(--england) !important;}
.match-overall-wrapper.internationals .match-ticket-wrapper {border-left-color: var(--england) !important;}

/* END */










/* MEDIA QUERIES */



/* 1500 */

@media only screen and (max-width: 1500px) {
    .matches-filter ul &gt; li {font-size: 18px;line-height: 23px;text-align: center;font-weight: 300;letter-spacing: -0.25px;padding: 25px 12px;}
}

/* END */



/* 1400 */

@media only screen and (max-width: 1400px) {
    .match-carousel .match-detail-text p {width: 300px;}
}

/* END */



/* 1300 */

@media only screen and (max-width: 1300px) {
    .matches-filter ul &gt; li {display: none;}
    .matches-filter ul &gt; li[data-category="county-championship"],
    .matches-filter ul &gt; li[data-category="vitality-blast"],
    .matches-filter ul &gt; li[data-category="one-day-cup"],
    .matches-filter ul &gt; li[data-category="all"] {display: flex;}
    .matches-filter ul &gt; li {font-size: 19px;line-height: 24px;text-align: center;font-weight: 300;letter-spacing: -0.25px;padding: 35px 12px;}
    body .match-carousel .match-detail-text {margin-left: 20px;}   
    body .match-carousel .match-detail h3 {max-width: 270px;}
    .match-wrapper:not(.match-result) .comp-logo {width: 125px !important;}
    .match-wrapper.match-result .match-ctas {padding: 0 30px;padding-right: 5px;}
    .match-result .comp-logo {margin-left: unset;max-width: 145px;padding: 10px 15px;}
    .match-carousel .match-detail-text p {width: 270px;}
    .row .col .match-detail img {width: 75px;height: 75px;}
    body .row .match-detail h3,
    body .row .match-detail h3 span {font-size: 22px;line-height: 25px;}
    .match-result .match-location p,
    .match-detail-text p {font-size: 12.5px;line-height: 20px;}
    .match-detail-text {margin-left: 20px;}
    a.buy-ticket-btn {display: block;min-width: 150px;text-align: center;}
    .match-overall-wrapper.double-header .match-wrapper {padding: 20px 20px;}
    .match-wrapper {padding: 12px 20px;}
    span.home-away {font-size: 47px;line-height: 32px;}
    .match-result .match-location p {width: 230px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
    .match-result .match-location {padding: 0px 30px;}
    .match-carousel .match-wrap {padding: 30px 25px !important;}
    .row .col .match-wrap .match-detail img {width: 70px;height: 70px;}
    h5.match-ticket-type {font-size: 18px !important;line-height: 20px !important;width: 170px;min-width: 170px;max-width: 170px;}
    .match-ticket-wrapper .match-ticket-desc {min-width: unset;font-size: 13px;line-height: 19px;}
    .match-detail.team-two {margin-top: 20px;padding-top: 20px;}
    .double-header-element {max-height: 230px;}
    .match-result .double-header-element {max-height: 100%;}
}

/* END */



/* 1200 */

@media only screen and (max-width: 1200px) {
    #match-carousel-nav {margin-top: 50px !important;margin-bottom: 15px;}
    .match-result .match-location p {width: 180px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
    .match-result .match-location {padding: 10px 20px;}
    .match-wrapper .comp-logo {max-width: 130px;}
    .match-wrapper.match-result .comp-logo {max-width: 150px;padding: 10px 10px;}
    body .match-carousel .match-detail h3 {max-width: 450px;}
    .matches-filter ul &gt; li {font-size: 18px;line-height: 35px;font-weight: 300;letter-spacing: -0.25px;}
    .row .col .match-wrap .match-detail img {width: 100px;height: 100px;}
    .match-carousel .match-wrap .match-detail h3 {font-size: 30px;line-height: 35px;}
    .match-carousel .match-wrap .match-detail p {font-size: 14px;line-height: 22px;margin-top: 7px !important;}
    .match-carousel .match-detail-text p {width: 100%;}
}

/* END */



/* 1150 */

@media only screen and (max-width: 1150px) {.match-result .match-location p {max-width: 175px;}
    .match-result .match-detail {width: 100%;}
    h5.match-ticket-type {font-size: 17px !important;line-height: 20px !important;width: 160px;min-width: 160px;max-width: 160px;}
    .match-ticket-wrapper {padding: 22px 25px;}
    a.buy-ticket-btn {max-width: 175px;padding: 15px 20px !important;}
    .match-wrapper.match-result .match-ctas {padding: 0 25px;padding-right: 7.5px;}
    .match-wrapper.match-result .comp-logo {max-width: 130px;padding: 10px 10px !important;display: flex;align-items: center;}
    .match-detail-text {margin-left: 18px;}
    .match-wrapper.match-result a.buy-ticket-btn {width: auto;}

}

/* END */



/* 999 */

@media only screen and (max-width: 999px) {
    span.carousel-nav-swipe-to-browse {font-size: 18px;line-height: 20px;margin-top: 0px;margin-bottom: -10px !important;}
    ul.carousel-filter li {width: calc(100vw / 7.3);}
    ul.carousel-filter li[data-value=".county-championship"],
    ul.carousel-filter li[data-value=".vitality-blast"],
    ul.carousel-filter li[data-value=".one-day-cup"],
    ul.carousel-filter li[data-value=".the-hundred"] {display: block;}
    div#squads-tab .tables-wrapper:last-child {margin-bottom: 0px !important;}
    div#squads-tab .tables-wrapper {margin-bottom: 50px;}
    .matches-filter {background-color: #8ac9c9;}
    .matches-filter ul {width: 600px;margin: auto;}
    .competition-title-area {padding: 35px 0;}
    .matches-container div#no-matches h4 {padding-bottom: 30px;padding-top: 8px;font-size: 22px;line-height: 32px;}
    select#fixture-filter {height: 100%;background-color: #8ac9c9;color: #fff;padding: 25px 0px;appearance: none;-webkit-appearance: none;background-image: url(/wp-content/uploads/2021/01/white-down-arrow.svg);background-repeat: no-repeat;background-position: 103% 13px;background-size: 55px;font-family: 'Helvetica';box-shadow: none !important;border-radius: 0px !important;-webkit-border-radius: 0px;font-size: 19px;line-height: 29px;display: block;font-weight: 300;letter-spacing: -0.25px;border: none !important;}
    .match-carousel .match-wrap {padding: 30px 30px !important;}
    .row .col .match-wrap .match-detail img {width: 80px;height: 80px;}
    #match-carousel-nav {margin-top: 0px;margin-bottom: 40px;}
    .match-carousel .match-wrap .match-detail p {font-size: 13px;line-height: 21px;}
    .match-carousel .match-wrap .match-detail h3,
    .match-carousel .match-wrap .match-detail h3 span {font-size: 25px;line-height: 30px;}
    .match-carousel .match-wrap .match-detail {width: 100% !important;margin-bottom: 0px;}
    .match-carousel .slick-list {  padding: 0px !important;}
    li#mobile-fixture-filter {display:block;border: none !important;padding: 0px;}
    .matches-filter ul li.comp-filter {display: none;}
    .match-result .match-location p {width: 100%;max-width: 100%;text-overflow: ellipsis;}
    .match-wrapper.match-result .match-ctas {padding: 0 0px;padding-right: 0px;border: none;margin-left: 0px;min-height: unset !important;!i;!;}
    .match-wrapper.match-result .comp-logo {max-width: 120px;width: 110px !important;padding: 5px 15px !important;padding-right: 0px !important;}
    .match-result .comp-logo {max-width: unset;width: 120px;margin-right: 0px;border-right: 0px;padding: 5px;padding-left: 20px;padding-right: 0px;position: absolute;right: 25px;}
    .match-result .match-location {width: 100%;border-top: 1px solid #ebebeb;border-left: none !important;float: left;margin-top: 22px;display: flex;padding: 0px 0px;padding-top: 20px;}
    .match-ctas {margin-left: 0px;min-width: 100%;margin-top: 20px;float: left;}
    .match-wrapper:not(.match-result) .match-ctas {margin-left: 0px;padding: 0px !important;border: none !important;min-height: unset;}
    .match-wrapper:not(.match-result) .comp-logo {width: 110px !important;min-width: 110px !important;!i;!;max-width: 110px !important;!i;!;padding-top: 5px;padding-bottom: 5px;}
    .match-wrapper:not(.match-result) .match-detail-text p {width: 100%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
    a.buy-ticket-btn, .match-overall-wrapper.ticket-open a.hide-ticket-btn {width: 100%;max-width: 100%;text-align: center;padding: 13px 25px;width: 100% !important;}
    .comp-logo {max-width: unset;width: 120px;margin-right: 0px;border-right: 0px;padding: 0px;padding-left: 20px;padding-right: 0px;}
    .match-detail {float: left;width: calc(100% - 120px);padding-right: 0px;}
    .match-wrapper {display: block;padding: 20px;}
    .match-detail-text {margin-left: 15px;position: relative;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;padding-right: 15px;}
    body .match-wrapper .match-detail h3,
    body .row .match-detail h3,
    body .row .match-detail h3 span {font-size: 23px;line-height: 25px;}
    .match-ticket-detail {margin-top: 0px !important;float: left;width: 100% !important;margin-bottom: 25px !important;}
    .match-overall-wrapper.ticket-open .match-wrapper {margin-bottom: 0px !important;}
    .match-ticket-wrapper {display: flex;flex-wrap: wrap;gap: 7.5px;background: #f6f6f621;}
    h5.match-ticket-type {font-size: 18px !important;line-height: 22px !important;letter-spacing: -0.75px !important;width: 100%;min-width: 100%;max-width: 100%;}
    .price-and-button {width: 100%;}
    a.buy-now-btn, span.sold-out {padding: 13px 30px !important;width: auto !important;font-size: 11px !important;line-height: 10px !important;}
    .price-and-button p.match-ticket-price {width: 50%;text-align: left;}
    .match-ticket-wrapper:hover {box-shadow: none !important;}
    span.home-away {font-size: 49px;line-height: 36px;}
    .match-month-wrapper {margin-bottom: 55px !important;}
    ul.carousel-filter {margin: 0;display: flex;justify-content: center;margin-top: 0 !important;margin-bottom: 20px !important;width: max-content !important;padding: 0px 40px !important;gap: 4vw !important;}
    .row .col .um-date-location p {max-width: 460px !important;margin: auto;}
    .result-details-wrapper {flex-direction: column;}
    .result-dh-divider {margin-top: 20px;margin-bottom: 20px;}
    .double-header-element {max-height: 297px;}
}

/* END */



/* 769 */

@media only screen and (max-width: 769px) {
    .double-header-element {left: 0;width: 100%;height: 32px;top: 0;transform: none;position: relative;}
    .match-result .double-header-element {position: absolute;top: -32px;width: calc(100% + 3px);left: -3px;}
    .double-header-element-inner {writing-mode: unset;transform: rotate(0deg);position: relative;width: 100%;}
    .double-header-element p:before,
    .double-header-element p:after {content: '';width: 100%;height: 2px;;background: #ffffff2e;position: relative;display: block;}
    .double-header-element p {width:100%;}
    .match-result.double-header {margin-top: 62px !important;}
    .match-result:not(.double-header) {margin-top: 0px !important;}
}

/* END */



/* 690 */

@media only screen and (max-width: 690px) {
    ul.carousel-filter li[data-value=".the-hundred"] {display: none !important;}
    body .row .match-detail h3 {width: 100% !important;padding-right: 0px !important;}
    body .match-carousel .match-detail-text {margin-left: 5px;margin-top: 0px;}
    .match-carousel .match-wrap .match-detail {width: 100% !important;margin-bottom: 0px;display: flex;}
    .match-carousel .match-wrap .match-detail p {font-size: 13px;line-height: 21px;width: 285px !important;}
    div#homepage-match-carousel {margin-left: -50vw;left: 50%;width: 100vw;}
    .match-result .match-location p {width: 100%;text-overflow: ellipsis;}
    .match-result .match-location {margin-top: 20px;}
    .comp-image img {max-height: 90px;}
    .matches-filter ul {width: var(--mobile-container-width);margin: auto;}
    .match-detail {display: block;position: relative;}
    .match-wrap .match-detail-text {padding-left: 15px;}
    .match-result .match-ctas {width: 100%;margin-top: 10px;}
    .match-wrapper:not(.match-result) .comp-logo,
    .match-wrapper.match-result .comp-logo {right: 0px;position: absolute;width: 95px !important;padding-left: 0px !important;margin-right: 10px !important;padding-bottom: 0px !important;padding-top: 0px !important;}
    .match-detail-text p {margin-top: 10px;}
    .match-wrapper {display: block;padding: 22px;border-top: 3px solid #202227;border-left: 0px !important;}
    .row .col .match-detail img {width: 70px;height: 70px;}
    .match-detail {float: left;margin-bottom: 0px;width: 100%;}
    .match-result .match-detail {width: 100%;margin-bottom: 0px;}
    .match-detail-text {margin-left: 0px;position: relative;width: 100%;margin-top: 15px;padding-left: 0px;display: block;}
    a.buy-ticket-btn, .match-overall-wrapper.ticket-open a.hide-ticket-btn {display: block;padding: 11px 22px;margin-top: 12px;font-size: 12px !important;}
    .match-ctas {margin-left: 0px;min-width: unset;margin-top: 0px;float: left;width: 100%;}
    .comp-logo {float: left;border-left: 0px;width: 70px;padding: 0px;margin-right: 15px !important;}
    .match-detail-text p {font-size: 13px;line-height: 20px;width: 100%;}
    span.home-away {font-size: 50px;line-height: 36px;}
    .row .col .match-month-wrapper h4 {text-transform: capitalize;font-family: Helvetica, sans-serif;font-size: 18px;margin-bottom: 22px;}
    a.buy-now-btn, span.sold-out {padding: 15px 25px !important;width: 100% !important;font-size: 12px !important;line-height: 14px !important;}
    .price-and-button {display: block;}
    .price-and-button p.match-ticket-price {width: 100%;margin-bottom: 15px;margin-top: 3px;}
    ul.carousel-filter li {width: calc(100vw / 5.85);}
    ul.carousel-filter {padding: 0px 25px !important;}
    .double-header-element p {font-size:12.5px;}
}

/* END */



/* 479 */

@media only screen and (max-width: 479px) {
    select#fixture-filter {background-position: calc(100% - -18px) 14px;background-size: 50px;}
    .match-carousel .match-wrap .match-detail {display: block;}
    body .match-carousel .match-detail-text {margin-left: 0px;margin-top: 12px;}
    span.carousel-nav-swipe-to-browse {font-size: 17px;line-height: 17px;margin-top: 0px;margin-bottom: -10px !important;}
    .match-carousel.slick-slider {margin-bottom: 45px !important;}
    #homepage-match-carousel .match-carousel-wrapper {margin-top: -90px;}
    .match-carousel .match-wrap .match-detail p {width: 285px !important;margin: auto !important;margin-top: 7px !important;}
    .matches-container div#no-matches h4 {padding-bottom: 0px;padding-top: 8px;font-size: 20px;line-height: 30px;}
    .matches-filter ul {}
    .match-result .match-ctas {width: 100%;margin-top: 5px;}
    .match-result .match-location strong {margin-top: 5px !important;}
    .match-wrap span.home-away {font-size: 125px;line-height: 10px;color: #f6f6f6;position: relative;text-align: center;left: -15px !important;}
    .match-wrap .match-detail-text {padding-left: 0px;}
    .match-carousel .match-wrap {padding: 25px 30px !important;padding-bottom: 33px !important;text-align: center;}
    .row .col .match-wrap .match-detail img {width: 75px;height: 75px;float: none !important;margin: auto !important;}
    .match-ctas {width: 100%;}
    .match-detail-text {width: 100%;padding-left: 0px;}
    .comp-logo {position: absolute;right: 10px;top: 20px;margin-right: 0px !important;width: 100px;}
    .match-detail-text {margin-top: 15px;}
    span.home-away {font-size: 70px;line-height: 51px;color:#f6f6f6;}
    .match-result .match-location p {width: 100%;text-overflow: unset;overflow: visible;white-space: unset;}
    .match-wrapper .match-detail-text p strong {margin-left: 0px;display: block;margin-top: 7.5px;}
    .match-wrapper .match-detail-text p strong.squads {display: flex;margin-top: 0px;gap: 10px;margin-bottom: 2.5px;}
    .match-wrapper:not(.match-result) .match-detail-text p {width: 100%;white-space: unset;text-overflow: unset;overflow: visible;margin-top: 12px;}
    .match-ticket-wrapper .match-ticket-desc,
    .price-and-button p.match-ticket-price {font-size: 13px;line-height: 18px;-webkit-line-clamp: 3;}
    .match-month-wrapper:last-child {margin-bottom: 0px !important;}
    ul.carousel-filter {padding: 0px 2vw !important;}
}

/* END */



/* 414 */

@media only screen and (max-width: 414px) {
    .match-carousel .match-wrap .match-detail p {width: 265px !important;}
    .matches-filter ul {}
    select#fixture-filter {font-size: 17px;line-height: 28px;}
}

/* END */



/* 375 */

@media only screen and (max-width: 375px) {
    .match-carousel .match-wrap .match-detail p {width: 100% !important;}
}

/* END */



/* 350 */

@media only screen and (max-width: 350px) {
}

/* END */



/* 320 */

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

}






</pre></body></html>