.destino-top-header {
  background: transparent;
  margin-bottom: 1.75rem;
}

.destino-top-breadcrumb {
  align-items: center;
  color: #475569;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.95rem;
  gap: 0.65rem;
  line-height: 1.4;
  margin-bottom: 1.75rem;
}

.destino-top-breadcrumb a {
  color: #475569;
  text-decoration: none;
}

.destino-top-breadcrumb a:hover {
  color: #0f172a;
  text-decoration: underline;
}

.destino-top-breadcrumb span:last-child {
  color: #0f172a;
  font-weight: 600;
}

.destino-top-breadcrumb svg {
  color: #64748b;
  display: block;
  height: 0.95rem;
  width: 0.95rem;
}

.destino-top-header h1 {
  color: #0f172a;
  font-size: clamp(2rem, 4vw, 2rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 0.8rem;
}

.destino-top-meta {
  align-items: center;
  color: #475569;
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  gap: 0.75rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.destino-meta-separator {
  color: #64748b;
}

.destino-meta-date {
  align-items: center;
  display: inline-flex;
  gap: 0.55rem;
}

.destino-meta-date svg {
  color: #475569;
  flex: 0 0 auto;
  height: .8rem;
  width: .8rem;
}

.destino-top-image {
  aspect-ratio: 21 / 9;
  border-radius: 1rem;
  margin: 0;
  overflow: hidden;
}

.destino-top-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.destino-short-description {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: -webkit-box;
  color: #0f172a;
  font-size: 1.02rem;
  line-height: 1.55;
  margin: 0 0 2rem;
  overflow: hidden;
  padding: 0;
}

@media (max-width: 640px) {
  .destino-top-header {
    margin-bottom: 1.5rem;
  }

  .destino-top-breadcrumb {
    font-size: 0.95rem;
    gap: 0.55rem;
    margin-bottom: 1.25rem;
  }

  .destino-top-header h1 {
    font-size: 1.5rem;
    margin-bottom: 0.9rem;
  }

  .destino-top-meta {
    align-items: flex-start;
    flex-direction: column;
    font-size: 1rem;
    gap: 0.45rem;
    margin-bottom: 0.9rem;
  }

  .destino-meta-separator {
    display: none;
  }

  .destino-top-image {
    aspect-ratio: 4 / 3;
    border-radius: 0.9rem;
  }

  .destino-short-description {
    font-size: 0.98rem;
    line-height: 1.55;
    margin-bottom: 1.35rem;
  }
}
