/* Overrides: remove boxed backgrounds and show floating icons */
.coleccion-hero__share-link {
  width: auto !important;
  height: auto !important;
  padding: 0.25rem 0.35rem !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--ra-color-cobalt, #003da5) !important;
}
.coleccion-hero__share-link--facebook,
.coleccion-hero__share-link--twitter,
.coleccion-hero__share-link--linkedin {
  background: transparent !important;
}
.coleccion-hero__share-link:hover {
  color: var(--ra-color-havelock-blue, #5a9fd4) !important;
  transform: translateY(-3px) !important;
}
body.high-contrast .coleccion-hero__share-link {
  background: transparent !important;
  color: #000 !important;
  border: none !important;
}
.coleccion-hero__date {
  display: block;
  gap: 0.5rem;
  color: var(--ra-color-grey, #6c757d);
  margin: 0;
}
.coleccion-hero__date strong {
  color: var(--ra-color-cobalt, #003da5);
  font-weight: 700;
  margin-right: 0.25rem;
  display: inline-block;
}
/* Compiled styles for coleccion hero (generated from _hero-coleccion.scss) */
.coleccion-hero {
  background-color: #fff8e7;
  padding: 3rem 0;
}
.coleccion-hero .coleccion-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}
.coleccion-hero__content {
  padding-right: 1rem;
}
.coleccion-hero__title {
  font-size: 2.25rem;
  color: var(--ra-color-cobalt, #003da5);
  margin: 0 0 1rem 0;
}
.coleccion-hero__summary {
  color: var(--ra-text-primary, #333333);
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.coleccion-hero__meta {
  color: var(--ra-color-grey, #6c757d);
  font-size: 0.875rem;
  display: flex;
  gap: 0;
  margin-bottom: 0;
}
.coleccion-hero__share-list {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.coleccion-hero__share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  color: #fff;
}
.coleccion-hero__share-link--facebook {
  background: #1877f2;
}
.coleccion-hero__share-link--twitter {
  background: #111;
}
.coleccion-hero__share-link--linkedin {
  background: #0a66c2;
}
.coleccion-hero__share-link:focus {
  outline: 3px solid #0066cc;
  outline-offset: 2px;
}
.coleccion-hero__media {
  text-align: right;
}
.coleccion-hero__figure {
  margin: 0;
}
.coleccion-hero__image {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  width: 100%;
  height: auto;
  max-height: 400px;
  display: block;
  object-fit: cover;
  border: none;
}
@media (max-width: 768px) {
  .coleccion-hero {
    padding: 2rem 0;
  }
  .coleccion-hero__grid {
    grid-template-columns: 1fr;
  }
  .coleccion-hero__title {
    font-size: 1.75rem;
  }
  .coleccion-hero__summary {
    font-size: 1rem;
  }
}
body.high-contrast .coleccion-hero {
  background-color: #fff;
}
body.high-contrast .coleccion-hero__title {
  color: #000;
  font-weight: 700;
}
body.high-contrast .coleccion-hero__image {
  border: 3px solid #000;
}
body.high-contrast .coleccion-hero__share-link {
  background: #ffea00;
  color: #000;
  border: 2px solid #000;
}
