.badge.badge--gray-outline,
.badge.badge--gray-outline-highlight {
  border-radius: 9999999px;
  background: rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  color: #fff;
}

.badge.badge--gray-outline-highlight {
  border: 1px solid #fff;
  padding: 14px 25px;
}

.thumb-block {
  display: flex;
  max-width: 894px;
  aspect-ratio: 16/9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 17px;
  background: linear-gradient(135deg, #0d2026 0%, #173945 100%);
  border-radius: 2rem;
}

.cta.green-cta-outline {
  border-radius: 9999px;
  border: 1px solid rgba(216, 254, 0, 0.4);
  color: #d8fe00;
}

.bg-xadrez-direita,
.bg-xadrez-esquerda {
  background:
    url("/assets/images/reforma-tributaria/certo/img-xadrez-direita.webp")
      no-repeat right,
    #55ecf0 100%;
  background-size: contain;
}

.bg-xadrez-esquerda {
  background:
    url("/assets/images/reforma-tributaria/certo/img-xadrez-esquerda.webp")
      no-repeat left,
    #55ecf0 100%;
}

.grid-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, 100%);
  gap: 2rem;
}

.card-item {
  display: flex;
  padding: 2rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.2);
}

.bg-azul-contador {
  background: #003e51;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 1rem;
  background: #0d2932;
}

.table-responsive::-webkit-scrollbar {
  height: 6px;
}

.table-responsive::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}

table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}

table thead,
table tbody tr:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

table thead tr th {
  font-weight: 700;
}

table thead tr th:last-child {
  color: #d8fe00;
  background: #0c323b;
}

table thead tr th,
table tbody tr td {
  padding: 0.8rem 1rem;
  color: #fff;
}

table tbody tr td {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
}

@media (min-width: 768px) {
  .grid-cards {
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  }
}
