.external-featured { width: 100%; height: auto; object-fit: cover; }
.at-media-credit { font-size: 0.75rem; color: #666; margin-top: 0.25rem; text-align: right; }

.at-media-featured-wrap,
.at-guide-card__media-frame {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.at-media-photographer-badge {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 6px 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  color: #111827;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  pointer-events: none;
}

.at-guide-card__media .at-media-photographer-badge {
  right: 8px;
  bottom: 8px;
  font-size: 10px;
  padding: 4px 8px;
}

.at-external-credit-row {
  word-break: break-word;
}

.at-media-badge {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.at-media-badge--banned {
  background: #fce8e8;
  color: #b32d2e;
}

.at-media-grid-badge {
  position: absolute;
  left: 6px;
  bottom: 6px;
  z-index: 2;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
  pointer-events: none;
}

.at-media-grid-badge--unsplash { background: #111827; }
.at-media-grid-badge--wiki { background: #1d4ed8; }
.at-media-grid-badge--other { background: #4b5563; }

.at-media-grid-badge--banned {
  left: auto;
  right: 6px;
  background: #b32d2e;
}

.attachment-preview { position: relative; }

.at-external-ban-link--ban {
  color: #b32d2e;
}

.attachment-media-view .thumbnail {
  position: relative;
}

.at-external-modal-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  pointer-events: none;
}

.at-media-modal-badge {
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.at-media-modal-badge--unsplash { background: #111827; }
.at-media-modal-badge--wiki { background: #1d4ed8; }
.at-media-modal-badge--other { background: #4b5563; }

.at-media-modal-badge--banned {
  margin-left: auto;
  background: #b32d2e;
}

.attachment-actions .at-external-source-link {
  margin-top: 8px;
}
