/*
Theme Name: Red Bull ESIM
Theme URI: https://esim.redbullmobile.com/
Template: hello-elementor
Author: webCase.pl
Author URI: https://webCase.pl
Description: Red Bull ESIM
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.1709843078
Updated: 2024-03-07 21:24:38

*/



.rb-blog p {
    font-weight: 400 !important;
    /* font-size: 17px; */
    line-height: 30px;
}
.rb-blog h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 35px;
}
.rb-blog .wp-block-image {
    padding: 0;
    margin: 0;
}
.rb-blog img {
    border-radius: 20px;
    padding: 0px;
    margin:0;
    margin-bottom: 50px;
}

.rb-blog p {
    margin-bottom: 30px;
}
.rb-blog .wp-block-pullquote {
  
border-radius: 20px;
margin: 0;
padding: 30px 30px 30px 180px;
background-image: url(https://esim.redbullmobile.com/wp-content/uploads/simcard-blog.png), linear-gradient(253.17deg, #DB0A40 0%, #1B1037 100%);
background-repeat: no-repeat;
background-position: center left;
margin-bottom: 100px;
}
.rb-blog .wp-block-pullquote p {
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    text-align: left;
}
.rb-blog .wp-block-pullquote blockquote, .rb-blog .wp-block-pullquote cite {
    font-weight: 400 important;
    font-size: 17px ;
    line-height: 25px !important;
    font-style: normal;   
    text-align: left;
}

@media only screen and (max-width: 766px) {
.rb-blog .wp-block-pullquote {
  
border-radius: 20px;
margin: 0;
padding: 130px 30px 30px 30px;
background-image: url(https://esim.redbullmobile.com/wp-content/uploads/simcard-blog2.png), linear-gradient(253.17deg, #DB0A40 0%, #1B1037 100%);
background-repeat: no-repeat;
background-position: top center;
margin-bottom: 100px;
}
}



.esimcalc input[type="range"] {
	width: 100%;
	margin: 0;
	appearance: none;
	height: 5px;
	background: linear-gradient(to right, #db0a40 var(--progress), #ffffff var(--progress));
	border-radius: 5px;
	outline: none;
}

.esimcalc input[type="range"]::-webkit-slider-thumb {
	appearance: none;
	width: 15px;
	height: 15px;
	background: #ffffff; /* Biała kulka */
	border-radius: 50%;
	cursor: pointer;
}

.esimcalc .slider-value {
	position: absolute;
	top: -50px; /* Pozycja etykiety nad przesuwnikiem */
	left: 0;
	transform: translateX(-50%);
	background-color: #ffffff; /* Białe tło */
	color: #db0a40; /* Kolor czcionki */
	padding: 5px 10px;
	border-radius: 8px; /* Zaokrąglone rogi */
	font-size: 0.8em;
	white-space: nowrap;
	pointer-events: none; /* Zapobiega interakcji z etykietą */
	z-index:900;
}

.esimcalc .slider-value::after {
	content: '';
	position: absolute;
	bottom: -7px; /* Pozycja trójkąta pod etykietą */
	left: 50%;
	transform: translateX(-50%);
	border-width: 7px; /* Rozmiar trójkąta */
	border-style: solid;
	border-color: #ffffff transparent transparent transparent; /* Biały trójkąt wskazujący w dół */
}

.esimcalc .data-info {
	display: flex; /* Ustawienie wiersza z opisem i wartością */
	justify-content: space-between; /* Rozdzielenie opisu i wartości */
	margin-bottom: 0px; /* Odstęp między wierszami */
	font-size: 16px;
}

.esimcalc .data-info strong {
	color: #ccd6f6; /* Kolor tekstu opisu */
}

.esimcalc .data-info span {
	color: #ffffff; /* Kolor tekstu wartości */
}