

/* TOP BAR PROMO 13-06-2025 */
#promo-bar {
    background: #f3c59b;
    color: black;
    font-family: 'Mulish', sans-serif;
    text-align: center;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 9999;
  }

  #promo-bar a.promo-btn {
    background: black;
    color: white;
    padding: 6px 12px;
    margin: 0 8px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
  }

  #promo-bar a.promo-btn:hover {
    background: #333;
  }

  @media (max-width: 768px) {
    #promo-bar {
      font-size: 14px;
      padding: 10px;
    }

    #promo-bar a.promo-btn {
      font-size: 13px;
      padding: 5px 10px;
    }

    #promo-bar #countdown {
    display: block;
    margin-top: 5px;
    }
  }