.anuncio-adsninja {
  background-color: #fffdf3;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 15px 10px;
  margin-bottom: 10px;
}

.anuncio-adsninja .btn_saiba_mais {
  background-color: #ffcc00;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 4px;
  text-align: center;
  margin-top: 10px;
  display: inline;
  position: relative;
  top: 15px;
  max-width: 200px;
  margin-bottom: 20px;
}

.anuncio-adsninja a {
  text-decoration: none!important;
  color: #1a0dab;
}

.anuncio-adsninja h4 {
  color: #1a0dab;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;

}

.anuncio-adsninja p {
  margin: 0;
  color: #333333;
  font-size: 14px;
}

.dashboard-table {
  width: 100%;
  border-collapse: collapse;
}

.dashboard-table th,
.dashboard-table td {
  padding: 8px;
  text-align: left;
  border: 1px solid #ddd;
}

.dashboard-table th {
  background-color: #f2f2f2;
  font-weight: bold;
}

.ads_footer_fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  margin-bottom: 0 !important;
}

.ads_footer_fixed .anuncio-adsninja {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0!important;
}

.ads_footer_fixed .anuncio-adsninja .anuncio-content {
  flex: 1;
}

.ads_footer_fixed .anuncio-adsninja .btn_saiba_mais {
  margin-left: 10px;
}

.ads_header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  margin-top: 0!important;
}

.ads_header_fixed img,
.ads_footer_fixed img {
  width: 150px;
}

@media (max-width: 768px) {
  .ads_footer_fixed .anuncio-adsninja {
    flex-direction: column;
    align-items: flex-start;
  }
  .ads_footer_fixed .anuncio-adsninja .anuncio-adsninja-image img {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .ads_header_fixed img,
  .ads_footer_fixed img {
    display: none;
  }
  .ads_header_fixed .anuncio-adsninja,
  .ads_footer_fixed .anuncio-adsninja {
    padding: 20px!important;
    padding-bottom: 40px!important;
    border-radius: 0!important;
  }
}

.fechar_anuncio {
  position: absolute!important;
  top: 10px!important;
  right: 10px!important;
  background-color: red!important;
  color: white!important;
  font-size: 10px!important;
  padding: 5px!important;
  border-radius: 3px!important;
  border: none!important;
}

#popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 660px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

#popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ff0000;
  color: #ffffff;
  border: none;
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
}

#popup-close:hover {
  background-color: #cc0000;
}

.anuncio-adsninja {
  display: flex;
  align-items: center;
}

.anuncio-adsninja a {
  display: flex;
  text-decoration: none;
}

.anuncio-adsninja .anuncio-adsninja-image {
  margin-right: 10px;
}

.anuncio-adsninja .anuncio-adsninja-image img {
  max-width: 250px;
  height: auto;
}

.anuncio-adsninja .anuncio-content {
  flex: 1;
}

/* Estilos para dispositivos móveis */
@media (max-width: 767px) {
  .anuncio-adsninja {
    flex-direction: column;
  }

  .anuncio-adsninja .anuncio-adsninja-image {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .anuncio-adsninja .anuncio-adsninja-image img {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .anuncio-adsninja {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .anuncio-adsninja a {
    display: block!important;
  }

  .anuncio-adsninja .anuncio-adsninja-image {
    order: -1;
    margin-bottom: 10px;
  }
}
.shortcode_vertical {
  width: 270px;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
}
.shortcode_vertical a{
  flex-direction: column;

}
.shortcode_vertical .anuncio-adsninja-image {
  display: flex;
  justify-content: center;
}

.shortcode_vertical .anuncio-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.shortcode_vertical h4{
  margin:15px 0;
}
.ads_no_image{
  flex-direction: column;

}