.bellota {
  font-family: 'Inter', sans-serif !important;
  /* font-weight: bold !important; */
}
.section--syarat .btn {
  text-transform: uppercase;
}
.section--syarat li,
.section--syarat p {
  font-size: 16px;
}
.section--syarat h1 {
  font-family: 'Inter', sans-serif !important;
  font-weight: bold !important;
}
.popup-body .snk {
  max-height: 350px !important;
}
.section--headline .logo {
  font-family: var(--font-family-primary);
  color: var(--primary);
}
@media only screen and (max-width: 768px) {
  .wrapper-popup {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }
}
.pointer {
  cursor: pointer;
}
@media only screen and (orientation:landscape) and (max-width: 992px){
  header .header__col_left_right.hide-lg {
    display: block;
  }
  header .header__nav_inner_list li {
    margin-top: 20px;
  }
  .section--headline .container {
    padding-bottom: 20px;
  }
  .section--syarat_left {
    display: none;
  }
  .section--syarat .section__body {
    display: block;
  }
  footer .footer__socmed li {
    padding: 10px 0;
    font-size: 0.75em;
    text-align: center;
  }
}

@media (max-width: 767px) {
  #news li figure > img {
      width: 130px;
  }
  div.section--headline {
    background-image: url("../images/webp/bg-headline-mobile.webp");
    background-position-y: 50px;
  }
}
@media (min-width: 768px) {
  #news li figure > img {
      width: 100%;
  }
}
.bg-theme-da {
  background-color: var(--primary);
}
.font-theme-da {
  color: var(--primary);
}
body:has(#page-berita) .header {
  background-image: linear-gradient(to left, #D2BA5D, #6B461D 50%);
  visibility: visible;
  animation-delay: 1s;
  animation-name: fadeInDown;
}
.pagination_list_item{transition:all .3s ease;display:flex;align-items:center;justify-content:center}.pagination_list_item.active,.pagination_list_item:hover{color:var(--primary)}

/* custom preflight tailwind */
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mt-10 {
  margin-top: 2.5rem
}
.space-x-4 > * + * {
  margin-left: 1rem; /* 16px */
}

.space-x-2 > * + * {
  margin-left: 2rem; /* 32px */
}

@media (max-width: 767px) {
  /* #headline-small-logo {
    margin-left: -3rem;
    margin-right: -3rem;
  } */
  #headline-small-logo img {
    max-width: 90px;
  }
}
@media (min-width: 768px) {
  #headline-small-logo img {
    max-width: 110px;
  }
}
.btn-text-mobile { display: none; }
.btn-text-desktop { display: inline; }
@media (max-width: 767px) {
  .btn-text-mobile { display: inline; }
  .btn-text-desktop { display: none; }
}
.section--headline p.text-body {
  color: var(--primary);
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}
.section--headline p.text-body-light {
  color: var(--primary);
  font-size: 13px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .section--headline p.text-body {
    font-size: 22px;
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .section--headline p.text-body-light {
    font-size: 20px;
    margin-top: -15px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .section--headline .section__body {
    min-height: calc(100vh - 120px);
    align-items: center;
  }
  .section--headline_left {
    align-self: center;
    position: relative;
    z-index: 1;
  }
  .section--headline_right {
    padding-top: 0;
    align-self: flex-end;
    position: relative;
    z-index: 2;
  }
  .section--headline_right img {
    transform: scale(1.15);
    transform-origin: bottom center;
  }
}
#tnc-small-logo img {
  max-width: 110px;
  height: auto;
}
#headline-small-logo {
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
}

.section--headline_left {
  text-align: center !important;
  align-items: center !important;
}

.section--headline .logo {
  justify-content: center !important;
}
#tnc-small-logo {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.bottomframe {
  text-align: center;
  transition: all .5s;

}
.bottomframe.hidden {
  display: block;
  bottom: -94px;
}
.bottomframe button {
  min-width: 65px;
  background-color: var(--primary);
  color: white;
  padding: 0px 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.section--syarat_left {
  place-content: center !important;
  padding-right: 0 !important;
}
.cols2 {
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
  float: left
}
.row-stepForm .cols2 {
  width: 50%
}
.input-songs {
  padding: 12px 20px 20px 20px;
  border: 1px solid #a7a7a7;
  border-radius: 9px;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.input-songs .title-field {
  color: var(--primary);
  margin-bottom: 1em;
}
.input-songs .subtitle-field {
  color: #999;
}
.mb-0 {
  margin-bottom: 0;
}
.label_form {
  font-size: 12px;
}
.tnc__hashtag {
  font-size: 20px;
}
@media (max-width: 767px) {
  .tnc__hashtag {
    font-size: 14px;
  }
}
.footer__hashtags {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .footer__hashtags {
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
}