/* noticia-tab */
.noticia-tab-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  position: relative;
  width: 797px;
}

.noticia-tab-header {
  display: flex;
  gap: 36px;
  align-items: flex-start;
}

.noticia-tab-date {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #383838;
  font-weight: 400;
  white-space: nowrap;
}

.noticia-tab-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 694px;
}

.noticia-tab-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  width: 530px;
  color: #1c1c1c;
}

.noticia-tab-title {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
}

.noticia-tab-desc {
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}

.noticia-tab-author-row {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 12px;
  white-space: nowrap;
}

.noticia-tab-author-label {
  font-weight: 400;
}

.noticia-tab-author-name {
  font-weight: 700;
}

.noticia-tab-img {
  position: relative;
  width: 146px;
  height: 146px;
  flex-shrink: 0;
}

.noticia-tab-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.noticia-tab-divider {
  height: 4.25px;
  width: 100%;
  position: relative;
}

.noticia-tab-divider img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}
