.oficina-ebook-links {
  order: 9;
  width: 100%;
  margin: 18px 0 0;
  padding-top: 18px;
  border-top: 1px solid #e8e9ec;
}

.single-product .summary > .product_meta {
  order: 10 !important;
}

.oficina-ebook-links__title {
  margin: 0 0 10px !important;
  color: #173f5f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
}

.oficina-ebook-only-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 4px 0 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #edf4f8;
  color: #173f5f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.oficina-ebook-links__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.oficina-ebook-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  background: #fff;
  color: #173f5f !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: 0 2px 8px rgba(20, 39, 64, .06);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.oficina-ebook-link:hover,
.oficina-ebook-link:focus-visible {
  border-color: #d5a928;
  color: #102c43 !important;
  box-shadow: 0 5px 14px rgba(20, 39, 64, .12);
  transform: translateY(-1px);
}

.oficina-ebook-link:focus-visible {
  outline: 2px solid #d5a928;
  outline-offset: 2px;
}

.oficina-ebook-link svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: currentColor;
}

.oficina-ebook-link--amazon { color: #111820 !important; }
.oficina-ebook-link--apple { color: #1d1d1f !important; }
.oficina-ebook-link--google { color: #1a73e8 !important; }
.oficina-ebook-link--kobo { color: #bf1736 !important; }
.oficina-ebook-link--24symbols { color: #ef4b45 !important; }
.oficina-ebook-link--cultura { color: #19683d !important; }
.oficina-ebook-link--skeelo { color: #6f3cff !important; }
.oficina-ebook-link--ubook { color: #f15a29 !important; }

/* Catálogo: atalhos menores, posicionados depois do link principal do card. */
.products .oficina-ebook-links--compact {
  width: calc(100% - 2 * var(--sp-3, 12px));
  margin: 8px var(--sp-3, 12px) var(--sp-3, 12px);
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

.products .oficina-ebook-only-label {
  margin: 6px 0 4px;
  padding: 5px 9px;
  background: #173f5f;
  color: #fff;
  font-size: 10px;
  letter-spacing: .02em;
}

.products .oficina-ebook-links--compact .oficina-ebook-links__title {
  margin-bottom: 6px !important;
  color: #606b76;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.products .oficina-ebook-links--compact .oficina-ebook-links__list {
  gap: 5px;
}

.products .oficina-ebook-links--compact .oficina-ebook-link {
  width: 32px;
  min-height: 32px;
  padding: 6px;
  justify-content: center;
  border-radius: 6px;
}

.products .oficina-ebook-links--compact .oficina-ebook-link span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.products .oficina-ebook-links--compact .oficina-ebook-link svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 480px) {
  .oficina-ebook-link {
    flex: 1 1 calc(50% - 4px);
    justify-content: center;
  }

  .products .oficina-ebook-links--compact .oficina-ebook-link {
    flex: 0 0 32px;
  }
}
