html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



html, 
body {
    margin: 0 !important;
}
.ms-header {
    background: #00b629 url("../../img/meciul-saptamanii/top-green-bg.png") center top / cover no-repeat;
    text-align: center;
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
}
.ms-header-inner {
    width: min(100%, 525px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.onjn-header {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.onjn-header li {
    padding: 0;
    margin: 0;
    text-align: right;
    gap: 10px;
}
li.jr-onjn a {
    font-family: 'Barlow';
    font-size: 13px;
    line-height: 100%;
    margin-right: 0;
}

.ms-cont img {
    width: auto;
}
.ms-header a {
    text-decoration: none;
    color: #000;
}
.desk-ms-logo {
    max-width: 103px;
}
.onjn-licence .ms-18 {
    width: 18px;
}
li.onjn-licence {
    display: flex;
    align-items: center;
}
.onjn-licence span {
    text-transform: uppercase;
    font-family: 'Barlow';
    font-size: 14px;
}



.ms-video {
    background: #252525;
    text-align: center;
    padding: 10px 0;
}
.ms-video img {
    max-width: 120px;
}



.ms-match-details {
    text-align: center;
}
.ms-match-details ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    column-gap: 80px;          
    max-width: 1076px;
    margin: 32px auto 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #EDEDEE;
    color: #EDEDEE;
}
.ms-match-details ul li {
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;   
    gap: 10px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    text-align: center;       
    margin: 0;
    padding: 0;
}
.ms-match-details ul li:first-child {
    justify-self: start; 
    justify-content: flex-end;      
    text-align: right;
    justify-self: end;
}
 
.ms-match-details ul li:last-child {
    justify-content: flex-start;
    text-align: left;
    justify-self: start;
}
 
.ms-match-details ul li:first-child svg {
    margin-left: 16px;
    margin-right: 0;
}
.ms-match-details ul li:last-child svg {
    margin-right: 16px;
    margin-left: 0;
}
.ms-match-details ul li:first-child svg {
    margin-left: 16px;
}
.ms-match-details ul li:last-child svg {
    margin-right: 16px;
}
.ms-match {
    display: inline-block;
    width: 100%;
    background: url(../../img/meciul-saptamanii/purple-vlad.png) center top / cover no-repeat;
    border-radius: 0 0 16px 16px;
    background-position: 0 -70px;
}


.ms-match-details svg path {
    fill: #FFFFFF;
}


.match-banner {
	font-family: Arial, sans-serif;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2rem;
	color: #333; /* Change to #fff if placing on a dark background */
}

.match-content {
    /* display: flex;
    align-items: flex-start;
    justify-content: center; */
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 102px;
    margin-bottom: 32px;
    color: #EDEDEE;
}
.match-content .team-section:first-child {
    align-items: center;
    text-align: right;
}
.match-content .team-section:last-child {
  align-items:  center;
  text-align: left;
}
.team-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 240px;
}
.image-placeholder {
    width: 240px;
    height: 140px;
    background-color: #d9d9d9;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}
.image-placeholder svg {
	width: 24px;
	height: 24px;
	fill: #000;
}
.team-name {
	font-size: 40px;
	font-weight: 600;
	margin: 0;
	font-family: Barlow;
	color: #EDEDEE;
	line-height: 40px;
}

.match-info {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 186px;
    justify-self: center;
}

.match-subtitle {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 0.5rem 0;
}

.match-title {
    font-size: 32px;
    letter-spacing: 1px;
    margin: 0 0 1rem 0;
    font-family: 'Barlow';
    font-weight: 600;
    line-height: 48px;
}

.match-description {
	font-size: 1rem;
	line-height: 1.4;
	margin: 0;
}

.actions {
    display: flex;
    gap: 16px;
    justify-content: center;
}
.action-btn {
    padding: 8px 12px;
    border: 2px solid #006618;
    border-radius: 2px;
    overflow: hidden;
    flex: 1 1 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 180px;
    text-decoration: none;
    color: #fff !important;
}
a.action-btn.btn-green:hover {
    background: #338546;
}
a.action-btn.btn-black:hover span,
a.action-btn.btn-black:hover svg path {
    color: #338546;
    fill: #338546;
}
.action-btn span {
    flex: 1;
    text-align: center;
    line-height: 16px;
    align-items: center;
    font-family: arial;
    font-weight: 400;
    font-size: 16px;
}

.action-btn svg {
    width: 15px;
    height: 15px;
}

.btn-black {
	background-color: #000;
}

.btn-green {
    background-color: #006618;
}
.btn svg {
	width: 16px;
	height: 16px;
	fill: #fff;
}

.ms-slider-container,
.ms-clasament-container,
.ms-long-bet-container,
.ms-long-bet-info-container,
.ms-art-container,
.ms-newsletter {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
	margin-top: 24px;
}
/* .ms-slide {
    width: 100% !important;
    max-width: 100%;
} */
.ms-slider img {
    width: 100%;
    max-height: 200px;
    height: auto;
    object-fit: cover;
    display: block;
}
.ms-slider .ms-slide,
.ms-slider .ms-slide > a {
    display: block;
    height: 180px;
}
 
.ms-slider .ms-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* First slider navigation parity with long slider */
.ms-slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
    width: 100%;
}

.ms-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #1f7a35;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.ms-arrow:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(31, 122, 53, 0.25);
    background: #cce0d1;
}

.ms-arrow:disabled {
    opacity: 0.35;
    cursor: default;
    box-shadow: none;
}

.ms-slider-progress {
    flex: 1;
    height: 10px;
    position: relative;
    overflow: visible;
    max-width: 106px;
}

.ms-slider-progress::before {
    content: '';
    position: absolute;
    inset: 50% 0 auto 0;
    transform: translateY(-50%);
    height: 4px;
    background: #d6ded4;
    border-radius: 999px;
}

.ms-slider-progress .slick-dots {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
    position: absolute;
    bottom: 0;
    margin: 0;
}
.ms-slider-progress .slick-dots li.slick-active {
    background: #006618;
    border-radius: 25px;
}
.ms-slider-progress .slick-dots li {
    flex: 1;
    display: flex;
    justify-content: center;
    height: 4px;
    margin: 0;
    padding: 0;
}

.ms-slider-progress .slick-dots li button {
    flex: 0 0 60%;
    height: 100%;
    padding: 0;
    border: 0;
    background: none;
    text-indent: -9999px;
}

.ms-slider-progress .slick-dots li button::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 999px;
    transition: background 0.3s ease;
}

.ms-slider-progress .slick-dots li.slick-active button::before {
    background: #1f7a35;
}


.ms-body {
    background: #ededee;
}

.ms-clasament-title h2 {
    font-family: 'Barlow';
    font-size: 20px;
    font-weight: 600;
    padding: 20px 16px;
    background: #fff;
    border-radius: 8px;
    color: #1B1D22;
	margin-bottom:8px;
}
.ms-clasament-title {
    display: inline-block;
    width: 100%;
}
.ms-clasament-info {
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #006618;
    border-bottom: 2px solid #006618;
}
.ms-clasament-mj-g-p {
    float: right;
    font-family: arial;
    font-weight: 600;
    height: 48px;
    display: flex;
    align-items: center;
}
.ms-clasament-mj-g-p ul li {
    display: inline-block;
    width: 35px;
    padding: 0;
    margin: 0;
    text-align: center;
}
.ms-clasament-mj-g-p ul li.golaveraj {
    width: 100px;
}
.ms-clasament-header {
    display: inline-block;
    width: 100%;
    background: #CCE0D1;
    border-radius: 8px 8px 0 0;
    height: 48px;
}
h3.ms-team-name {
    display: inline-block;
}
.ms-clasament-team {
    float: left;
    font-family: Arial;
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.ms-clasament-team-row {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #006618;
    height: 48px;
}
.ms-clasament-team img {
    width: 24px;
    margin-right: 20px;
}
.ms-clasament-team span {
    padding-right: 20px;
}
.ms-clasament {
    display: inline-block;
    width: 100%;
    margin-bottom: 32px;
}
.ms-long-bet-title {
    text-align: center;
    border: 1px solid #006618;
    border-radius: 8px;
    background: #fff;
    padding: 16px 0 21px;
    margin-bottom: 32px;
    display: inline-block;
    width: 100%;
}
.ms-long-bet-title img {
    max-width: 60px;
    margin-bottom: 8px;
}
.ms-long-bet-title h5 {
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}


.slick-initialized .slick-slide {
    display: block;
    height:auto;
}

/* pariuri long term */
.ms-long-bet-soffer {
    border: 1px solid #006618;
    border-radius: 8px;
    margin: 0 16px;
}


.ms-lb-bottom {
    border-top: 1px solid #006618;
    background: #CCE0D1;
    text-align:center;
}
.ms-lb-top {
    background: #FFFFFF;
    border-radius: 8px 8px 0 0;
    padding: 16px;
}
.ms-lb-bottom img {
    display: block;
    margin: 0 auto;
    max-width: 91px;
}
.ms-lb-bottom span {
    font-weight: 400;
    letter-spacing: 0%;
    text-align: center;
    font-family: arial;
    color: #696D77;
    font-size: 12px;
}
.ms-lb-bottom {
    border-top: 1px solid #006618;
    background: #CCE0D1;
    text-align: center;
    border-radius: 0 0 8px 8px;
    padding: 8px 0;
}
.ms-lb-top h6 {
    text-align: center;
    font-family: 'barlow';
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 16px;
}
.ms-lb-top-in {
    padding: 16px;
    border: 1px solid #B4B6BB;
    border-radius: 8px;
    margin-bottom: 16px;
}
.ms-lb-top-in ul {
    display: flex;
    justify-content: space-between;
}
.ms-lb-top-in ul li span {
    font-family: arial;
    font-size: 12px;
    font-weight: 400;
    color: #8F9299;
    margin: 0 2;
}
.ms-lb-team {
    display: flex;
    align-items: center;
    border: 1px solid #EDEDEE;
    box-shadow: 1px 1px 6px 0px #00000040;
    border-radius: 8px;
    padding: 4px;
    margin-bottom: 8px;
}
.ms-lb-team img {
    width: 19px;
    margin-right: 8px;
}
.ms-lb-team h3 {
    font-family: arial;
    font-weight: 700;
    font-size: 14px;
}
.ms-lb-cI {
    border-top: 1px solid #EDEDEE;
    padding-top: 16px;
    text-align: center;
}
span.ml-lb-cIT {
    font-family: arial;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    display: inline-block;
}
.ms-lb-cNr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #363A44;
    padding: 9px 16px;
    border-radius: 64px;
    font-family: 'barlow';
    color: #DADBDD;
    font-size: 24px;
    font-weight: 600;
}
.ms-lb-cNr span:first-child {
    font-size: 14px;
    font-family: arial;
    font-weight: 400;
}
.ms-lb-top-btn {
    border: 1px solid #006618;
    border-radius: 2px;
    padding: 8px 12px 8px 8px;
    flex: 1 1 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration:none;
}
.ms-lb-top-btn.btn-art:hover {
    border: 1px solid #005213;
}
.ms-lb-top-btn.btn-art:hover span {
    color: #005213;
}
.ms-lb-top-btn.btn-art:hover svg path{
    fill:#005213;
}
.ms-lb-top-btn-cont{
    display: flex;
    gap: 8px;
}
.ms-lb-top-btn span {
    flex: 1;
    text-align: center;
    line-height: 1.2;
    align-items: center;
    font-family: arial;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}
 .ms-lb-top-btn svg {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
}
.ms-lb-top-btn.btn-bet {
    background: #006618;
}
.ms-lb-top-btn.btn-bet:hover {
    background: #005213;
}
.ms-lb-top-btn.btn-art span {
    color: #006618;
}




.ms-long-slider-nav {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
    width: 100%;
    justify-content: center;
}
 
.ms-long-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #1f7a35;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
 
.ms-long-arrow:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(31, 122, 53, 0.25);
}
 
.ms-long-arrow:disabled {
    opacity: 0.35;
    cursor: default;
    box-shadow: none;
}
 
.ms-long-slider-progress {
    flex: 1;
    max-width: 106px;
    height: 10px;
    position: relative;
    overflow: visible;
}
 
.ms-long-slider-progress::before {
    content: '';
    position: absolute;
    inset: 50% 0 auto 0;
    transform: translateY(-50%);
    height: 4px;
    background: #d6ded4;
    border-radius: 999px;
}
 
.ms-long-slider-progress .slick-dots {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
    position: absolute;
    bottom: 0;
    margin: 0;
}
.ms-long-slider-progress .slick-dots li.slick-active {
    background: #006618;
    border-radius: 25px;
}
.ms-long-slider-progress .slick-dots li {
    flex: 1;
    display: flex;
    justify-content: center;
    height: 4px;
    margin: 0;
    padding: 0;
}
 
.ms-long-slider-progress .slick-dots li button {
    flex: 0 0 60%;
    height: 100%;
    padding: 0;
    border: 0;
    background: none;
    text-indent: -9999px;
}
 
.ms-long-slider-progress .slick-dots li button::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 999px;
}
 .ms-long-bet-slider {
    margin: 0px 0 32px !important;
}


.ms-long-slider-progress .slick-dots li.slick-active button::before {
    background: #1f7a35;
}

.ms-lb-casino-logo {
    width: 91px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    margin-bottom: 8px;
}
/* text */
.ms-long-bet-info-container {
    text-align:center;
}
.ms-long-bet-info-container h5{
    font-family: 'Barlow', sans-serif;
    font-size:24px;
    font-weight:600;
    margin-bottom:24px;
}
.ms-long-bet-info-container p{
    font-family: 'Arial', sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:20px;
    margin-bottom:32px;
}
/* Articles */

.ms-art-container {
    display: flex;
    gap: 16px;
    align-items: stretch;
}
 
.ms-art-left-art {
    flex: 0 0 629px;
}
 
.ms-art-right-art {
    flex: 1;
    min-width: 0;
}
.ms-art-left-info {
    height: 100%;
    background: #000000;
    border-radius: 16px;
    box-shadow: 0px 4px 4px 0px #00000040;
    position: relative;
    padding: 24px;
    background-size: cover;
}
.ms-art-left-info-text {
    position: absolute;
    bottom: 24px;
    left: 24px;
}
.ms-art-left-info-text span {
    font-family: 'Arial';
    font-weight: 400;
    font-size: 20px;
    background: #FFFFFF;
    display: inline-block;
    line-height: 20px;
    color: #292C33;
    margin-bottom: 8px;
    border: 1px solid #006618;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    border-style: dashed;
}
.ms-art-left-info-text h5 {
    font-family: 'Barlow';
    font-weight: 700;
    font-size: 24px;
    max-width: 320px;
    color: #fff;
}


.ms-art-right-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    overflow: hidden;
    margin-bottom: 17px;
}
.ms-art-right-nav a {
    flex: 1 0 50%;
    text-align: center;
    font-family: 'Arial';
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    color: #8F9299;
}
.ms-art-right-nav span {
    flex: 0 0 auto;
    padding: 0 12px;
    color: #8F9299;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.ms-art-right-tabs ul li {
    background: #444955;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 8px;
    color: #DADBDD;
    font-family: 'Barlow';
    display: flex;
    align-items: center;
    gap: 16px;
}  
.ms-art-right-tabs ul li:hover {
    background: #000000;
}
.ms-art-right-tabs ul li:last-child {
    margin-bottom: 0;
}
a.ms-article-link {
    display: flex;
    text-decoration: none;
    align-items: flex-start;
    flex-direction: column;
}
.ms-art-right-img {
    width: 74px;
    flex: 0 0 74px;
    display: block;
    border-radius: 8px;
    border: 1px solid #EDEDEE;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #000000;
    background-size: cover;
    height: 92px;
}
.ms-art-right-top {
    position: relative;
    width: 100%;
}
.ms-art-right-top span {
    position: absolute;
    right: 0;
    top: 0;
}
.ms-art-right-top h5 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px;
    max-width: 83%;
}
.ms-art-right-info p {
    font-family: 'Arial';
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 8px;
}
.ms-art-right-info {
    width: 100%;
}
.ms-art-right-info a {
    color: #E6F0E8;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Arial';
    display: flex;
    align-items: center;
    gap: 6px;
}



.ms-art-tab-trigger.is-active {
    opacity: 1;
    color: #006618;
}
.ms-art-tab-trigger {
    opacity: 1;
    color: #8F9299;
}
.ms-art-tab-panel {
    display: none;
}
.ms-art-tab-panel.is-active {
    display: block;
}
/* Newsletter */
.ms-newsletter {
    padding: 16px;
    text-align: center;
    background: #696D77 url("../../img/meciul-saptamanii/newsletter-bg.png") center/cover no-repeat;
    border-radius: 8px;
    font-family: 'Barlow';
    margin-bottom: 24px;
}
.ms-newsletter h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #DADBDD;
}
.ms-newsletter p {
    font-family: 'Arial';
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px;
    color: #DADBDD;
}



.ms-newsletter-form {
    display: flex;
    gap: 12px;
    align-items: stretch;
    justify-content: center;
}
 
.ms-newsletter-field {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border: 1px solid #B4B6BB;
    border-radius: 2px;
    background: #fff;
    max-width: 320px;
    border-top: 1px solid #EDEDEE;
}


 
.ms-newsletter-icon svg {
    width: 20px;
    height: 20px;
    display: block;
}
 
.ms-newsletter-field input {
    flex: 1;
    border: 0;
    outline: none;
    font-family: 'Arial';
    font-size: 15px;
    color: #292C33;
    background: transparent;
}
 
.ms-newsletter-field input::placeholder {
    color: #A5A8B0;
}
 
.ms-newsletter-submit{
    border: 0;
    border-radius: 2px;
    background: #006618;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 0 28px;
    cursor: pointer;
}
 
.ms-newsletter-submit:hover {
    background: #044d13;
}
/* Footer */
.ms-footer {
    background: #171717;
    padding: 24px 0;
}
.ms-footer-in {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(12px, 4vw, 24px);   /* shrink spacing on smaller screens */
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}
 
.ms-footer-in-left,
.ms-footer-in-right {
    flex: 1 1 320px; 
    display: flex;
    flex-direction: column;
    gap: 8px; /* adjust spacing as needed */
}
.ms-footer-in-right {
    text-align: right;
}
.ms-footer-in-left{
    text-align:left;
    
}
.ms-footer-in a {
    font-family: arial;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: none;
    color: #fff;
}
.ms-footer-in span {
    font-family: arial;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 16px;
}
.ms-footer-in p {
    font-family: Arial;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
}
span.ms-footer-cr {
    margin-top: 16px;
    display: inline-block;
    color: #ffffff7d;
}
.mob-match-info {
    display: none;
}
.mob-match-arrows {
    display: none;
}
.team-name {
    text-align: center;
}
.ms-match-details.mob-ms-match-details {
    display: none;
}
.desk-ms-logo{
    display:inline-block;
}
.mob-ms-logo {
    display:none;
}
.ms-mob-video {
    display: none;
}
.mob-ms-footer {
    display: none;
}
@media (max-width: 1432px) { 
    .ms-match {
        background-position: center center;
    }
}
@media (max-width: 1160px) { 
    .ms-clasament-container,
    .ms-long-bet-container,
    .ms-art-container,
    .ms-slider-container {
        padding: 0 15px;
    }
    .ms-match {
        background-position: center center;
    }
}

@media (max-width: 920px) {
    .match-content {
        gap: 75px;
    }
    .image-placeholder {
        width: 200px;
    }
    /* .ms-art-left-art {
        width: 100%;
        flex: 0 0 100%;
    }
    .ms-art-right-art {
        flex: 0 0 100%;
    } */

    .ms-art-container {
        flex-direction: column;
    }
    .ms-art-left-art,
    .ms-art-right-art {
        width: 100%;
        flex: 0 0 100%;
    }
    .ms-art-left-info {
        height: 164px;
    }
}

@media (max-width: 768px) { 
    .ms-art-left-info {
        background-image: var(--ms-art-left-mobile);
    }
    .ms-match,
    .ms-slider-container,
    .ms-clasament-container,
    .ms-long-bet-container,
    .ms-long-bet-info-container,
    .ms-art-container,
    .ms-newsletter {
        position:relative;
        z-index:2;
    }
    a.action-btn.btn-black:hover span,
    a.action-btn.btn-black:active span,
    a.action-btn.btn-black:focus span {
        color: inherit;
    }
    .ms-slider .ms-slide img {
        border-radius: 8px;
    }
    
    a.action-btn.btn-black:hover svg path,
    a.action-btn.btn-black:active svg path,
    a.action-btn.btn-black:focus svg path {
        fill: inherit;
    }
    .ms-body:before {
        content: '';
        display: inline-block;
        position: absolute;
        background: #00b629;
        width: 100%;
        height: 70px;
        left: 0;
        z-index: 0;
        border-radius: 0 0 20px 20px;
    }

    .ms-body {
        background: #ededee;
        padding: 0 17px;
        position: relative;
    }
    .ms-match-details {
        display: none;
    }
    .match-info,
    .ms-video {
        display: none;
    }
    .mob-match-info {
        text-align: center;
        font-family: 'barlow';
        display: inline-block;
        width: 100%;
    }
    .match-title {
        margin-top: 16px;
        letter-spacing: 0px;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 8px;
        color: #EDEDEE;
    }
    .match-description {
        font-family: arial;
        font-size: 12px;
        color: #DADBDD;
    }
    .actions {
        flex-direction: row;
        width: 100%;
        gap: 8px;
    }

    .actions .action-btn {
        width: auto !important;
        flex: 1 1 0;          /* they’ll share the row evenly */
    }
    .team-section {
        max-width: 120px;
    }
    .team-section img {
        display: inline-block;
        max-width: 47px;
    }
    .match-content {
        gap: 8px;
        align-items: center;
        margin-bottom: 28px;
    }
    h3.team-name {
        font-weight: 600;
        letter-spacing: 0%;
        text-align: center;
        font-size: 20px;
        line-height: 22px;
    }
    .action-btn {
        width: auto;
    }
    .match-banner {
        padding: 16px;
    }
    .ms-match {
        border-radius: 8px;
        margin-top: 24px;
        border: 1px solid #1B1D22;
        margin-bottom: 17px;
        -webkit-box-shadow: 2px 5px 15px -3px #000000;
        box-shadow: 2px 5px 15px -3px #000000;
        background-position: center;
    }
    .ms-mob-video {
        background: #000000D9;
        text-align: center;
        padding: 20px 0;
    }

    .ms-mob-video {
        background: #000000;
        text-align: center;
        display: inline-block;
        width: 100%;
        padding: 10px;
    }
    .ms-mob-video img {
        width: 120px;
    }
    .mob-match-arrows {
        display: inline-block;
    }
    .ms-match-details.mob-ms-match-details {
        display: inline-block;
    }
    .ms-match-details.mob-ms-match-details ul {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
        margin: 0;
        border-bottom: none;
        margin-bottom: 16px;
        padding: 0;
    }
 
    .ms-match-details.mob-ms-match-details ul li {
        display: flex;
        flex-direction: column;   /* stack SVG above text */
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 6px;
    }
    .ms-match-details ul li:first-child svg {
        margin: 0;
    }
    .ms-match-details ul li:last-child svg {
        margin: 0;
    }
    .action-btn svg {
        height: 15px;
        width: 15px;
    }
    .action-btn span {
        font-size: 14px;
    }
    .ms-header {
        background: #00b629;
        background-image: url(../../img/meciul-saptamanii/mob-top-bg.png);
        background-size: cover;
        height: auto;
    }
    .desk-ms-logo{
        display:none;
    }
    .mob-ms-logo {
        display: inline-block;
        max-width: 151px;
        margin: 10px 0;
    }
    .ms-header-inner {
        padding: 0 16px;
        flex-direction: column;
    }
    .ms-slider-nav {
        margin-top: 0;
    }
    .ms-slider.ms-slider--primary.slick-initialized.slick-slider.slick-dotted {
        margin-bottom: 8px;
    }
    h3.ms-team-name {
        width: 130px;
        overflow: hidden;
        font-size: 12px;
        /* width: 100%; */
    }
    .ms-clasament-team span {
        padding-right: 10px;
    }
    .ms-clasament-team img {
        width: 24px;
        margin-right: 18px;
    }
    .ms-art-left-info {
        height: 164px;
        background-position: center;
    }


    
    .ms-slider-container {
        flex-direction: column;
        width: 100vw;
        margin-left: 50%;
        transform: translateX(-50%);
        padding: 24px 16px;
        border-radius: 12px 12px 0 0;
        box-sizing: border-box;
        background: #fff;
    }
    .ms-slider-container {
        flex-direction: column;
        width: 100vw;
        margin-left: 50%;
        transform: translateX(-50%);
        padding: 24px 16px;
        border-radius: 12px 12px 0 0;
        box-sizing: border-box;
    }
    .ms-newsletter {
        width: 100vw;
        margin-left: 50%;
        transform: translateX(-50%);
        border-radius: 0;
        box-sizing: border-box;
        background: #696D77 url("../../img/meciul-saptamanii/newsletter-bg.png") center/cover no-repeat;
        padding: 16px 34px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .ms-slider-container {
        margin-top: 0;
        border-radius: 0;
        padding-top: 8px;
    }
    .ms-art-left-info-text h5 {
        font-size: 20px;
    }
    .ms-newsletter-form {
        display: flex;
        flex-direction: row;
        gap: 8px;
        width: 100%;
    }
 
    .ms-newsletter-field {
        flex: 1 1 auto;     /* input stretches */
        display: flex;
    }
 
    .ms-newsletter-field input {
        width: 100%;
    }
 
    .ms-newsletter-submit {
        max-width: 94px;
        text-align: center;
        padding: 8px 12px;
    }
    a.ms-logo {
        display: none;
    }
    ul.onjn-header {
        display: inline-block;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #252525;
        padding: 15px 0;
        color: #DADBDD;
    }
    ul.onjn-header a {
        color: #DADBDD;
    }
    ul.onjn-header li {
        padding: 0;
        margin: 0;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
     ul.onjn-header li.onjn-licence {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 6px;
        justify-content: center;
    }
    ul.onjn-header li.onjn-licence span {
        text-align: center;
    }
    img.mob-ms-logo-img {
        display: inline-block;
        max-width: 150px;
    }
    .ms-art-container{
        flex-direction: column;
        width: 100vw;
        margin-left: 50%;
        transform: translateX(-50%);
        padding: 24px 16px;
        border-radius: 12px 12px 0 0;
        box-sizing: border-box;
        background: #fff;
    }
 
    .ms-art-container > * {
        width: 100%;
    }
    .ms-footer {
        width: 100vw;
        margin-left: 50%;
        transform: translateX(-50%);
        padding: 24px 16px;
        box-sizing: border-box;
    }
 
    .ms-footer-in {
        flex-direction: row;
        align-items: flex-start;
        gap: 0;
        padding: 0;
    }
 
    .ms-footer-in-left,
    .ms-footer-in-right {
        width: 100%;
        text-align: left;
    }
    .ms-long-bet-slider .slick-list {
        margin: 0 -16px;             /* let slides reach the edges */
        padding: 0 16px !important;  /* create the peek spacing */
    }
 
    .ms-long-bet-slider .slick-slide {
        margin: 0 8px;               /* gap between slides */
    }
    .ms-art-right-img {
        height: 88px;
    }
    .ms-long-bet-slider.slick-dotted.slick-slider {
        margin-bottom: 16px !important;
    }
    .ms-slider.ms-slider--secondary.slick-initialized.slick-slider.slick-dotted {
        margin-bottom: 16px;
    }
    .ms-art-right-top h5 {
        max-width: 80%;
    }
    .ms-newsletter h5 {
        margin-bottom: 12px;
        text-align: center;
        font-family: Barlow;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .ms-newsletter p {
        margin-bottom: 12px;
        text-align: center;
        font-family: Barlow;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    /* .ms-footer-in-right a:first-child, .ms-footer-in-right a:nth-child(2){
        display:none;
    } */
    .ms-clasament {
        margin-bottom: 0;
    }
    .ms-slider-container-primary {
        background: #ededee;
        padding-top: 7px;
    }   
    .ms-slider.ms-slider--primary.slick-initialized.slick-slider.slick-dotted .slick-list.draggable {
        border-radius: 8px;
    }
    .ms-clasament-container {
        margin-top: 0;
    }
    .ms-footer-in{
        display:none;
    }
    .mob-ms-footer {
        text-align: center;
        color: #FFFFFF;
        font-family: arial;
        font-size: 14px;
    }
    .mob-ms-footer span {
        margin-bottom: 8px;
        display: inline-block;
        width: 100%;
    }
    .mob-ms-footer ul li {
        margin-bottom: 24px;
        padding:0; 
    }
    .mob-ms-footer ul li a {
        color: #fff;
        text-decoration: none;
    }
    .mob-ms-footer p {
        margin-bottom: 24px;
    }
    span.mob-cr {
        margin: 0;
        padding: 0;
    }
    .mob-ms-footer {
        display: inline-block;
    }
    .ms-clasament-info {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .ms-clasament-header,
    .ms-clasament-team-row {
        display: flex;
        align-items: center;
            min-width: 480px;
    }
    
    .ms-clasament-team {
        flex: 1 1 auto;
        min-width: 180px;
    }
    
    .ms-clasament-mj-g-p {
        flex: 0 0 auto;
        margin-left: auto; /* pushes it to the right */
        float: none;
    }
    
    .ms-clasament-mj-g-p ul {
        display: flex;
    }
    
    .ms-clasament-mj-g-p ul li {
        width: 40px;
    }
    
    .ms-clasament-mj-g-p ul li.golaveraj {
        width: 100px;
    }











}













