/* Paylaş menüsü — Figma (201×200, #E6E7E9) */
.asas-share-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.asas-share-popover {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  z-index: 50;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 201px;
  min-height: 200px;
  padding: 0 10px 0 0;
  gap: 0;
  background: #ffffff;
  border: 1px solid #e6e7e9;
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.asas-share-popover[hidden] {
  display: none !important;
}

/* Üst: Bağlantıyı Kopyala — 56px, alt çizgi */
.asas-share-popover__section--copy {
  box-sizing: border-box;
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 56px;
  min-height: 56px;
  padding: 16px 10px 16px 16px;
  gap: 10px;
  background: #ffffff;
  border-bottom: 1px solid #e6e7e9;
}

/* Alt: sosyal — 144px alan, satırlar arası 20px */
.asas-share-popover__section--social {
  box-sizing: border-box;
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 144px;
  min-height: 144px;
  padding: 16px 10px 16px 16px;
  gap: 10px;
  background: #ffffff;
}

.asas-share-popover__social-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 20px;
}

.asas-share-popover__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 12px;
  min-height: 24px;
  width: 100%;
  border: none;
  background: none;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6d7175;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}

.asas-share-popover__row:hover {
  color: #344054;
}

.asas-share-popover__icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.asas-share-popover__icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.asas-share-popover__label {
  display: flex;
  align-items: center;
  line-height: 20px;
}

.asas-copy-toast {
  position: fixed;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  z-index: 10060;
  padding: 12px 20px;
  background: #101828;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .asas-share-popover {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 6px);
  }
}
