/* =========================================================
   Agami News — Single Post Header Block
   ========================================================= */

.asp-cat-tag {
  display: inline-block;
  color: #e30613;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 8px;
  border-bottom: 3px solid #e30613;
  margin: 0 0 16px;
}

.asp-cat-tag:hover {
  color: #a80510;
}

.asp-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
  color: #111;
  margin: 0 0 22px;
}

.asp-source {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
}

.asp-source-logo {
  height: 40px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}

.asp-source-name {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.asp-meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  color: #444;
  margin: 0 0 12px;
}

.asp-meta-sep {
  color: #ccc;
}

.asp-print-link {
  color: #0f7a3d;
  text-decoration: underline;
}

.asp-print-link:hover {
  color: #0b5c2e;
}

.asp-photocard-link {
  color: #e30613;
  text-decoration: underline;
}

.asp-photocard-link:hover {
  color: #a80510;
}

.asp-share-count {
  font-size: 15px;
  font-weight: 600;
  color: #111;
  margin: 0 0 14px;
}

.asp-share-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
}

.asp-icon-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #dfe2e2;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  font-size: 18px;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.asp-icon-btn:hover {
  background: #f5f7f7;
}

.asp-copy-link.is-copied {
  background: #0f7a3d;
  border-color: #0f7a3d;
  color: #fff;
}

@media (max-width: 576px) {
  .asp-title {
    font-size: 22px;
  }

  .asp-icon-btn {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }
}
