 .mp-info-header{
     /* margin-top: 8px; */
    border-radius: 0 0 0.2rem 0.2rem;
    /*background: #ccc;*/
    opacity: 0.7;
   /*border-top: 20px solid #f0f0f0;*/
    padding: 0.3rem 0 0.1rem 0;
     text-align: right;
}
.mp-info-header a{
    text-decoration: none;
    color:#4b0000;
     font-size: 0.75rem;
}
.mp-info-box {
    height: 0;
    overflow: hidden;
    display: none;
    font-size: 0.75rem;
    text-align: left;
    color:#000;
}
.mp-info-box.open {
    max-height: 200px; /* Ajusta según contenido */
    opacity: 1;
        background: #b9b9b9;
        padding: 0.5rem;
}
 
 
 
 .mp-info-post{
  /* margin-top: 8px; */
    border-radius: 0 0 12px 12px;
    background: #fff;
    /* opacity: 0.7; */
    /* border-top: 20px solid #f0f0f0; */
    padding: 0.12rem 0.9rem 0.12rem 0;
        border-bottom: 1px solid #e2e8f0;
    text-align: right;
}
.mp-info-post a{
    text-decoration: none;
    color:#4b0000;
     font-size: 13px;
}
.mp-info-box-post {
    height: 0;
    overflow: hidden;
    display: none;
    font-size: 11px;
    padding: 0.5rem;
    color: #333;
    text-align: left;
}
.mp-info-box-post.open {
    max-height: 200px; /* Ajusta según contenido */
    opacity: 1;
        background: #b9b9b9;
        padding: 0.5rem;
}
 
  .ad-card {
         background: #fff;
    border-top: 1px solid #e2e8f0;
   /* border-bottom: 1px solid #e2e8f0;*/
   border-radius: 12px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); */
    /* max-width: 400px; */
    width: 100%;
    padding: 1rem;
    /* text-align: center;*/
    }

    .ad-card-header {
      font-size: 0.85rem;
      font-weight: bold;
      color: #adb1b5;
      text-transform: uppercase;
      margin-bottom: 0.5rem;
      display: flex;
    gap: 3px;
    }

    .ad-card-text {
      font-size: 1rem;
  font-weight: 600;
  color: rgba(45, 55, 72, 0.15); /* color gris translúcido */
  /*text-transform: uppercase;*/
  text-align: center;
 /* letter-spacing: 1px;*/
  pointer-events: none; /* evita clics */
  user-select: none;    /* no se selecciona */
      margin-bottom: 1rem;
      
      
    }

    .adsense-slot {
      border: 1px solid #cbd5e0;
      border-radius: 8px;
      width: 100%;
      min-height: 250px; /* aquí se adapta el anuncio */
      display: flex;
    box-shadow: 0 4px 10px rgb(0 0 0 / 26%);
      align-items: center;
      justify-content: center;
      margin-bottom: 1rem;
      background: #ddd;
    }

    .ad-card-footer {
      font-size: 0.75rem;
      color: #4b0000;
      cursor: pointer;
    }
 
 
 
 
 #inactivityModal {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.6);
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }
    .modal-content-inactivity {
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      text-align: center;
      max-width: 300px;
      width: 80%;
      font-family: sans-serif;
    }
   .modal-content-inactivity button {
         margin-top: 1rem;
    padding: 10px 20px;
    background: #a81729;
    border: 1px solid #a81729;
    color: #ffffff;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    }
   .modal-content-inactivity button:hover {
      background: #a81729;
    }
 
 
 
 
 
 @media (min-width: 901px){
.smart-banner {
 display: none;
}
.smart-banner.hidden {
  display: none;
}

.banner-placeholder {
 display: none;
}
.banner-placeholder.hidden {
  display: none;
}
#closeBanner{
    display:none;
}
               
           }

@media (max-width: 900px){
.smart-banner {
     position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 6rem;
    min-height: 5rem;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
    z-index: 9998;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease-in-out;
}
.smart-banner.hidden {
  display: none;
}
.banner-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
}
#closeBanner {
  background: none;
    border: none;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    padding: 0;
    margin-left: 1rem;
    line-height: 1;
}

#closeBanner {
        position: absolute;
        top: -20px;
        right: 12px;
        z-index: 10000;
        background: #fff;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-bottom: none;
        border-radius: 0.5rem 0.5rem 0rem 0rem;
        font-size: 14px;
        width: 3rem;
        color: #7d7d7d;
        height: 1.3rem;
        /* line-height: 28px; */
        text-align: center;
        cursor: pointer;
        /* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); */
}
#closeBanner.visible {
  display: block;
}
.closeBannerPatron {
  background: none;
    border: none;
    font-size: 18px;
    color: #666;
    padding: 0;
    margin-left: 1rem;
    line-height: 1;
}

.closeBannerPatron {
       position: absolute;
        top: -16px;
        left: -10px;
        z-index: 10000;
        background: #fff;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-bottom: none;
        border-radius: 0.2rem 0.2rem 0rem 0rem;
        font-size: 11px;
        /* width: 3rem; */
        padding: 0.2rem;
        color: #7d7d7d;
        height: 1rem;
        line-height: 10px;
        text-align: center;
        /* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);*/
}
.closeBannerPatron.visible {
  display: block;
}
.banner-placeholder {
   display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem;
        background: #212121;
        border: 1px solid #212121;
        flex-direction: column;
        border-radius: 5px;
}
.banner-placeholder button {
        padding: 0.5rem;
        background: #3f3f3f;
        border-radius: 0.2rem;
        border: 1px solid #1a1a1a;
        color: #ffffff;
        cursor: pointer;
        margin-top: 0.5rem;
        

}
.banner-placeholder button:hover {
        padding: 0.5rem;
        background: #c41e3a;
        border-radius: 0.2rem;
        border: 1px solid #523c40;
        color: #fff;
        cursor: pointer;

}

.banner-placeholder.hidden {
  display: none;
}

}