.price-history-single {
padding-top: 20px;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 10px;
background: var(--bg-color);
border-top: 1px solid #eee;
}
.price-history-single button.inline-toggle-price-history:hover {
color:#3b49df;
}
.price-history-single button.inline-toggle-price-history {
background: none;
border: none;
font-size: 16px;
color: #000;
cursor: pointer;
align-items: center;
gap: 8px;
margin-bottom: 15px;
}
.price-history-single button.toggle-price-history:hover {
color:#3b49df;
}
.price-history-single button.toggle-price-history {
background: none;
border: none;
font-size: 16px;
color: #000;
cursor: pointer;
align-items: center;
gap: 8px;
margin-bottom: 15px;
}
.toggle-offers-container {
margin-top: 20px;
text-align: left;
}
.switch-single {
position: relative;
display: inline-block;
width: 50px;
height: 24px;
margin-right: 10px;
}
.switch-single input { 
opacity: 0;
width: 0;
height: 0;
}
.slider-swich {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
transition: .4s;
border-radius: 24px;
}
.slider-swich:before {
position: absolute;
content: "";
height: 18px;
width: 18px;
left: 3px;
bottom: 3px;
background-color: white;
transition: .4s;
border-radius: 50%;
}
input:checked + .slider-swich {
background-color: #28a745;
}
input:checked + .slider-swich:before {
transform: translateX(26px);
}
.toggle-offers-text {
font-size: 14px;
vertical-align: middle;
}
.toggle-offers-container { margin-bottom: 10px;
}
.offers-and-link-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 10px; }
.tour-link-container a.tour-link-custom {
text-decoration: none; font-size: 14px;
pointer-events: auto;
color: #b5b5b5; border-bottom: 2px solid #ccc; padding-bottom: 2px; }
.tour-link-container a.tour-link-custom i {
font-size: 0.8em;
margin-left: 4px;
color: #b5b5b5; } @media screen and (max-width: 768px) {
.offers-and-link-container {
flex-direction: column;
align-items: flex-start;
}
.tour-link-container {
margin-top: 10px; }
}