/*######### FrontEnd Header #########*/
.header-font-size {
    font-size: 1.15em;
}

/*######### FrontEnd Footer #########*/
.footer-title {
    font-size: 1.0em;
}

.footer-links {
    color: white;
    text-decoration-line: none;
}

/*######## Social Media #########*/
a.socialmedia{
    display: inline-block;
    color: #f4b713;
}

a.socialmedia:hover{
    display: inline-block;
    color: #f6d67d;
}

 /* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
  }
  .grecaptcha-badge:hover {
    width: 256px !important;
  }

  .ribbon-discount {
    --t: 0.5rem; /* the top offset */
    position: absolute;
    inset: var(--t) 0 auto auto;
    padding:0 10px;
    background: #ff0000;
    font-weight: bold;
    color: white;
    z-index: 1000;
  }