/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 01 2026 | 20:57:05 */
.avia-cookie-consent-wrap .avia-cookie-consent p {
  line-height: 1.5em;
}
.mfp-content .tabcontainer .tab {
  color: #5b6670;
}
@media only screen and (max-width: 989px) {
  .avia-cookie-consent-wrap .avia-cookie-consent p {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .avia-cookie-consent-modal-buttons-wrap .avia-button {
    margin-bottom: 10px;
  }
}
#tab-id-3-content .custom-ga-consent-block p {
  margin: 0 0 18px;
}
#tab-id-3-content .custom-ga-toggle-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 14px;
}
#tab-id-3-content .custom-ga-toggle {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
#tab-id-3-content .custom-ga-toggle-track {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 32px;
  border-radius: 999px;
  background: #d5d5d5;
  transition: background 0.2s ease;
  vertical-align: middle;
}
#tab-id-3-content .custom-ga-toggle-knob {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease;
}
#tab-id-3-content .custom-ga-toggle.is-enabled .custom-ga-toggle-track {
  background: #b8d8c2;
}
#tab-id-3-content .custom-ga-toggle.is-enabled .custom-ga-toggle-knob {
  transform: translateX(26px);
}
#tab-id-3-content .custom-ga-toggle-label {
  font-weight: 600;
}
#tab-id-3-content .custom-ga-status {
  margin: 0;
}
