/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* ======== PERSONALIZACIONES GENERALES ======== */

@media (max-width: 768px) {
  .page-id-395651 h1 {
    font-size: 32px;
  }
}

#rank-math-faq .rank-math-question {
  font-size: 29px;
  font-weight: 500;
}

.review-card {
  max-width: 100% !important;
}

.breadcrumbs,
.rank-math-breadcrumb {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: block;
  max-width: 100%;
  scrollbar-width: none;
}

.separate-containers .site-main {
  margin: 10px;
}

.page-header,
.sidebar .widget,
.site-main > * {
  margin-bottom: 5px;
}

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.one-container .site-content,
.inside-page-header {
  padding: 20px;
  border-radius: 10px;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.sidebar .widget {
  background-color: var(--base-3);
  border-radius: 10px;
}

h3.gb-headline-9467764e a {
  color: var(--base-2);
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0.5em;
}

.sidebar h3.gb-headline {
  text-shadow: 2px 2px rgb(0, 0, 0, 0.5);
}

strong,
b {
  font-weight: 600;
}

.rank-math-breadcrumb a:nth-of-type(1) {
  background: url('https://www.nbamaniacs.com/wp-content/uploads/2025/04/home_icon.png') no-repeat left center;
  color: #f0f0f0;
  font-size: 1px;
  padding: 13px 17px 1px 0;
  opacity: 0.7;
}

.rank-math-breadcrumb * {
  font-size: 14px;
}

.pum-theme-395064 .pum-content + .pum-close,
.pum-theme-content-only .pum-content + .pum-close {
  transform: translateX(150px);
}

.link_cta {
  cursor: pointer;
}

button.link_cta {
  background: #bd3532;
}

/* ======== PROMO CONTAINER ======== */

.promo-container {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 800px;
  margin: 10px auto;
  font-family: Arial, sans-serif;
}

.promo-img {
  background: #bd3532;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.promo-img img {
  max-height: 280px;
  max-width: 100%;
  border-radius: 8px;
}

.promo-content {
  flex: 1;
  padding: 30px;
  text-align: center;
}

.promo-content .logo {
  background: #bd3532;
  color: white;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 10px;
}

.promo-content .amount {
  font-size: 24px;
  color: #bd3532;
  font-weight: bold;
  margin: 10px 0;
}

.promo-content .code-box {
  margin: 15px auto;
  padding: 10px 20px;
  border: 1px dashed #aaa;
  border-radius: 20px;
  width: fit-content;
  color: #555;
}

.promo-content a.button {
  display: inline-block;
  background: #bd3532;
  color: white;
  padding: 12px 30px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 25px;
  margin-top: 10px;
  transition: background 0.3s;
}

.promo-content a.button:hover {
  background: #ffa500;
}

.promo-content small {
  display: block;
  margin-top: 20px;
  color: #777;
  font-size: 12px;
}

.promo-content .highlight {
  color: #ff5722;
  font-weight: bold;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .promo-container {
    flex-direction: column;
  }
  .promo-img,
  .promo-content {
    flex: unset;
    width: 100%;
    padding: 20px;
  }
  .promo-content {
    padding-top: 0;
  }
  .promo-content .amount {
    font-size: 20px;
  }
  .promo-content .code-box {
    width: 100%;
    box-sizing: border-box;
  }
  .promo-content a.button {
    width: 100%;
    padding: 14px;
  }
}

/* ======== TABLA INFO CASINO ======== */

.nbm-casino-info-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: 20px;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  color: #1c1c1c;
  font-size: 15px;
}

.nbm-casino-info-table thead th {
  background-color: #f0f4ff;
  color: #222;
  font-weight: 600;
  padding: 12px;
  text-align: left;
  border-bottom: 2px solid #d4d9e1;
}

.nbm-casino-info-table tbody td {
  padding: 12px;
  border-bottom: 1px solid #eee;
}

.nbm-casino-info-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.nbm-casino-info-table tbody tr:hover {
  background-color: #eef3ff;
}

/* ======== TABLA CONTACTO ======== */

#nbm-contacto-wrapper.nbm-contacto-tabla-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.nbm-contacto-fila {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.nbm-contacto-celda {
  flex: 1;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #ddd;
}

.nbm-contacto-celda:last-child {
  border-right: none;
}

.nbm-contacto-header {
  background-color: #f2f2f2;
  font-weight: bold;
}

@media (max-width: 600px) {
  .nbm-contacto-fila {
    flex-direction: column;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
  }
  .nbm-contacto-celda {
    border-right: none;
    padding: 15px;
    text-align: left;
    position: relative;
  }
  .nbm-contacto-celda::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  .nbm-contacto-header {
    display: none;
  }
}

/* ======== TABLA MÉTODOS DE PAGO ======== */

#nbm-metodos-wrapper.nbm-table-metodos-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.nbm-table-metodos-row {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.nbm-table-metodos-cell {
  flex: 1;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #ddd;
}

.nbm-table-metodos-cell:last-child {
  border-right: none;
}

.nbm-table-metodos-header {
  background-color: #f2f2f2;
  font-weight: bold;
}

@media (max-width: 600px) {
  .nbm-table-metodos-row {
    flex-direction: column;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  .nbm-table-metodos-cell {
    border-right: none;
    padding: 15px;
    text-align: left;
    position: relative;
  }
  .nbm-table-metodos-cell::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  .nbm-table-metodos-header {
    display: none;
  }
}



/* ======== CTA PRONÓSTICOS ======== */

.cuotas-box {
  background-color: #001c2b;
  padding: 20px;
  border-radius: 12px;
  max-width: 700px;
  margin: 30px auto;
  color: white;
  font-family: Arial, sans-serif;
}

.cuotas-partido {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cuotas-info {
  background-color: white;
  color: #001c2b;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}

.cuotas-titulo {
  font-weight: bold;
  color: #001c2b;
  margin-bottom: 12px;
  font-size: 16px;
}

.cuotas-equipos-horizontales {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.cuotas-equipo {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  flex: 1;
  min-width: 100px;
}

.cuotas-equipo img {
  width: 50px;
  margin-bottom: 5px;
}

.cuotas-detalle {
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  min-width: 80px;
}

.cuotas-cuotas-link {
  text-decoration: none;
}

.cuotas-cuotas {
  background-color: #102040;
  padding: 12px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;
}

.cuota {
  background-color: white;
  color: #001c2b;
  padding: 6px 10px;
  border-radius: 5px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}

.cuota-id {
  background-color: #bd3532;
  color: #ffff;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 13px;
}

.cuotas-btn {
  background-color: #bd3532;
  color: #ffff;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin-top: 10px;
  transition: background 0.3s ease;
}

.cuotas-btn:hover {
  background-color: #e6b800;
}

.cuotas-footer {
  font-size: 10px;
  color: #cccccc;
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 600px) {
  .cuotas-equipos-horizontales {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .cuotas-cuotas {
    flex-wrap: nowrap;
    justify-content: center;
  }
}

/* ======== FAQ RANK MATH ======== */

.custom-faq-style {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
}

.custom-faq-style .rank-math-question {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

.custom-faq-style .rank-math-answer,
.custom-faq-style .rank-math-answer p {
  font-size: 20px !important;
  line-height: 1.5 !important;
}

@media (max-width: 768px) {
  .custom-faq-style .rank-math-question {
    font-size: 20px !important;
  }
  .custom-faq-style .rank-math-answer,
  .custom-faq-style .rank-math-answer p {
    font-size: 20px !important;
  }
  .home ul.wp-block-ub-styled-list {
    padding-left: 0 !important;
  }
  .category .resize-featured-image .post-image img {
    width: 100%;
  }
  .rank-math-breadcrumb {
    padding: 0 20px;
  }
}

/* ======== STICKY EVERGREEN ======== */

.fixed-left {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

/* ======== CTA APUESTAS ======== */

.cta-container {
  background-color: #001e28;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.cta-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cta-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.cta-subtitle {
  font-size: 18px;
  padding: 1px 0;
  color: #fff;
}

.cta-legal {
  font-size: 11px;
  color: white;
}

.cta-button-wrapper {
  margin: 0;
}

.cta-button {
  cursor: pointer;
  background-color: #ffa900;
  font-family: 'TT Commons', Sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 5px;
  padding: 8px 20px 8px 16px;
  border: none;
  text-align: center;
  display: inline-block;
  transition: background-color 0.3s ease;
}

@media (max-width: 768px) {
  .cta-container {
    flex-direction: column;
    text-align: center;
  }
  .cta-button-wrapper {
    margin-top: 10px;
    width: 100%;
  }
  .cta-button {
    width: 100%;
  }
}


.logo_footer img{
	width:347px !important;height:auto;
}

.inicio-slider-container {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
    position: relative;
}

.inicio-slider {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
    flex-wrap: wrap;
    justify-content: center;
}

.inicio-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px;
    min-width: 300px;
    max-width: 300px;
    flex-shrink: 0;
    position: relative;
    margin: 10px;
}

.inicio-card-top-label {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #bd3532;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 0.8em;
    z-index: 2;
}

.inicio-card-logo {
    width: 150px;
    height: auto;
    max-height: 100px;
    margin: 20px auto;
    object-fit: contain;
}

.inicio-card-title {
    font-size: 1.4em;
    color: #333;
    margin: 0 0 10px;
}

.inicio-card-rating {
    font-size: 1em;
    color: #ffaa00;
    margin: 0 0 10px;
}

.inicio-card-bonus {
    font-size: 0.9em;
    color: #555;
    margin: 0 0 20px;
}

.inicio-card-button {
    background-color: #bd3532;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    transition: background-color 0.3s;
}

.inicio-card-button:hover {
    background-color: #a02a28;
}

@media (max-width: 768px) {
    .inicio-card {
        min-width: 90%;
        max-width: 90%;
        margin: 10px auto;
    }
}