/* Fui Colocado? custom styles */

.htmx-indicator {
  display: none;
}

.htmx-request .htmx-indicator,
.htmx-request.htmx-indicator {
  display: inline-block;
}

.ad-block {
  min-height: 90px;
}

/* Mobile-first table tweaks */
@media (max-width: 768px) {
  .table-responsive table {
    font-size: 0.85rem;
  }
}
