@import url('https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&family=Russo+One&display=swap');




@font-face {
  font-family: "magistral black";
  src: url("/styles/MagistralBlack.otf");
}



@font-face {
  font-family: "anek devanagari";
  src: url("/styles/Anek Devanagari.ttf");
}

@font-face {
  font-family: "magistral extrabold";
  src: url("/styles/magistral_extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}




/* colors

blue
var(--bg-color-1)
var(--bg-color-2)
var(--bg-color-3)
var(--bg-color-4)

yellow
var(--highlight-color-1)
    

*/


:root {

  /* Default & hovered link colors */
    --bg-color-1: #00142D;
    --bg-color-2: #202540;
    --bg-color-3: #282D4A;
    --bg-color-4: #353B5B;
    --bg-color-5: #3A4060;    
    
    --base-color-black: #000;
    --base-color-white: #fff;
    --base-color-blue: #acbece;
    --base-color-light-blue: #03EDFF;
    --base-color-dark-blue: #00142D;
    --base-color-gray: #ccc;
    --base-color-semi-dark-gray: #848484;
    --base-color-dark-gray: #424242;
    --base-color-green: #07DB77;
    --base-color-red: #FF1751;

    
    
    --highlight-color-1: #F1C40F;   
    --highlight-color-2: #FAD541;
    
    
    
}

* {
	box-sizing: border-box;
}	



html {
	height: 100%;
	margin: 0;
	font-family: Tahoma, Helvetica, sans-serif;
	font-family: "anek devanagari", sans-serif;

	
	font-size: 16px;		
	color: #0F0F0F;
	cursor: default;	
	line-height: 1.7em;

}

body {
	height: 100%;
	margin: 0;
	background-color: var(--bg-color-1);
	color: #fff;
    position: relative; /* needed for footer positioning*/
    height: auto !important; /* real browsers */
    min-height: 100%; /* real browsers */
    padding-bottom: 480px;
}


ul {
   	background-color: var(--bg-color-3);  

}

li {
   	background-color: var(--bg-color-3);

}

select {
    font-family: "anek devanagari", sans-serif;
    padding: 3px 6px;
    background-color: var(--bg-color-4); 
    color: #fff;
    border: 1px solid var(--bg-color-4);
    border-radius: 9px;

}

.button-1 {
	border: 1px solid var(--highlight-color-1);
	border-radius: 6px;
	font-family: "Russo One", sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	cursor: pointer;
	display: inline-block;
	background-color: var(--highlight-color-1);
	color: var(--bg-color-1);
	padding: 3px 30px 3px 30px;
	text-align: center;

}

.button-1:hover {
	background-color: var(--highlight-color-2);
    
}		

.button-1 a {
	text-decoration: none;
	color: var(--bg-color-1);
	
}

.button-1 a:hover {
	text-decoration: none;
	color: var(--bg-color-1);
    
}	


.button-2 {
	border: 1px solid var(--highlight-color-1);
	border-radius: 6px;
	font-family: "Russo One", sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	cursor: pointer;
	display: inline-block;
	background-color: var(--highlight-color-1);
	color: var(--bg-color-1);
	padding: 3px 30px 3px 30px;
	text-align: center;
	
}

.button-2:hover {
	background-color: var(--highlight-color-2);
    
}		

.button-2 a {
	text-decoration: none;
	color: var(--bg-color-1);
	
}

.button-2 a:hover {
	text-decoration: none;
	color: var(--bg-color-1);
    
}	

.button-3 {
	border: 1px solid var(--base-color-gray);
	border-radius: 6px;
	font-family: "Russo One", sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	cursor: pointer;
	display: inline-block;
	background-color: var(--base-color-gray);
	padding: 3px 30px 3px 30px;
	text-align: center;

}

.button-3:hover {
	background-color: #D8D8D8;
    
}		

.button-3 a {
	text-decoration: none;
	color: var(--bg-color-1);
	
}

.button-3 a:hover {
	text-decoration: none;
	color: var(--bg-color-1);
    
}

.button-4 {
	border: 1px solid #0174DF;
	border-radius: 9px;
	font-family: "Russo One", sans-serif;
	font-size: 0.8em;
	font-weight: 400;
	cursor: pointer;
	display: inline-block;
	background-color: #0174DF;
	color: #fff;

	text-align: center;
	
}

.button-4:hover {
	background-color: #0080FF;
    
}		

.button-4 a {
	text-decoration: none;
	color: #fff;
	
}

.button-4 a:hover {
	text-decoration: none;
	color: #fff;
    
}


.button-5 {
	border: none !important;
	border-radius: 6px;
	font-family: "Anek Devanagari", sans-serif;
	font-size: 0.9em;
	font-weight: 540;
	cursor: pointer;
	display: inline-block;
	background-color: #0174DF;
	color: #fff;
	padding: 3px 15px 0px 15px;
	text-align: center;
    box-shadow: 0 3px 0 #005fb8, 0 1px 3px rgba(0, 0, 0, 0.1);        
}

.button-5:hover {
	background-color: #0080FF;
    box-shadow: 0 3px 0 #006cd1, 0 1px 3px rgba(0, 0, 0, 0.1);        
}		

.button-5 a {
	text-decoration: none;
	color: #fff;
	
}

.button-5 a:hover {
	text-decoration: none;
	color: #fff;
    
}

.button-6 {
	border: 1px solid var(--bg-color-2);
	border-radius: 6px;
	font-family: "Anek Devanagari", sans-serif;
	font-size: 0.9em;
	font-weight: 540;
	cursor: pointer;
	display: inline-block;
	background-color: var(--bg-color-3);
	color: #fff;
	padding: 3px 15px 0px 15px;
	text-align: center;
        
}

.button-6:hover {
	background-color: var(--bg-color-3);

}		

.button-6 a {
	text-decoration: none;
	color: #fff;
	
}

.button-6 a:hover {
	text-decoration: none;
	color: var(--base-color-light-blue);
    
}

.button-7 {
	border: none !important;
	border-radius: 6px;
	font-family: "Anek Devanagari", sans-serif;
	font-size: 0.9em;
	font-weight: 540;
	cursor: pointer;
	display: inline-block;
	background-color: #D8D8D8;
	color: #151515;
	padding: 3px 15px 0px 15px;
	text-align: center;
    box-shadow: 0 3px 0 #bababa, 0 1px 3px rgba(0, 0, 0, 0.1);        
}

.button-7:hover {
	background-color: #E6E6E6;
    
}		

.button-7 a {
	text-decoration: none;
	color: #fff;
	
}

.button-7 a:hover {
	text-decoration: none;
	color: #fff;
}


.button-8 {
	border: none !important;
	border-radius: 6px;
	font-family: "Anek Devanagari", sans-serif;
	font-size: 0.9em;
	font-weight: 540;
	cursor: pointer;
	display: inline-block;
	background-color: #27ae60;
	color: #fff;
	padding: 3px 15px 0px 15px !important;
	text-align: center;
    box-shadow: 0 3px 0 #268c51, 0 1px 3px rgba(0, 0, 0, 0.1);        
}

.button-8:hover {
	background-color: #2fc66e;
    box-shadow: 0 3px 0 #26ab5d, 0 1px 3px rgba(0, 0, 0, 0.1);        
}		

.button-8 a {
	text-decoration: none;
	color: #fff;
	
}

.button-8 a:hover {
	text-decoration: none;
	color: #fff;
    
}

.button-9 {
	border: none !important;
	border-radius: 6px;
	font-family: "Anek Devanagari", sans-serif;
	font-size: 0.9em;
	font-weight: 540;
	cursor: pointer;
	display: inline-block;
	background-color: #ff6666;
	color: #fff;
	padding: 3px 15px 0px 15px !important;
	text-align: center;
    box-shadow: 0 3px 0 #fe3e3e, 0 1px 3px rgba(0, 0, 0, 0.1);        
}

.button-9:hover {
	background-color: #f97676;
    box-shadow: 0 3px 0 #fe4d4d, 0 1px 3px rgba(0, 0, 0, 0.1);        
}		

.button-9 a {
	text-decoration: none;
	color: #fff;
	
}

.button-9 a:hover {
	text-decoration: none;
	color: #fff;
    
}


.button-login {
	border: 2px solid #ccc;
	border-radius: 15px;
	font-family: "Russo One", sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	cursor: pointer;
	display: inline-block;
	background-color: var(--bg-color-2);
	padding: 7px 18px 7px 18px;
	text-align: center;
    color: var(--base-color-blue);
    opacity: 1;
    margin-top: 0px;
}

.button-login:hover {
	border: 2px solid var(--base-color-green);
	color: var(--base-color-green);

}		

.button-login a {
	text-decoration: none;
	
}

.button-login a:hover {
	text-decoration: none;
    
}


.button-blue {
	border: 1px solid #29A0DA;
	border-radius: 12px;
	font-family: "Russo One", sans-serif;
	font-size: 0.9em;
	cursor: pointer;
	display: inline-block;
	background-color: #29A0DA;
	color: var(--base-color-blue);
	padding: 4px 18px 1px 18px;
	text-align: center;
    transition: 0.2s ease-in-out;
    font-weight: 570;
    font-family: "anek devanagari";

    
}
	
.button-blue:hover {
    transform: scale(1.05);    
    transition: 0.2s ease-in-out;
}

.button-blue a {
	text-decoration: none;
    color: #E6E6E6;
    font-weight: 590;
}

.button-blue a:hover {
	text-decoration: none;
    color: #fff;
}	


a {
	color: #A6AFCD;
	text-decoration: none;
	transition: 0.2s ease-in-out;
}	

a:hover {
	color: #A6AFCD;
	text-decoration: underline;
	transition: 0.2s ease-in-out;
}	


.no-underline:hover {
    text-decoration: none;
}

.alternate-link {
    color: #83B4FF;
    font-size: 1.0em; 

}

.alternate-link:hover {
    color: #83B4FF;
    font-size: 1.0em;
    
}

.alternate-link-2 {
    color: #fff;
    font-size: 1.0em; 

}

.alternate-link-2:hover {
    color: #fff;
    font-size: 1.0em;
    
}

.alternate-link-3 {
    color: var(--bg-color-1);
    font-size: 1.0em; 

}

.alternate-link-3:hover {
    color: var(--bg-color-1);
    font-size: 1.0em;
    
}

.alternate-link-4 {
    color: #F07821;
    font-size: 1.0em; 

}

.alternate-link-4:hover {
    color: #F07821;
    font-size: 1.0em;
    
}

.alternate-link-5 {
    color: #00FF87;
    font-size: 1.0em; 

}

.alternate-link-5:hover {
    color: #00FF87;
    font-size: 1.0em;
    
}

.alternate-link-6 {
    color: #BE0B57;
    font-size: 1.0em; 

}

.alternate-link-6:hover {
    color: #BE0B57;
    font-size: 1.0em;
    
}

.alternate-link-7 {
    color: #03EDFF;
    font-size: 1.0em; 

}

.alternate-link-7:hover {
    color: #03EDFF;
    font-size: 1.0em;
    
}

.alternate-link-8 {
    color: #00FF87;
    font-size: 1.0em; 

}

.alternate-link-8:hover {
    color: #00FF87;
    font-size: 1.0em;
    
}


.alternate-link-9 {
    color: #fff;
    font-size: 1.0em; 
    font-weight: bold;
    
}

.alternate-link-9:hover {
    color: var(--base-color-green);
    font-size: 1.0em;
    text-decoration: none;
}

.alternate-link-10 {
    color: #F4FA58;
    font-size: 1.0em; 
    font-weight: bold;
    
}

.alternate-link-10:hover {
    color: #F4FA58;
    font-size: 1.0em;

}

.alternate-link-11 {
    color: var(--highlight-color-1);
    font-size: 1.0em; 
    font-family: "magistral extrabold", "magistral black", sans-serif;
    font-size: 14px;
    letter-spacing: 0px;    
    margin: 0px 3px;
    
}

.alternate-link-11:hover {
    color: var(--highlight-color-1);
    transition: 0.2s ease-in-out; 

}


.alternate-link-12 {
    color: var(--base-color-light-blue);
    
}

.alternate-link-12:hover {
    color: var(--base-color-light-blue);
    
}

.alternate-link-13 {
    color: var(--highlight-color-1);
    
}

.alternate-link-13:hover {
    color: var(--highlight-color-1);
    
}

.alternate-link-14 {
    color: var(--base-color-blue);
    text-decoration: underline;
    
}

.alternate-link-14:hover {
    text-decoration: underline;
    color: var(--base-color-light-blue);
}

.alternate-link-15 {
    color: #3498db;
    text-decoration: underline;
    
}

.alternate-link-15:hover {
    text-decoration: underline;
    color: #3498db;
}

.alternate-link-16 {
    color: #0055e9;
}

.alternate-link-16:hover {
    color: #0055e9;
    text-decoration: underline;

}

.blog-link {
    color: var(--bg-color-1);
}

.blog-link:hover {
    color: #83B4FF;
	text-decoration: none;
}

.blue-font {
    color: var(--base-color-blue);
    font-size: 1.1em;
    
}


h1 {
    font-family: "anek devanagari", sans-serif;
	font-size: 24px;	
	line-height: 28px;				
    color: var(--highlight-color-1);
    margin-bottom: 6px;
    
}

h2 {
    font-family: "anek devanagari", sans-serif;
	font-size: 24px;	
	line-height: 28px;				
    color: var(--highlight-color-1);
    margin-bottom: 6px;
    
}

h3 {
    margin: 0px;
	font-size: 19px;		
	font-weight: bold;		
	line-height: 28px;				
    color: var(--bg-color-1);
    
}

h4 {
    margin: 0px;
	font-size: 17px;		
	font-weight: bold;		
    color: #fff;
    
}



table {
	border-collapse: collapse;
	vertical-align: middle;
	color: #000;
	
}


.arrow-scroll {
    display: none; 
    cursor :pointer;

}

.def-table {
	font-size: 0.9em;

}

.def-table th {
	font-size: 1.0em;
	background-color: var(--bg-color-2);
	border-bottom: 1px solid var(--highlight-color-1);		
	color: #A6AFCD;
	padding: 1px 6px;	
	font-weight: bold;
	text-align: left;		

}

.def-table td {
	padding: 1px 6px;
	text-align: left;	
	background-color: var(--bg-color-2);
	border-bottom: 1px solid var(--bg-color-2);
	color: #fff;
}	
	


/* ═══════════════════════════════════════════════════════
   CONTAINERS
   ═══════════════════════════════════════════════════════ */

.container {
	background-color: var(--bg-color-1);
	width: 96%;
	max-width: 1600px;
	margin: 0 auto;	

    
}

.container-2 {
	font-size: 1.0em;		
	background-color: var(--bg-color-2);    
    border-radius: 15px;
    padding: 24px 24px;
    margin-bottom: 24px;


}


#content {
	font-size: 1.0em;		
    background-color: var(--bg-color-3);
    border-radius: 15px 15px 0px 0px;
    margin: 72px 0px 0px 0px;
    padding: 9px 18px 0px 18px;
    

}

.white-bg {
    border-radius: 15px;
    margin-top: 18px;
    padding: 24px 18px;
    color: #000;
}		
		

.content-table {
    overflow: auto;
    white-space: nowrap;
    
}
	

/* ═══════════════════════════════════════════════════════
   HORIZONTAL SCROLLING MENU
   ═══════════════════════════════════════════════════════ */


.menu-main {
    display: flex; 
    padding-bottom: 3px;
    margin-bottom: 18px;
    
}

.menu-main:hover {
    padding-bottom: 3px;
    
}


.menu-main-content {
    height: 150px; 
    border-radius: 15px 15px 15px 90px; 
    border: 1px solid var(--bg-color-4);
    background: linear-gradient(60deg, var(--bg-color-1) 0%, var(--bg-color-2) 50%, var(--bg-color-5) 100%);
    flex-wrap: wrap;    
    align-items: center;  
    align-self: center; 
    justify-content: center;
    margin: 0 12px; 

}

.menu-main-content:hover {
    background: linear-gradient(60deg, var(--bg-color-5) 0%, var(--bg-color-2) 50%, var(--bg-color-1) 100%);


}

.last {
    margin-right: 18px;
    
}

#menu-main-left-right-arrows {
    text-align: right;
    padding: 3px 9px 0px 0px; 
    margin-bottom: 0px;

    
  
}




.menu-main-content-col-2 {
    vertical-align: top; 
    padding: 15px 6px 0px 18px;

}

.menu-main-content-col-2-1 {
    overflow: hidden; 
    color: #fff; 
    font-weight: bold;
 
    
}


.menu-main-content-col-2-2 {
    overflow: hidden;
    font-size: 0.85em;
    color: var(--base-color-blue);
    line-height: 1.2;
    height: 48px;
    
}

.menu-main-content-col-2-3 {
    overflow: hidden;

    font-size: 0.9em;
    font-weight: 560;
    color: #fff;
    text-align: left;


    
}



.menu-main-content-col-2-3 a {
    color: var(--base-color-blue);
    background-color: var(--bg-color-5);
    border-radius: 12px;

    text-decoration: none;
    font-size: 0.95em;
    font-weight: 660;
    font-family: "anek devanagari";
    cursor: pointer;
    
    margin-top: 14px;
    padding: 4px 18px 1px 18px;
    display: inline-block;


}

.menu-main-content-col-2-3 a:hover {
    color: var(--highlight-color-1);
    text-decoration: none;
}



.hexagon {
    clip-path: polygon(0 0, 70% 0, 100% 30%, 100% 100%, 30% 100%, 0 70%);
    background-color: var(--bg-color-1);
    width: 149px;
    height: 149px;
    background-repeat: no-repeat;
    background-size: 149px 149px;
    border-radius: 15px 0px 0px 0px;
    margin: -1px;
    border: 1px solid var(--bg-color-2);

}



.vedonlyonti {
    background-image: url("/img/odds.jpg");
}

.vihjepalvelu {
    background-image: url("/img/vihjepalvelu-2.png");
}


.ravit {
    background-image: url("/img/ravit7.png");    
}

.viikkokatsaus {
    background-image: url("/img/viikkokatsaus.png");
}

.blogit {
    background-image: url("/img/blogit.png");    
}

.live-veto {
    background-image: url("/img/live-vedot-4.png");    
}

.kerroinhalytys {
    background-image: url("/img/alert-31.png");    
}


.fantasy {
    background-image: url("/img/fantasy-7.png");    
}

.campaign {
    background-image: url("/img/campaign.png");    
}

.moneyball {
    background-image: url("/img/moneyball_5.png");    
}

.kerroinvahti {
    background-image: url("/img/kerroinvahti-12.png");    
}

/* ═══════════════════════════════════════════════════════
   HEADER
   ═══════════════════════════════════════════════════════ */

.heading-container-1 {
    margin: 12px 18px;
    
}

.header {
	position: fixed;
	top: 0;
	z-index: 999;
    background-color: var(--bg-color-1);
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;	
    height: 72px;
    
}

.logo {
    display: inline-block;
    margin-top: 16px;
    margin-left: 6px;
    margin-right: 18px;
    font-family: "magistral extrabold", "magistral black", sans-serif;
    font-size: 24px;
    letter-spacing: 0px;
}

.vedonlyojacom {
    font-family: "magistral extrabold", "magistral black", sans-serif;
    letter-spacing: 0px;
    color: var(--highlight-color-1);    
}


.logo a {
    color: var(--highlight-color-1);
    
}

.logo a:hover {
    text-decoration: none;
    
}

#logo-div-mobile {
    margin: -9px -10px 12px -10px;
    padding: 18px 0px;
    border-radius: 15px 15px 0px 0px;
    font-family: "magistral extrabold", "magistral black", sans-serif;
    font-size: 24px;
    letter-spacing: 0px;
    color: var(--highlight-color-1);
    text-align: center;
	background: var(--bg-color-4);    
    border: 1px solid var(--bg-color-1);
}

#logo-div-mobile a {
    color: var(--highlight-color-1);
    text-decoration: none;
}


.header .menu {
    display: inline-block;
	box-shadow: none;
    overflow-x: hidden; 
    overflow-y: hidden;
    white-space: nowrap;
    background-color: var(--bg-color-1);
    padding-bottom: 12px;
    height: 30px;
    margin: 18px 12px 0px 12px;
    font-family: "anek devanagari";
    
}

#menu-top-desktop {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 18px;
}

#menu-top-mobile {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 18px;
}

.menu-items {

}

.menu-item {
    display: inline-block;
    color: #A6AFCD;
    margin: 3px 12px 0px 12px;

}

.menu-item a {
    color: #A6AFCD;
    font-size: 1.3em;
    font-weight: 540;
    text-decoration: none;

}

.menu-item a:hover {
    color: var(--highlight-color-1);
  
}

.menu .active a {
    color: var(--highlight-color-1);
    background-color: var(--bg-color-1);

}


    
/* ═══════════════════════════════════════════════════════
   SLIDE-OUT MENU
   ═══════════════════════════════════════════════════════ */
.menu-desktop {
    background: var(--bg-color-4);
	display: none;
	position: fixed;
	top: 0;
	min-width: 300px;
    left: 0;
	overflow: auto;
	z-index: 1050;
    box-shadow: 2px 0 3px -1px var(--bg-color-2);
    opacity: 0.97;
    



}    

.menu-desktop-top {
    padding-bottom: 9px;

}    

.menu-desktop-content {
    background: var(--bg-color-5);
    height: calc(100vh - 73px);
	padding-top: 18px;
	padding-bottom: 120px;

    overflow-x: hidden !important;
    overflow-y: auto !important;

    scrollbar-color: var(--bg-color-3) var(--bg-color-5);

    border-right: 2px solid var(--bg-color-5);

    margin-top: 1px;

    display: block;
	
}



.logo-2 {
    display: inline-block;
    margin-top: 22px;
    margin-left: 36px;
    margin-right: 18px;
    font-family: "magistral extrabold", "magistral black", sans-serif;
    font-size: 24px;
    letter-spacing: 0px;
}

.logo-2 a {
    color: var(--highlight-color-1);
    
}

.logo-2 a:hover {
    text-decoration: none;
    
}



.menu-left-tbl {
    margin-left: 30px;
}

.menu-left-tbl-td-1 {
    background-color: #343956;
    text-align: center;
    width: 48px;
    height: 30px;
    vertical-align: middle;
    border-radius: 6px 0px 0px 6px;
    border-right: 3px solid var(--bg-color-5);
    
}


.menu-left-tbl-td-2 {
    background-color: #343956;
    text-align: left;
    width: 204px;
    height: 30px;
    padding-top: 6px;
    padding-left: 12px;        
    border-radius: 0px 6px 6px 0px;
    
}   


.menu-item-2 {
    display: block;
    color: #fff;
    margin: 12px 42px;
    font-size: 1.0em;
    font-weight: bold;

}


.menu-item-2 a {
    color: #fff;
    text-decoration: none;
    transition: 0.2s ease-in-out; 
}

.menu-item-2 a:hover {
    color: var(--highlight-color-1);
    transition: 0.2s ease-in-out;

    margin-left: 3px;
    
}

    
.menu-item-3 {
    display: block;
    color: #fff;
    margin: 12px 42px;
    font-size: 1.0em;
    font-weight: bold;

}


.menu-item-3 a {
    color: #fff;
    text-decoration: none;
          
}

.menu-item-3 a:hover {
    color: var(--highlight-color-1);

          
}
    





/* MENU2 */
.menu-2 {
    background-color: var(--bg-color-2);
    margin: -25px -18px 0px -18px;
    border: 0px solid var(--bg-color-1);
    border-radius: 15px 15px 0px 0px; 
    padding: 24px 18px;

}

  

.menu-2-1 {
    display: inline-block;
    background-color: var(--bg-color-2);
    color: #A6AFCD;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0px;
    margin-right: 18px;
    
}

.menu-2-1:hover {
    color: #fff;
	text-decoration: none;
	cursor: pointer;
    
}




/* NEW PICKS */
.betting-top {
    display: inline-block; 
    min-height: 120px; 
    width: 48%; 
    vertical-align: top;

}



.flex-container {
    text-align: center; 
    display: flex; 
    flex-wrap: wrap;    
    align-items: center;  
    align-self: center; 
    justify-content: center;
    margin: 0 auto;


    
}

.flex-picks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(384px, 1fr));
    
}

.new-pick-container {
    display: flex;
    flex: 1;
    margin: 6px;
    background-color: var(--bg-color-3); 
    padding: 12px 12px 12px 12px; 
    border-bottom: 0px dashed #A6AFCD;
    border-radius: 9px;
    font-size: 0.9em;
    text-align: left;

}

.new-pick-container:hover {
    /*border: 1px solid var(--highlight-color-1); 
    padding: 11px;*/
    
}


.bg-info {
    margin: 12px 6px 0px 6px;
    padding: 18px;
    background-color: var(--bg-color-4);
    border-radius: 15px;
    
}

.desktop .new-pick-col-2-1  {
    max-width: 360px;
    
}

.highlight .new-pick-col-2-1 {
    color: var(--highlight-color-1); 

}

.highlight2 .new-pick-col-2-1 {
    
 
}


.new-pick-col-1 { 
    vertical-align: top; 
    margin-right: 6px;
    min-width: 144px;
    
}

.new-pick-col-1-1 {
    font-weight: bold;
}

.new-pick-col-1-2 {
    font-weight: bold;
}

.new-pick-col-1-3 {
    font-size: 1.0em;
    color: #A6AFCD;
    
}

.new-pick-col-1-4 {
    margin-top: -9px;
    font-size: 1.0em;
    color: #F4FA58;
}

.starting-soon {
    color: red;
    font-weight: bold;
    font-size: 1.1em;
    
}


.new-pick-col-1-5 {
    margin-top: 0px;
    font-size: 1.0em;
    color: #A6AFCD;
}


.new-pick-col-2 {
    flex: 1; 
    vertical-align: top; 
    margin-top: 0px;
    flex-basis: 100%;
    min-width: 0; /* Prevents flex item from overflowing */
    overflow: hidden; /* Prevents content from overflowing */
    padding-right: 6px; /* Ensures 6px spacing from right edge */

}


.new-pick-col-2-1 {
    min-width: 0;
    max-width: 100%;
    vertical-align: top; 
    background-color: var(--bg-color-5); 
    border: 1px solid var(--bg-color-5);
    border-radius: 6px;
    box-shadow: 0 3px 2px -2px #000;
    padding: 3px 9px 3px 9px;
    color: #fff;

    text-align: center;

    margin-top: 3px;
    font-family: "magistral extrabold", "magistral black", sans-serif;
    font-size: 0.9em;
    letter-spacing: 0.5px;
    word-wrap: break-word;
    overflow-wrap: break-word;

}

.new-pick-col-2-2 table {
    margin-left: 6px;  
}

.new-pick-col-2-2 td {
    border: 1px solid var(--bg-color-3);
    vertical-align: middle;
    padding: 0px;

    
}


.new-pick-col-2-2 img {
    vertical-align: middle;
    padding-right: 6px;
    
}


.new-pick-hcp-totals {
    font-size: 1.0em;
    font-weight: bold;
    background-color: var(--bg-color-4);
    height: 30px;
    width: 66px;
    text-align: center;
    border-radius: 6px;
    padding: 3px 12px 0px 12px;

    
}


.new-pick-bookie {


}


.new-pick-bookie-text {
    font-size: 0.9em;
    color: #fff;
    
}

.new-pick-odds {
    color: #fff;

    background-color: var(--bg-color-4);
    padding: 3px 6px 0px 6px;
    line-height: 22px;
    margin-left: 12px;
    margin-bottom: 3px;
    vertical-align: middle;
    border: 1px solid var(--bg-color-2);
    border-radius: 9px;
    width: 42px;
    text-align: center;
    font-family: "anek devanagari";
    font-size: 0.9em;
    
}


.max-odds {
    color: var(--highlight-color-1);
    font-weight:bold;
    
}


.new-pick-result-win {
    color: var(--base-color-green);
    margin-top: 13px;
    padding: 2px 9px 0px 9px;
    text-align: left;
    vertical-align: middle;
    
}

.new-pick-result-loss {
    color: var(--base-color-red);
    margin-top: 13px;
    padding: 2px 9px 0px 9px;
    text-align: left;
    vertical-align: middle;
    
}

.new-pick-result-push {
    color: #ccc;
    margin-top: 13px;
    padding: 2px 9px 0px 9px;
    text-align: left;
    vertical-align: middle;
    
}


/* ═══════════════════════════════════════════════════════
   BLOG
   ═══════════════════════════════════════════════════════ */


.blog-menu {
    background-color: var(--bg-color-3);
  	font-size: 1.1em;		
    color: #000;  
    max-width: 1080px;
    margin: 18px auto;
    
    padding: 2px 0px 6px 0px;
    border-radius: 15px; 
    
    text-align: center;
    
}

.blog-container {
    margin: 0px 18px;
    
}

.blog-text {
    background-color: #fff;
  	font-size: 1.1em;		
    color: #000;  
    max-width: 960px;
    margin: 0px auto;
    padding: 60px;
    border-radius: 15px;

}

.blog-header-1 {
    margin: 0px;
	font-size: 27px;		
	font-weight: bold;		
	line-height: 30px;				
    color: var(--bg-color-1);    
    
}

.blog-header-2 {
    margin: 0px;
    color: var(--bg-color-1);    
    
}

.blog-writer {
    font-weight: bold;    
    color: var(--base-color-dark-gray);
    
}

.blog-writer-img-jussi {
    display: inline-block; 
    width: 48px; 
    height: 48px; 
    margin-top: 3px; 
    background: url(/img/people/hietalahti_jussi.png); 
    background-size: cover; 
    border-radius: 50%; 
    
}

.blog-writer-img-harri {
    display: inline-block; 
    width: 48px; 
    height: 48px; 
    margin-top: 3px; 
    background: url(/img/people/kairavuo_harri.png); 
    background-size: cover; 
    border-radius: 50%; 
    
}

.blog-writer-img-aapo {
    display: inline-block; 
    width: 48px; 
    height: 48px; 
    margin-top: 3px; 
    background: url(/img/people/mutanen_aapo.png); 
    background-size: cover; 
    border-radius: 50%; 
    
}

.blog-writer-img-vahanenjari {
    display: inline-block; 
    width: 48px; 
    height: 48px; 
    margin-top: 3px; 
    background: url(/img/people/vahanen_jari.png); 
    background-size: cover; 
    border-radius: 50%; 
    
}

.blog-writer-img-puhtimakijuha {
    display: inline-block; 
    width: 48px; 
    height: 48px; 
    margin-top: 3px; 
    background: url(/img/people/puhtimaki_juha.png); 
    background-size: cover; 
    border-radius: 50%; 
    
}

.blog-writer-img-vedonlyojacom {
    display: inline-block; 
    width: 48px; 
    height: 48px; 
    margin-top: 3px; 
    background: url(/img/vl_logo_1.png); 
    background-size: cover; 
    border-radius: 50%; 
    
}

.blog-date {
    margin: 0px;
    font-size: 0.9em;
    color: var(--base-color-semi-dark-gray);    
    
}






.blog-history {
    color: var(--highlight-color-1);  
    max-width: 960px;
    margin: 0px auto;
    margin-top: 60px;
    padding-left: 60px;
    border-radius: 15px;    
    
}

.blog-history a {
    color: #fff;  
}

.blog-history a:hover {
    color: #fff;  
}


#blogger-name {
  	font-size: 1.1em;		
  	font-weight: bold;
}


.person {
    flex: 1 1 420px; 
    text-align: left;
    padding: 30px 12px;
    background-color: var(--bg-color-4);
    margin: 18px 12px;
    border-radius: 15px;
}

.person-name-img {
    text-align: left;
    
}

.person-img {
    margin-left: 12px;
}



.telegram {
    flex: 1 1 420px; 
    text-align: left;
    padding: 30px 30px;
    background-color: var(--bg-color-4);
    margin: 18px 12px;
    border-radius: 15px;
    min-height: 240px;
    
}

.campaigns {
    flex: 1 1 420px; 
    text-align: left;
    padding: 30px 30px;
    background-color: var(--bg-color-4);
    margin: 18px 12px;
    border-radius: 15px;
    min-height: 240px;
    
}


/* ═══════════════════════════════════════════════════════
   MATERIAL ICONS
   ═══════════════════════════════════════════════════════ */

.material-icons {
    cursor: pointer;
}

.material-icons:hover {
    background-color: var(--bg-color-2);
    padding: 4px 6px 4px 7px;
    margin-top: -4px;
    margin-left: -7px;
    margin-right: -6px;
    border-radius: 5px;
}

.x-icon:hover {
    background-color: var(--bg-color-3);
}


.user-profile {
    background-color: var(--bg-color-3);
    padding: 0px 9px;
    margin-top: 3px;
    height: 34px;
    color: #B1BAD3;
}

.user-profile:hover {
    background-color: var(--bg-color-4);
    color: #e6e6e6;
}


.material-icons-home {
    color: #ccc;

}

.material-icons-home:hover {
    padding: 0px;
    margin: 0px;
    background-color: var(--bg-color-1);
    color: var(--highlight-color-1);

}

.material-icons-person {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    border-radius: 0px;
    
}

.material-icons-person:hover {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    background-color: var(--bg-color-4);

}


.material-icons-person-2 {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    border-radius: 0px;
    cursor: default;
    
}

.material-icons-person-2:hover {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    background-color: var(--bg-color-5);

}


.material-icons-person-3 {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    border-radius: 0px;
    cursor: default;
    
}

.material-icons-person-3:hover {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    background-color: var(--bg-color-4);

}

.material-icons-person-4 {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    border-radius: 0px;
    cursor: pointer;
    
}

.material-icons-person-4:hover {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    background-color: var(--bg-color-4);
    

}

.material-icons-person-5 {
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    cursor: pointer;
    
}

.material-icons-person-5:hover {
    padding: 0px;
    margin: 0px;
    background-color: var(--bg-color-4);
    

}

.material-icons-star {
    padding: 0;
    margin-top: -3px;
    margin-left: 0px;
    margin-right: 6px;
    background-color: var(--bg-color-1);
    cursor: default;
}

.material-icons-star:hover {
    padding: 0;
    margin-top: -3px;
    margin-left: 0px;
    margin-right: 6px;
    background-color: var(--bg-color-1);
    cursor: default;
}


.material-icons-download {
    cursor: default;
}

.material-icons-download:hover {
    background-color: var(--bg-color-4);
    margin: 0px;
    padding: 0px;
    cursor: default;
}


.material-icons-arrows {
    cursor: default;
}

.material-icons-arrows:hover {
    padding: 0;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    cursor: default;
}


/* ═══════════════════════════════════════════════════════
   TOOLTIPS
   ═══════════════════════════════════════════════════════ */
.tooltip-telegram {
	position: relative;
	display: inline-block;
	margin-top: 16px;
	margin-left: 6px;
	transition: transform 0.2s ease-in-out;
    z-index: 1000;
}

.tooltip-telegram:hover {
	transform: scale(1.1);
}

.tooltip-telegram img {
	filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
	transition: filter 0.2s ease-in-out;
	border: 0px solid #fff;
	border-radius: 30px;
	padding: 1px;
	background: #25A5E3;
}

.tooltip-telegram:hover img {
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));

}




.tooltip-telegram img {
	animation: pulse 2s infinite;
}




/* Pulsing highlight effect */
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 #2E9AFE;
	}
	70% {
		box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

/* Tooltip text */
.tooltip-telegram .tooltiptext {
	visibility: hidden;
	text-align: center;
	padding: 6px 2px 2px 0px;
	border-radius: 9px;
	border-left: 4px solid #25A5E3;
	font-size: 0.9em;
	font-weight: bold;
	position: absolute;
	z-index: 1;
	width: 218px;
	background-color: var(--bg-color-3);
	color: #fff;
	opacity: 0.95;
	margin: 0px 18px;
	transition: visibility 0.2s ease-in-out;
}

.tooltip-telegram:hover .tooltiptext {
	visibility: visible;
}

.tooltip-telegram .tooltiptext:hover {
	background-color: var(--bg-color-5);
}



.tooltip-purchased-picks {
	position: relative;
	display: inline-block;
	margin-top: 16px;
	margin-left: 6px;
	transition: transform 0.2s ease-in-out;
}

.tooltip-purchased-picks:hover {
	transform: scale(1.1);
}


.tooltip-purchased-picks .tooltiptext {
	visibility: hidden;
	text-align: left;
	padding: 12px 18px 8px 18px;
	border-radius: 6px;
	border: 2px solid #fff;
	font-size: 0.8em;
	font-weight: normal;
	position: absolute;
	z-index: 1;
	width: 300px;
	background-color: var(--bg-color-5);
	color: #fff;
	opacity: 0.95;
	margin: -6px 12px;
	transition: visibility 0.2s ease-in-out;
}

.tooltip-purchased-picks:hover .tooltiptext {
	visibility: visible;
}





.tooltip-vihjepalvelu {
	position: relative;
	display: none;
	margin-top: 24px;
	margin-left: 0px;
    animation: shake 2.5s ease-in-out 10;

}

.tooltip-vihjepalvelu a:hover {
    text-decoration: none !important;

}

@keyframes shake {
    0%, 100% { transform: translateY(0) scale(1); }
    5% { transform: translateY(-2px) scale(1.1); }
    10% { transform: translateY(2px) scale(1.1); }
    15% { transform: translateY(-2px) scale(1.1); }
    20% { transform: translateY(2px) scale(1.1); }
    25% { transform: translateY(0) scale(1); }
}


/* Tooltip text */
.tooltip-vihjepalvelu .tooltiptext {
	visibility: hidden;
	text-align: center;
	font-size: 1em;
	font-weight: 540;
	position: absolute;
	z-index: 1;
	width: 156px;
	color: #fff;
	margin-left: -6px;
	margin-top: -2px;
	transition: visibility 0.2s ease-in-out;
    
    
}

.tooltip-vihjepalvelu .tooltiptext {
	visibility: visible;
	font-size: 1.1em;

}






.money-container {
    margin-top: 3px;
    text-wrap: nowrap;
    padding: 7px 12px 0px 7px;
    border-radius: 6px;
    background-color: var(--bg-color-3);
    display: flex;
    align-items: center;
    font-size: 1.1em;
}


.money-container:hover {
    background-color: var(--bg-color-5);
    cursor: pointer;
}


.sticky-div-top-center {
    position: fixed;
    top: 60px;
    left: 6px;
    width: calc(100% - 12px);
    background-color: #0f6eae;
    opacity: 0.95;
    border: 1px solid #063f65;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1500;
    text-align: center;
    padding: 9px 12px 6px 12px;
    
}


.sticky-div-top-center-2 {
    position: fixed;
    top: 40%;
    left: calc(50% - 180px);
    transform: translateY(-40%);
    width: 360px;
    
    
    background: linear-gradient(135deg, var(--bg-color-3) 25%, var(--bg-color-4) 50%, #444A6A 75%);    
    
    opacity: 1;
    border: 2px solid #07DB77;
    border-radius: 12px;
    z-index: 1001;
    text-align: center;
    padding: 24px 12px 12px 12px;
    color: #fff;

}


.sticky-div-bottom-center {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    opacity: 0.9;
    z-index: 1000;

}

.close-button-2 {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.sticky-div-bottom-center .blue-theme {
    color: #004080;
    background-color: #b3d9ff;
    border-top: 1px solid #0073e6;
}

.sticky-div-bottom-center .blue-theme .close-button-2 {
    color: #0073e6;
}
.sticky-div-bottom-center .blue-theme .close-button-2:hover {
    color: #3399ff;
}

.sticky-div-bottom-center .yellow-theme {
    color: var(--base-color-dark-blue);
    background-color: #ffffb3;
    border-top: 1px solid #4d4d00;
}

.sticky-div-bottom-center .yellow-theme .close-button-2 {
    color: #b3b300;
}
.sticky-div-bottom-center .yellow-theme .close-button-2:hover {
    color: #cccc00;
}

.sticky-div-bottom-center .white-theme {
    color: #37003C;
    background-color: #fff;
    border-top: 1px solid #37003C;
}

.sticky-div-bottom-center .white-theme .close-button-2 {
    color: #37003C;
}
.sticky-div-bottom-center .white-theme .close-button-2:hover {
    color: #702d8b;
}


.sticky-div-bottom-center .red-theme {
    color: #004080;
    background-color: #ffcce6;
    border-top: 1px solid #ff4da6;
}

.sticky-div-bottom-center .red-theme .close-button-2 {
    color: #ff3399;
}
.sticky-div-bottom-center .red-theme .close-button-2:hover {
    color: #ff66b3;
}


.sticky-div-top-center-2 .close-button-2 {
    color: #ccc;
    font-size: 1.6em;
}

.sticky-div-top-center-2 .close-button-2:hover {
    color: #f2f2f2;
}


.close-button {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 21px;
    color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.close-button:hover {
    color: #fff;
}






/* ═══════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════ */
.footer {		
    width: 100%;
	left: 0;
	bottom: 0;		
	background-color: #051932;
	padding: 30px 18px;
	border-top: 0px solid #ccc;
    position: absolute;
	
}

.footer #footer-content{			
	margin: 0 auto;
	max-width: 1540px;


}		

.footer table {
	text-align: left;
	color: #fff;
	font-size: 0.9em;
}

.option-language:hover {
    background-color: #ccc;
}

.social-icons {
	transition: transform 0.2s ease-in-out;

}

.social-icons:hover {
	transition: transform 0.2s ease-in-out;
    transform: scale(1.3);
}



.new-badge {
    position: absolute; 
    top: 18px; 
    right: 9px; 
    font-size: 0.7em; 
    padding: 4px 5px 0px 5px; 
    line-height: 12px; 
    background-color: yellow; 
    color: #151515; 
    border-radius: 0px 0px 0px 0px; 
    font-weight: 560; 
    white-space: nowrap;    
}


#menu-main-arrows {
    display: none;
}

.scroll-arrow-controls {
    height: 148px;
    margin-left: 12px;
    
}

.scroll-arrow-left,
.scroll-arrow-right {
	background-color: var(--bg-color-2);
	color: #f2f2f2;
	border: none;
	width: 60px;
	height: 50%;
	font-size: 48px;
	font-weight: 500;
	padding: 0px 0px 6px 0px;
	cursor: pointer;
    border: 1px solid var(--bg-color-5);
	transition: background-color 0.2s ease;
}

.scroll-arrow-left {
    margin-bottom: 0px;
	border-radius: 6px 6px 0px 0px;
	border-bottom: 0px solid #fff !important;
}

.scroll-arrow-right {
    margin-top: 0px;
    border-radius: 0px 0px 6px 6px;
}

.scroll-arrow-left:hover,
.scroll-arrow-right:hover {
	background-color: var(--bg-color-2);
	color: yellow;

}

.scroll-arrow-left:active,
.scroll-arrow-right:active {
	background-color: var(--bg-color-2);
}

#menu-main-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    margin-top: 12px;
    overflow-x: hidden !important;

}





.desktop {
	display: block;
}

.mobile {
	display: none;
}

.desktop-inline {
	display: inline;
}

.mobile-inline {
	display: none;
}

		


/* ═══════════════════════════════════════════════════════════════════════════
   PICKS / INDEX PAGE
   pick-card, bet-details, toggle-switch, tabs, description, filters
   ═══════════════════════════════════════════════════════════════════════════ */




/* Breaking ad text when no link - no underline on hover */
.breaking-ad-no-link,
.breaking-ad-no-link:hover {
    text-decoration: none !important;
}

#active-picks-container {
    background: var(--bg-color-2);
    padding: 18px 12px 0px 12px;
    margin: 0px 3px;
    border-radius: 0px 0px 9px 9px;


  
}            

/* FlashScore-style picks container */
.picks-flashscore-container {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: none;
    color: #5e676a;
    padding: 0px 0px;

}

.league-header-wrapper {
    margin-bottom: 0;
}

.league-header {
    display: flex;
    align-items: center;
    padding: 0px 6px;
    background-color: #eef7ff;
    border-radius: 5px;
    /*border-bottom: 1px solid var(--bg-color-4);*/
    gap: 8px;
}

.league-header__body {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.league-header__icon {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    vertical-align: middle;
    margin-top: 4px;
}

.league-header__icon img {
    height: 18px;
    width: auto;
    vertical-align: middle;
}

.league-header__body img {
    vertical-align: middle;
}

.league-header__titleWrapper {
    display: flex;
    align-items: center;
}

.league-header__category {
    font-size: 0.75em;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: none;
}

.league-header__category-colon {
    color: #999;
    display: none;
}

.league-header__title {
    font-size: 1.0em;
    font-weight: 600;
    color: #5e676a;
    margin-left: 2px;
    margin-top: 3px;
}

/* Pick Card Styles */
.pick-card {
    background: #4e5474;
    background: var(--bg-color-5);
    border-radius: 9px;
    padding: 9px 9px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    margin-bottom: 18px;
    border-left: 4px solid #444a6a;
}

/* Pick Tab Styles */
.pick-tab {
    font-family: 'anek devanagari', Sans-Serif;
    background: #2d324f;
    color: #ccc;
    border: none;
    padding: 4px 12px 1px 12px;
    border-radius: 4px;
    margin-bottom: 6px;
    cursor: pointer;
    font-size: 1.0em;
    font-weight: 600;
    transition: background-color 0.0s;
    text-transform: uppercase;
    border-left: 4px solid #323754 !important;
    flex: 1;
    width: 50%;
}

/* Make picks-tabs container take available space in desktop buy-all-container */
@media only screen and (min-width: 769px) {
    .buy-all-container.desktop .picks-tabs {
        flex: 1;
    }
}

.pick-tab:hover {
    background: var(--bg-color-4);
    color: #fff;
    border-left: 4px solid #444a6a !important;
}

.pick-tab.active {
    background: var(--bg-color-4);
    color: var(--base-color-green);
    border-left: 4px solid var(--base-color-green) !important;
}

.pick-tab.active:hover {
    background: var(--bg-color-4);
    opacity: 0.9;

}

/* Hide desktop tabs on mobile, show mobile button */
.buy-all-container.desktop {
    display: flex !important;
}

.buy-all-container.mobile {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .buy-all-container.desktop {
        display: none !important;
    }
    
    .buy-all-container.mobile {
        display: flex !important;
    }
}

/* Mobile pick tab buttons */
.mobile-pick-tab {
    background: #2d324f !important;
    color: #ccc !important;
    transition: background-color 0.2s;
    text-transform: uppercase;
    font-size: 1.0em;
    font-weight: 600 !important;
    flex: 1;
    width: 50%;
}

.mobile-pick-tab.active {
    color: var(--base-color-green) !important;
    border-left: 4px solid var(--base-color-green) !important;
}

/* Hide mobile toggle container on desktop */
@media only screen and (min-width: 769px) {
    #mobile-picks-toggle-container {
        display: none !important;
    }
}

/* Ensure mobile buttons are visible on mobile */
@media only screen and (max-width: 768px) {
    #toggle-picks-view-btn-mobile-akt,
    #toggle-picks-view-btn-mobile-omat {
        display: inline-block !important;
    }
}

@media only screen and (min-width: 769px) {
    #toggle-picks-view-btn-mobile-akt,
    #toggle-picks-view-btn-mobile-omat {
        display: none !important;
    }
}

.pick-content {
    display: flex;
    flex-direction: column;
    font-size: 0.9em;
}

.pick-header {
    display: flex;
    gap: 0px;
    align-items: center;
    color: #666;
    background: #323754;
    padding: 0px 6px;
    border-radius: 5px;
    font-size: 1.1em;
}

.pick-header img {
       
    
}

.league-name {
    font-size: 1.0em;
    color: var(--highlight-color-1);
    font-weight: 600;
    margin-top: 3px;
    margin-right: 12px;
    margin-left: 3px;
}

.league-roi {
    font-size: 1.0em;
    font-weight: 540;
    margin-top: 5px;
    margin-left: auto;
    margin-right: 3px;
}


.match-row {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 4px;
    justify-content: start; /* keep everything packed left */
    align-items: center;
    margin-top: 9px;
    

}

.match-teams-container {
    grid-row: 1 / span 2;
    align-self: start;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto;
    column-gap: 12px;
    row-gap: 4px;
    margin-top: 3px;

}

/* start-time in container */
.start-time {
    grid-row: 1 / span 2;
    align-self: start;
    font-weight: 500;
    margin: 0px 6px;
    margin-top: 3px;
    color: yellow;
    font-size: 1.1em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.start-date {
    font-size: 0.85em;
    color: var(--base-color-blue);
    margin-top: 0px;
    font-weight: 500;
    line-height: 12px;
    vertical-align: top;
    margin-left: 1px;
   
}

.team {
    line-height: 15px;
    font-weight: 540;
    max-width: 189px;
    width: 189px;
    height: 18px;
    color: #fff;
    font-size: 1.1em;

}

/* home team */
.team.home {
    grid-row: 1;
}

/* away team */
.team.away {
    grid-row: 2;
}

/* wrapper for bet-added-time + bookie (grid item) */
.bet-meta-cell {
    grid-column: 2;
    grid-row: 3;
    display: flex;
    flex-direction: column;
    gap: 2px;
}



/* bet-added-time (inside bet-meta-cell) */
.bet-added-time {
    font-size: 0.9em;
    color: #cdcdd7;
    margin-top: 3px;
    line-height: 15px;
}

/* bet-type spans 2 rows, sits immediately right of teams */
.bet-type {
    font-weight: 500;
    color: blue;
    display: none;
}

.match-header {
    grid-row: 1 / span 2;
    align-self: center;
    font-weight: 400;            
    line-height: 24px;
    margin-left: 12px;
    background: #444a6a;
    padding: 9px 12px 6px 12px;
    border-radius: 6px;
    align-self: start; 
    color: #f2f2f2;
    font-size: 1.1em;
    min-height: 36px;


   
 
}

.bet-details {
    background: #444a6a;
    margin: 9px 0px 18px 0px;
    padding: 0px 0px 0px 0px;
    border-radius: 6px;


}


.bet-header {
    display: flex;
    flex-wrap: wrap;      /* allows wrapping on small screens */
    align-items: center;
    column-gap: 12px;     /* spacing between betInfo, odds, fair odds */
    margin: 3px 12px 0px 12px;

}

/* keep items compact */
.bet-header > div {
    white-space: nowrap;  /* prevent unwanted wrapping inside items */
}


.match-bet-info {
    font-size: 1.2em;
    font-weight: 600;
    color: var(--base-color-green);
    display: none;
    
}

.bet-description-wrapper {
    position: relative;
     
}

.bet-description {
    color: #f2f2f2;
    font-size: 1.1em;
    line-height: 1.5;
    margin: 0px 0px;
    padding: 0px 12px;

    
}



.description-toggle {
    background: #ddd;
    border: 1px solid #666;
    color: #666;
    font-size: 0.7em;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    text-align: center;
    line-height: 18px;
    padding: 2px 8px;
    vertical-align: middle;
    transition: background-color 0.2s, border-color 0.2s;
    letter-spacing: -0.5px;
    margin-top: 3px;
    margin-bottom: 18px;
}

.description-toggle:hover {
    background-color: #f2f2f2;
    border-color: #777;
}

.odds-row {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
}

.odds {
    font-size: 1.1em;
    color: #f2f2f2;
    font-weight: 540;
    margin-bottom: 0px;
    line-height: 42px;
}


.fair-odds {

}            


.additional-bet-container {
    font-size: 1.1em;
    color: #f2f2f2;
    font-weight: 540;
    padding-bottom: 0px !important;
    margin-bottom: 12px !important;
    margin-top: 0px;
    margin-left: 12px;

}            

.additional-bet-bet {
    color: var(--base-color-green);
    font-weight: 600;
    margin-right: 12px;
    font-size: 1.1em;
    
}

.additional-bet-odds-container {
    width: 100% !important;
}

.additional-bet-odds {
    text-decoration: underline;
}

          

.price-row {
    display: flex;
    justify-content: space-between; /* left and right alignment */
    align-items: center;       /* align vertically */
    gap: 12px;                 /* spacing between elements */
    margin-top: 12px;
}

.price-row-left {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 6px;
}

.price-row-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.price-row span,
.price-row .toggle-switch,
.price-row .price {
    white-space: nowrap;       /* prevents line breaks */
}

.pick-has-description {
    font-size: 1.1em;    
    margin-top: 0px !important;
    color: #f2f2f2;
}

.pick-guaranteed {
    font-size: 1.0em;   
    font-weight: 540;
    margin-top: 0px !important;
    color: #ddd;
}

.bet-bookie {
    font-size: 1.0em;
    color: var(--base-color-blue);
    margin-left: -1px;
    margin-top: 3px;


}


.open-in-new-window-text {
    font-size: 1.0em;    
}

/* Mobile: put icons on their own row */
@media (max-width: 768px) {


    .match-bet-info {
        font-size: 1.2em;
        font-weight: 600;
        color: var(--base-color-green);
        display: none;
        
    }

    .mobile-div {
        margin-top: -2px;
    }

    .open-in-new-window-text {
        font-size: 0.9em;
    }

    
    .bet-description {
        font-size: 1.2em;
    }
    
    .bet-description[data-is-expanded="false"] {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    
    .odds {
        width: 100%;
        margin-top: 0px;
        line-height: 18px;
       
        
    }
    
    .price-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
        font-size: 1.1em;
        margin-top: -9px;
          
    }
    
    .price-row-left {
        width: 100%;
        justify-content: center;
        background: #444A6A;
        margin: 0px !important;
        margin-bottom: 0px !important;
        margin-top: 18px !important;         

        border-radius: 4px;
        font-size: 0.9em;
    }
    
    .pick-guaranteed {
        font-size: 1.1em;
        margin-top: 0px !important;
        color: #ddd;
        padding-top: 5px;
    }                
    
    .pick-has-description {
        padding-top: 5px;

    }
    
    .price-row-right {
        width: 100%;
        justify-content: flex-end;
        margin-top: 24px;
    }
    
    .description-toggle {
        font-size: 0.7em;
        padding: 3px 12px;
  
    }
    
    .additional-bet-container {
        font-size: 1.1em;
 
    
    }    

    
}

.odds {
    width: 100%;
    margin-top: 0px;
    line-height: 18px;
   
    
}            

.price {
    font-weight: 540;
    color: #fff;
    text-decoration: underline;
    margin-left: -6px;
   
}

/* Toggle Switch Styles */
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    cursor: pointer;
    margin-top: -4px;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    user-select: none;
    box-shadow: 0 0 12px 3px rgba(7, 219, 110, 0.7);
    border-radius: 45%;

}
      

.pick-toggle {
    position: absolute;
    opacity: 0;
    width: 50px;
    height: 24px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    z-index: 10;
    top: 0;
    left: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.toggle-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.3s;
    border-radius: 24px;
    pointer-events: none;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
    pointer-events: none;
    
}

.pick-toggle:checked + .toggle-slider {
    background-color: var(--base-color-green);
}

.pick-toggle:checked + .toggle-slider:before {
    transform: translateX(26px);
}

.toggle-switch:hover .toggle-slider {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.toggle-switch:has(input:checked),
.toggle-switch:has(input:disabled) {
    box-shadow: none;
}
.pick-toggle:checked + .toggle-slider,
.pick-toggle:disabled + .toggle-slider,
.buy-all-toggle:checked + .toggle-slider,
.buy-all-toggle:disabled + .toggle-slider {
    box-shadow: none;
}
        
.bet-header {
    padding: 6px 0px 15px 0px;   
}            

@media (max-width: 768px) {
    
    .toggle-switch {
        margin-right: 6px;
    }
    
    .pick-header {

        margin-bottom: 10px;
        padding: 3px 6px;
    }
    
    
    .bet-header {
        padding: 6px 0px 15px 0px;   
        font-size: 1.0em;
    }
    
    
    .pick-header img,
    .pick-header span {
        display: inline-block;
        vertical-align: middle;
        
        
    }
    
    .pick-header img {
        font-weight: 24px;
    }
    
    .league-name {
        font-size: 1.4em;
    }
    
    .league-roi {
        font-size: 1.3em;
        margin-top: 2px;
        margin-left: auto;
        margin-right: 3px;                    
    }
    
    .match-row {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto auto;
        column-gap: 12px;
        row-gap: 4px;
    }
    
    .match-teams-container {
        grid-row: 1 / span 2;
        align-self: start;
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: auto auto auto;
        column-gap: 12px;
        row-gap: 4px;
    }
    
    .start-time {
        grid-row: 1 / span 2;
        align-self: start;
    }
    
    .team {
        font-size: 1.2em;    
        width: 100% !important;
        max-width: none !important;
    }

    .team.home {
        grid-row: 1;
    }
    
    .team.away {
        grid-row: 2;
        align-self: start;
    }
    
    .match-header {
        grid-column: 1 / span 3;
        grid-row: 3;
        width: 100%;
        margin-left: 0;
        margin-top: 8px;
        font-size: 1.1em;
        padding: 12px 12px;
    }
    
    .pick-card {
        
    }
    
 
    
    .toggle-switch {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
        touch-action: manipulation;
    }
    
    .pick-toggle {
        position: absolute;
        width: 50px !important;
        height: 24px !important;
        min-width: 50px;
        min-height: 24px;
        z-index: 10 !important;
        pointer-events: auto !important;
    }
    
}

/* Prevent checkbox flickering on hover */
input[type="checkbox"] {
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

input[type="checkbox"]:hover {
    outline: none !important;
    box-shadow: none !important;
}

input[type="checkbox"]:focus {
    outline: none !important;
    box-shadow: none !important;
}

input[type="checkbox"]:active {
    outline: none !important;
    box-shadow: none !important;
}

/* Ensure labels don't cause flickering */
label[for*="bet-filter"] {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}


/* Last Signal */
.last-signal {
      
    background-color: var(--bg-color-2);
    border: 2px solid var(--bg-color-4);
    border-radius: 9px;
    padding: 18px 18px 12px 18px;
	background: linear-gradient(180deg, var(--bg-color-1) 0%, var(--bg-color-5) 100%);
	max-width: 480px;
	margin: 0px auto;
    	        margin-top: 18px;
	
}

.last-signal-header {
    text-align: center; 
    color: #fff; 
    font-size: 1.0em; 
    font-weight: 600; 
    padding: 7px 0px 2px 0px; 
    margin: -18px -18px 0px -18px; 
    background-color: var(--bg-color-3); 
    border-radius: 8px 8px 0px 0px;
}

/* Outcome bet styling (from index_kerroinvahti.html) */
.last-signal .outcome-cell {
    transition: background-color 0.2s;
    margin-bottom: 12px;
}

.last-signal .outcome-bet {
    padding: 4px 9px 0px 9px;
    padding-right: 6px;
    font-size: 0.95em;
    font-weight: 560;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    gap: 8px;
    border-left: 4px solid #ff5500;
}

.last-signal .outcome-bet span {
    color: #151515;
}

/* Top 5 leagues */
.top-five {
      
    background-color: var(--bg-color-2);
    border: 2px solid var(--bg-color-4);
    border-radius: 9px;
    padding: 18px 18px 12px 18px;
	background: linear-gradient(180deg, var(--bg-color-1) 0%, var(--bg-color-5) 100%);
	max-width: 480px;
	margin: 0px auto;
    	        margin-top: 18px;
	
}

.top-five-header {
    text-align: center; 
    color: #fff; 
    font-size: 1.0em; 
    font-weight: 600; 
    padding: 7px 0px 2px 0px; 
    margin: -18px -18px 0px -18px; 
    background-color: var(--bg-color-3); 
    border-radius: 8px 8px 0px 0px;
}


.top-five td {
    color: #fff;
    line-height: 15px;
    padding: 5px 6px 0px 6px;  
    text-align: center;
}

.top-five th {
    color: #fff;
    line-height: 15px;
    padding: 5px 6px 0px 6px;  
    font-size: 0.8em;
    font-weight: 570;
    color: #fff;
    text-align: center;
    padding-bottom: 6px;
    color: var(--base-color-blue);
}

.top-five-rank {
    background-color: yellow;
    color: #151515 !important;
    font-weight: 600;
    text-align: center !important;
    width: 24px !important;
    border-radius: 6px;
}

.top-five-league {
    padding-left: 12px !important;
    font-weight: 570;
    text-align: left !important;
    
}

.top-five-picks {
    text-align: center;
}

.top-five-roi {
	background-color: var(--bg-color-4);
	opacity: 1;
	padding: 7px 8px 2px 8px !important;
    border-radius: 6px;
	text-align: center;
	font-weight: 600;
	font-size: 1.0em;
}


/* Live Bet Information Styles */
.live-bets {
      
    background-color: var(--bg-color-2);
    border: 2px solid var(--bg-color-4);
    border-radius: 9px;
    padding: 18px 18px 12px 18px;
	background: linear-gradient(180deg, var(--bg-color-1) 0%, var(--bg-color-5) 100%);
	max-width: 480px;
	margin: 0px auto;
    	        margin-top: 18px;
	
}

.live-bets-header {
    text-align: center; 
    color: var(--base-color-blue); 
    font-size: 1.0em; 
    font-weight: 600; 
    padding: 7px 0px 2px 0px; 
    margin: -18px -18px 0px -18px; 
    background-color: var(--bg-color-3); 
    border-radius: 8px 8px 0px 0px;
}

.last-bet-info {
    padding: 12px;
    font-size: 1.0em;
    color: #f2f2f2;
}

.bet-event {
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 6px;
}


.bet-line {
    margin-top: 24px;

}



.bet-timestamp {
    color: #F4FA58;

}

.bet-result {
    font-weight: bold;
}

.bet-result:contains("Voitto") {
    color: #28a745;
}

.bet-result:contains("Tappio") {
    color: #dc3545;
}



.no-bets, .error-message {
    color: #6c757d;
    font-style: italic;
    text-align: center;
    margin: 10px 0;
}

/* Unified hover area for checkbox and label */
.filter-option-container {
    cursor: pointer;
    padding: 6px 6px 0px 6px;
    border-radius: 9px;
    transition: background-color 0.1s ease;
    position: relative;
    background-color: var(--bg-color-5);
    margin: 6px 9px 6px 0px;
    height: 34px;
}

.filter-option-container:hover {
    background-color: var(--bg-color-5);
    color: var(--highlight-color-1);
}

.filter-option-container input[type="checkbox"] {
    cursor: pointer;
    pointer-events: none;
}

.filter-option-container label {
    cursor: pointer;
    pointer-events: none;
}

.filter-option-container img,
.filter-option-container span {
    pointer-events: none;
}



#overlay {

    opacity:1;
    background-color:var(--bg-color-1);
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1000;                
    
}





     

        	.button-5 {
        	    font-size: 0.85em;

        	}         
        	
        	
        	.pick-content .button-5 {
        	    width: 100%;
        	}
        	
        	.button-6 {
        	    background-color: var(--bg-color-4);
        	}           	
        	
        	.button-6:hover {
        	    background-color: var(--bg-color-4);
        	}    
        	
        	#rotating-ad {
        	     margin: 12px 0px 24px 0px; 
        	     font-size: 1.1em;
        	}    	


#div-about-container {
    max-width: 720px;
    background-color: var(--bg-color-1);
    margin: 0 auto; 
    margin-top: 60px; 
    font-size: 1.1em; 
    padding: 0 30px;
}

           /* FAQ Section */
.faq-section {
    background: linear-gradient(180deg, var(--bg-color-1) 0%, var(--bg-color-1) 50%, var(--bg-color-1) 100%);
    padding: 2rem 0rem 4rem 0rem;
    color: #fff;
    margin-top: 30px;
}

.faq-section h2 {
    margin-bottom: 1rem;
font-weight: 540;
    text-align: center;

    color: #fff;
    
    font-family: "anek devanagari", sans-serif;
    letter-spacing: 0px; 
    font-weight: 540;             
    
}

.faq-container {
    max-width: 660px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 0.5rem;
}

.faq-question {
    width: 100%;
    background: var(--bg-color-2);
    border: none;
    color: #fff;
    font-size: 1.3rem;
    padding: 1rem 1rem 0.5rem 1rem;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "anek devanagari", sans-serif;
}

.faq-question:hover {
    background-color: var(--bg-color-2);
    color: var(--highlight-color-1);
}

.faq-toggle {
    font-size: 30px !important;
    font-weight: 400;
    transition: transform 0.3s;
    line-height: 30px;
}

.faq-answer {
    display: none;
    padding: 0rem 1rem;
    color: #f2f2f2;
    font-size: 1.1rem;
    line-height: 1.6;
}

.faq-answer.active {
    display: block;
}

.faq-item.active .faq-toggle {
    transform: rotate(180deg);
  
}            

.main-description {
    margin: 18px 0px;
}

.material-icons-visibility {
    font-size: 21px;
    
}            

.material-icons-visibility:hover {
    background: none;
    padding: 0px;
    margin: 0px;
    cursor: default;
    
}

.sport-icon-football {
    height: 18px;
    margin: 2px 0px 3px 0px;
    vertical-align: middle;
}   
.sport-icon-basket {
    font-size: 16px;
    margin: 2px 0px 3px 0px;
    vertical-align: middle;
}                  

/* Mobile styles for rotation */
@media only screen and (max-width: 768px) {
    
    /* Unified hover area for checkbox and label */
    .filter-option-container {
        /*padding: 0px;*/
        background-color: var(--bg-color-4);
        text-align: left;
        height: 36px;
        
    }
    
    /* Make tennis icon smaller on mobile */
    .sport-icon-tennis {
        font-size: 15px !important;
        margin-bottom: 3px !important;
    }
    .sport-icon-football {
        height: 22px !important;
        margin: 0px 0px 3px 0px;
    }
    .sport-icon-basket {
        font-size: 15px !important;
        margin-bottom: 3px !important;
    }      
    
    #index-vihjepalvelu-active {
        margin: 0px 3px !important;
        width: calc(100% - 6px) !important;
        max-width: calc(100% - 6px) !important;
        

    }
    


        
    .live-bets {
        margin: 18px 3px !important;
        width: calc(100% - 6px) !important;
        max-width: calc(100% - 6px) !important;                    
    }
        

	.button-5 {
	    font-size: 0.95em;
	}
	
     
	
        	    #rotating-ad {
        	        margin: 12px 6px 12px 6px; 
        	        font-size: 1.0em;
        	    }                	


    #div-about-container {
        background-color: var(--bg-color-1);
        margin: 0 auto; 
        margin-top: 60px; 
        font-size: 1.1em; 
        padding: 0 18px;
    }            


   /* FAQ Section */
    .faq-section {
        padding: 2rem 1rem 4rem 1rem;
    }                 

    .faq-toggle {
        font-size: 30px !important;
        line-height: 30px !important;
        margin-bottom: 3px;
        margin-left: 3px;
    }

    .top-five-league {
        font-size: 0.9em; 
       
    }            
    
    .faq-question {
        font-size: 1.2rem;

    }                
    
    .main-description {
       font-size: 0.9em;
    }

	
}

/* Extra small mobile devices */
@media only screen and (max-width: 430px) {
    .pick-header {
        font-size: 0.8em;
    }
}

/* Desktop layout wrapper styles */
.desktop-layout-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    padding: 0px 18px 18px 18px;
    background-color: var(--bg-color-3);
    border-radius: 0px 0px 15px 15px;
}

.desktop-layout-wrapper .container-2 {
    flex: 1;
    min-width: 0;
}

.desktop-layout-wrapper #index-vihjepalvelu-active {
    flex: 0 0 auto;
    min-width: 300px;
    width: 480px;
}

/* Ensure minimum width for single pick */
#index-vihjepalvelu-active {
    min-width: 300px;
}




/* Responsive breakpoint for side-by-side layout */
@media (max-width: 1200px) {
    
    /* Unified hover area for checkbox and label */
    .filter-option-container {
        /* Mobile-specific styles if needed */
    }                
    

    
    
    .desktop-layout-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    
    .desktop-layout-wrapper .container-2 {
        width: 100%;
        order: 2;
    }
    
    .desktop-layout-wrapper #index-vihjepalvelu-active {
        min-width: auto;
        width: 100%;
        margin: 0px auto;
        order: 1;
    }
}




/* ═══════════════════════════════════════════════════════════════════════════
   POPUP OVERLAYS
   pick-description-popup, competition-message-popup
   ═══════════════════════════════════════════════════════════════════════════ */

.popup-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
z-index: 1000;
justify-content: center;
align-items: center;
}

.popup-header {
background-color: var(--bg-color-5);
border-radius: 9px 9px 0 0;
padding-bottom: 12px;
position: relative;
    text-align: center;
}

.popup-header-logo.logo {
color: var(--highlight-color-1);
font-size: 1.4em;
margin: 18px 0px 0px 0px;

}

.popup-message-content {
background-color: #fff;
    color: #151515;
padding: 6px;
border-radius: 12px;
font-size: 1.1em;
}

.close-popup-3 {
position: absolute;
right: 30px;
top: 24px;
font-size: 42px;
cursor: pointer;
color: #ccc;
font-weight: normal;
}

.close-popup-3:hover {
color: #fff;
}

.product-card {
background-color: #F6F7FC;
background-image: linear-gradient(#F6F7FC, #f8f8f8);
padding-bottom: 12px;
border-radius: 0 0 9px 9px;
}

.popup-buttons {
display: flex;
justify-content: center;
gap: 10px;
margin: 18px 0;
}

.action-button {
padding: 8px 20px 4px 20px;
border: none;
border-radius: 15px;
cursor: pointer;
font-size: 15px;
background-color: #0174DF;
color: white;
transition: background-color 0.2s;
font-weight: 540;
font-family: "anek devanagari", sans-serif;
}

.action-button:hover {
background-color: #0080FF;
}

.action-button.cancel-button {
background-color: #D8D8D8;
color: #000;
}

@media screen and (max-width: 768px) {
.popup-content {
	max-width: 100%;
}

.popup-header-logo.logo {
	margin-left: -12px;
}

        

}


@media only screen and (max-width: 768px) {					
    
	div {
	  -webkit-tap-highlight-color: rgba(0,0,0,0);
	}		
		
    body {

        padding-bottom: 542px;
    }


    a {
        transition: none;
    }
    
    a:hover {
        transition: none;
    }

	.desktop {
		display: none;
	}
	
	.mobile {
		display: block;
	}

	.desktop-inline {
		display: none;
	}

	.mobile-inline {
		display: inline;
	}
	
	.desktop-only {
		display: none;
	}
		

	
	html, body {
	    overflow-x: hidden;
	}
	

	
 
	select {
        font-size: 1.0em;
    }
		
	
	.container {
    	width: 100%;
    	max-width: 100%;
    	margin: 0 auto;	
        overflow-x: hidden !important;

    }
    
    .container-2 {
    	font-size: 1.0em;		
        padding: 18px 18px;
        margin-top: 12px;
        
    }    
    
    .container-2-mobile {
    	font-size: 1.0em;		
        padding: 18px 0px;
        margin-top: 12px;
    	background-color: var(--bg-color-3);   
        
    }     

    #menu-main-arrows {
	    display: none !important;
    }

	#menu-main-container {
	    display: none !important;
	}		
	
    
    #content {
        margin-left: 6px;
        margin-right: 6px;
        padding: 9px 9px;
      
        
    }    

     

    
    .logo {
        margin-top: 18px;
        margin-left: 24px;
        font-size: 30px;
    }    


    .header .menu {
        overflow-x: auto; 
        height: 30px;
        
    }
    
    
    .material-icons:hover {
    }    
    

    
    
    
    /* MENU MAIN */
    .menu-main {
        overflow-x: auto;
        display: flex; 
        padding: 0px 0px 18px 0px;
        margin-bottom: 18px;
    }
    
    .menu-main:hover {
        overflow-x: scroll;
        
    }
    
    .menu-main-content-col-2 {
   

    }    

    
    
    /* MENU */
   .menu-mobile {
        background: var(--bg-color-2);
    	display: none;
    	position: fixed;
    	width: 100%;

    	overflow: auto;
    	z-index: 2;
    	border: 0px;
        z-index: 1100;
        font-size: 1.2em;

    }    

    
    .menu-mobile-top {
        background-color: var(--bg-color-1);   
        padding-bottom: 9px;

    }    
    
    
    .menu-mobile-scroll {
        height: 100vh;
        overflow-y: auto;    /* the real scrolling container */

    }    
    
    .menu-mobile-content {
        background-color: var(--bg-color-5);
        border-radius: 15px;
    	padding-top: 18px;
    	height: 100vh;
    	margin: 11px 6px 0px 6px;
		padding-bottom: 0px;
  
        font-size: 1.1em;
        padding-bottom: 120px;

        
    }
  
    
  
    
    .menu-item {
        display: block;
        margin: 12px 30px;

    }
    

    .menu-item a {
        color: #fff;
        text-decoration: none;
        font-size: 1.0em;
        
    }

    .menu-item a:hover {
        color: var(--highlight-color-1);

              
    }
    
    
    .menu-2 {
        margin: -10px;
        padding: 9px;
    
    }
    
    .menu-item-3 {
        margin-left: 30px;

    }    
    

    .menu-item-4 {
        display: block;
        margin: 12px 30px;

    }
    

    .menu-item-4 a {
        color: #f2f2f2;
        text-decoration: none;
        font-size: 0.9em;
        
    }

    .menu-item-4 a:hover {
        color: #fff;

              
    }
        
    #menu-main-left-right-arrows {
        text-align: right;
        padding: 3px 3px 0px 0px; 
        margin-bottom: 0px;
        
    }    
    
    .last {
        margin-right: 18px;
        
    }    
    
    /* NEW PICKS */
    
    .betting-top {
        display: block; 
        width: 100%; 
    
    }

    .bg-info {
        margin: 12px -12px 0px -12px;
        
    }
    

    .flex-container {
        display: flex;

        
    }    

	
    .new-pick-container {
        flex: 100%;
        min-width: 0px;
        margin: 18px auto;
        padding: 12px 12px 12px 12px;
        font-size: 0.9em;
        margin: 6px;
        width: 100%;
        background-color: var(--bg-color-2);
    
    }	
    

    .new-pick-container td {
        border: 1px solid var(--bg-color-2);   
    }


	
    .new-pick-col-1 {
        min-width: 135px;
        margin-right: 12px;
        
    }	
	
    .new-pick-col-1-5 {
        font-size: 1.0em;
        margin-top: 0px;       

    }
    
 
 
    .new-pick-col-2 {
        min-width: 0; /* Prevents flex item from overflowing on mobile */
        overflow: hidden; /* Prevents content from overflowing on mobile */
        padding-right: 6px; /* Ensures 6px spacing from right edge on mobile */
    }

    .new-pick-col-2-1 {
        padding: 3px 3px 3px 3px;
        min-width: 171px;
        background-color: var(--bg-color-5);
    }
    

    /* BLOG */
    .blog-container {
        margin: 0px;
        padding: 0px;
    }    
    
    .blog-text {
        width: 100%;
        margin: 0px 0px;
        padding: 24px 18px;

        
    }
    
  	
    .blog-history {
        color: var(--highlight-color-1);  
        max-width: 960px;
        margin: 0px auto;
        margin-top: 60px;
        padding-left: 18px;
        border-radius: 15px;    
        
    }  	

    
    .person {
        margin: 18px 0px;
        padding: 30px 6px;
    }

    .person-name-img {
        text-align: center;
    
    }

    .person-img {
        margin-left: 0px;
    }


    .fpl-team-selection-container  {
        width: 100%;
        
    }
    
    

    .telegram {
        flex: 1 1 420px; 
        text-align: left;
        padding: 30px 30px;
        background-color: var(--bg-color-4);
        margin: 18px 0px;
        border-radius: 15px;
        min-height: 240px;
        
    }    


    .button-login {
        margin-top: 0px;
    }


    .button-blue {
        transition: none;
        
    }
    
    .button-blue:hover {
        transform: none;
        transition: none;
    }	


    .material-icons-person-3 {
        padding: 0px;
        margin: 0px;
        margin-top: 5px;
        border-radius: 0px;
        
    }

    .material-icons-person:hover {
        background-color: var(--bg-color-3);
    
    }
    
 
    
    .money-container:hover {
        background-color: var(--bg-color-3);

    
    }


	.footer {
		padding: 30px 12px;
		
	}		
	

	.sticky-div-bottom-center {
	}
	
	.sticky-div-bottom-right {
	    padding-top: 3px;
	    font-size: 1.3em;
        width: 192px;
        height: 137px;
       
    }
    
    .button-sticky-div-bottom-right {
        margin: 12px auto; 
        width: 114px;
    }    


    .menu-left-tbl {
        margin-left: 0px;
        margin-top: 6px;
        width: 100% !important;
    }
    
    .menu-left-tbl-td-1 {
        background-color: #343956;
        text-align: center;
        width: 48px;
        height: 42px;
        vertical-align: middle;
        border-radius: 6px 0px 0px 6px;
        border-right: 3px solid var(--bg-color-5);
        
    }
    
    
    .menu-left-tbl-td-2 {
        background-color: #343956;
        text-align: left;
        width: calc(100%-6px);
        height: 42px;
        padding-top: 6px;
        padding-left: 12px;        
        border-radius: 0px 6px 6px 0px;
        
    }  


    .menu-icon:hover {
        background-color: var(--bg-color-1);
    }

    .x-icon:hover {
        background-color: var(--bg-color-1);
    }
    
    
    .sticky-div-top-center {
        top: 60px !important;
        
    }    
    

	.sticky-div-top-center-2 {
        top: 40%;
        left: calc(50% - 150px);
        transform: translateY(-40%);
        width: 300px;
	}    


    .sticky-div-top-center-2 .close-button-2 {
        font-size: 1.8em;
    }
    
    
    .menu-arrows {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 12px;
    }
    
    .menu-arrow-up,
    .menu-arrow-down {
        width: 51px;
        height: 30px;
        background: #343956;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        border-radius: 6px;
        margin-bottom: 6px;
    }
    

}	

@media only screen and (max-width: 960px) {
    #menu-top-desktop {
        display: none;
    }
    
    #vihjepalvelu-active-picks-desktop {
        display: none;
    }
}


/* ═══════════════════════════════════════════════════════
   ANIMATIONS
   ═══════════════════════════════════════════════════════ */


.slide-from-left {
    animation: slideIn 0.3s ease-out forwards;
    transform: translateX(-100%);
    opacity: 0;
}


@keyframes slideIn {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}







/* ═══════════════════════════════════════════════════════════════════════════
   HEADER UTILITIES
   Classes replacing inline styles in header.php
   ═══════════════════════════════════════════════════════════════════════════ */

.header-fixed-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: var(--bg-color-1);
    min-height: 72px;
}

.header-inner {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1600px;
    width: 96%;
    height: 72px;
}

/* Menu icon sizes — replaces inline font-size on emoji icons */
.menu-icon-15 { display: block; margin-left: auto; margin-right: auto; font-size: 15px; padding-top: 6px; }
.menu-icon-18 { display: block; margin-left: auto; margin-right: auto; font-size: 18px; padding-top: 6px; }
.menu-icon-21 { display: block; margin-left: auto; margin-right: auto; font-size: 21px; padding-top: 3px; }

/* Menu category section headings (VEDONLYÖNTI, RAVIT, etc.) */
.menu-category-heading {
    color: #addeff;
    font-weight: 500;
    padding-left: 12px;
}

/* ═══════════════════════════════════════════════════════════════════════════
   FOOTER UTILITIES
   Classes replacing inline styles in footer.php
   ═══════════════════════════════════════════════════════════════════════════ */

.language-switcher {
    display: none;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}

.language-selected {
    text-align: left;
    padding: 10px 12px 5px 18px;
    border: 1px solid var(--base-color-light-blue);
    border-radius: 6px;
    cursor: pointer;
    background-color: var(--bg-color-3);
    min-width: 132px;
}

.language-options {
    display: none;
    text-align: left;
    background-color: #fff;
    border: 1px solid #6E6E6E;
    border-radius: 6px;
    margin-top: 3px;
    z-index: 1000;
}

/* Auth section — always pushed to right in header flex row */
.header-auth-section {
    margin-left: auto;
    display: flex;
    align-items: center;
}
