/*
Theme Name: Superdeportivo
Template: hello-elementor
Version: 1.0
Text Domain: super-depor
*/

body, html {
    background-color: #ffffff !important;
}

.site, .container, .content-area, .site-content, .elementor-section {
    background-color: #ffffff !important;
}

.wp-caption-text {
  font-size: 13px;
  font-style: italic;
  color: #666;
  text-align: center;
  margin-top: 4px;
  font-family: Georgia, serif;
}

/* Para imágenes insertadas directamente */
.entry-content img,
.post-content img,
.single-post img,
.page-content img {
    margin-bottom: 1.2em; /* Podés ajustar a 1em, 2em, etc */
    display: block; /* Opcional: fuerza que la imagen no flote con texto */
}

/* Para imágenes dentro de figure */
.entry-content figure,
.post-content figure,
.single-post figure,
.page-content figure {
    margin-bottom: 1.2em;
}

.logo-sticky {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.elementor-sticky--active .logo-sticky {
  opacity: 1;
}


/* Bloque de "Mención a:" versión light */
.mencion-a {
  font-size: 0.85rem;       /* base en desktop */
  font-weight: 300;         /* light */
  color: #555;
  margin: 0.75rem 0;
  line-height: 1.4;
}

.mencion-a strong {
  margin-right: .35em;
  font-weight: 400;
}

.mencion-a a {
  text-decoration: none;
  border-bottom: 1px dotted currentColor;
  transition: color .2s, border-color .2s;
}

.mencion-a a:hover {
  text-decoration: underline;
  border-color: transparent;
  color: #000;
}

/* Tablet (≤ 1024px) */
@media (max-width: 1024px) {
  .mencion-a {
    font-size: 0.8rem;
  }
}

/* Mobile (≤ 768px) */
@media (max-width: 768px) {
  .mencion-a {
    font-size: 0.75rem;
  }
}
