.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    background: #fffae6;
    padding: 10px 0;
    background-color: #f2f2f2;
    position: relative;
    border-bottom: 2px solid #ccc;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 20s linear infinite;
    font-size: 18px;
    color: #333;
}

.comment-box {
    border: 1px solid #ce8460;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
select.goog-te-combo {
    border: none;
    background: none;
    font-size: 16px;
    width: 140px;
}
.goog-te-gadget {
    margin-top: 30px;
}
.goog-te-combo option {
    display: block;
    font-size: 0.8125rem;
    min-width: 200px;
    padding: 10px;
}
.goog-logo-link {
    display:none !important;
    font-size:0px !important;
} 
    
.goog-te-gadget{
    color: transparent !important;
    font-size:0px !important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    display: none;
}

.paid-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(135deg, #a4e4a2, #4BAE37);
  color: white;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  z-index: 10;
}

.slider-paid-badge {
  position: absolute;
  top: 10px;
  left: -5px;
  background: linear-gradient(135deg, #a4e4a2, #4BAE37);
  color: white;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  z-index: 10;
}

.align-right {
    text-align: right !important;
}

@media only screen and (max-width: 600px) {
  .align-right {
    text-align: left !important;
  }
}