/* === CUSTOM CSS === */
:root {
  --final-score-shadow-color: rgba(224, 217, 10, 0);
}

label[for=aggregate] {
  font-weight: bold;
  font-size: 1.2rem;
}

.section .btn.link_btn_goto span {
  font-size: 0;
}

.section .btn.link_btn_goto span::before {
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  color: inherit;
  content: "RANKING";
}

.m_tabs_nav {
  display: none;
}

.m_entries_entry_actions {
  display: none;
}

.m_entry_avatar {
  display: none;
}

/* Listado PArticipaciones - color custom de cuadros */
/* borde */
body.part_list .m_tabs_content ul.m_entries .m_entries_entry {
  border-color: #F1F2EC;
}

/* encabezado */
body.part_list .m_tabs_content ul.m_entries .m_entries_entry_header {
  background-color: #fcfcfc;
}

/* Cambio de copy btn CONTINUAR juego*/
.wrapper.entry_layout .final-score-base.active form .m_btn {
  font-size: 0;
}
.wrapper.entry_layout .final-score-base.active form .m_btn::before {
  content: "RANKING";
  display: inline-block;
  font-size: 1rem;
}
.wrapper.entry_layout .final-score-base.active form .m_btn i {
  font-size: 1.3rem;
}

/* Ocultamos enlace nativo de BBLL en landing */
.home_layout .legal_row.ct_checkboxes {
  display: none;
}

/* Ocultar-mostrar form_disclaimer */
.link-more-container {
  padding: 0 1.2rem;
}

.link-close-container,
.link-more-container {
  padding-top: 0.32em;
  padding-bottom: 0.32em;
}
.link-close-container a,
.link-more-container a {
  font-size: 0.8rem;
}

.form_disclaimer {
  height: 145px;
  overflow: hidden;
  position: relative;
  padding: 0 1.2rem;
}
.form_disclaimer p {
  margin-bottom: 0.5em;
}

.form_disclaimer.shorter-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  background: linear-gradient(rgba(72, 74, 79, 0) 0%, rgba(72, 74, 79, 0.22) 100%); /*el color depende del color de fondo del form - secundario*/
}