.lemon-badge {
    height: 40px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding-inline: 20px;
    cursor: pointer;
    padding-block: 10px;
    margin-bottom: 5px;
}

.lemon-badge:hover {
    transition: all 0.3s ease-in-out;
    background-color: #ffd90e !important;
    color: black !important;
}

.lemon-logo {
    width: 50px;
    height: 50px;
}

.lemon-video {
    width: 100%;
    max-height: 600px;
}

* {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-style: normal;
}

a {
  text-decoration: none;
  color: inherit;
}

.video-overlay {
  z-index: 1;
  pointer-events: none;
}

a {
  font-size: clamp(1rem, 1vw + 0.2rem, 1rem);
  padding: 0.1em 0.4em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  text-align: center;
}

.lemon-line {
    width:  70px;
    height: 3px;
    background-color: #dadada;
    margin: 0 auto;
    border-radius: 100px;
}