/* Cores customizadas */
.text-primary-custom {
  color: #0099a7;
  text-align: start;
  font-weight: 700;
  font-size: 16px;
}

.card-img-top {
  width: 100%;
  object-fit: cover;
}

.time {
  font-weight: 600;
  text-align: start;
  width: 100%;
  color: #0099a7 !important;
  margin-top: 2%;
  font-size: 14px;
}

.card-body {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.title-card {
  font-weight: 700;
  text-align: start;
  font-size: 18px !important;
  margin-top: 2%;
}

.btn-custom-warning {
  background-color: #fbbd08;
  border: none;
  padding: 8px 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
  color: white;
  margin: 0px;
}
.btn-custom-warning:hover {
  background-color: #e0a807;
  text-decoration: none;
}

/* Categorias */

.sidebar-categoria {
  margin-top: 5%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
  justify-content: start;
}

.sidebar-categoria ul {
  padding-left: 0;
  margin: 0px;
  text-align: start;
}
.sidebar-categoria ul li {
  margin-bottom: 10px;
}
.sidebar-categoria ul li a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}
.sidebar-categoria ul li a:hover {
  color: #0099a7;
  text-decoration: underline;
}

/* Card de notícia */
.leia-tambem .card {
  border-radius: 8px;
  overflow: hidden;
}
.leia-tambem .card-body p {
  font-size: 14px;
  color: #444;
}
