body.single-news .single-post-title {
  margin-bottom: 0;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 14px;
  max-width: 100%;
  padding: 0 8px;
  user-select: none;
  -webkit-user-select: none;
}

.article-meta-date {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
  white-space: nowrap;
}

.article-meta-date .evrim-icon {
  width: 14px;
  height: 14px;
  font-size: 14px;
  opacity: 0.92;
}

.article-meta-date .evrim-icon svg {
  width: 14px;
  height: 14px;
  overflow: visible;
}

.article-share {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (min-width: 601px) {
  .article-share {
    padding-left: 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.32);
  }
}

.article-share-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.36);
  color: #fff;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
  transition: background 0.15s ease, transform 0.12s ease;
}

.article-share-btn .evrim-icon {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.article-share-btn .evrim-icon svg {
  width: 18px;
  height: 18px;
  overflow: visible;
}

.article-share-btn:hover {
  background: rgba(0, 0, 0, 0.52);
}

.article-share-btn:active {
  transform: scale(0.94);
}

.article-share-btn:focus {
  outline: none;
}

.article-share-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.article-share-glyph {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.article-share-glyph .evrim-icon {
  position: absolute;
  inset: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.article-share-glyph .evrim-icon-check {
  opacity: 0;
  transform: scale(0.5);
}

.article-share-btn.is-copied .article-share-glyph .evrim-icon-link {
  opacity: 0;
  transform: scale(0.5);
}

.article-share-btn.is-copied .article-share-glyph .evrim-icon-check {
  opacity: 1;
  transform: scale(1);
}

.article-share-btn.is-copied {
  background: rgba(255, 255, 255, 0.22);
  animation: article-share-copied 0.42s ease;
}

.article-share-native {
  display: none;
}

.article-share.is-native-ready .article-share-native {
  display: inline-flex;
}

@keyframes article-share-copied {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .article-share-btn,
  .article-share-glyph .evrim-icon {
    transition: none;
  }

  .article-share-btn.is-copied {
    animation: none;
  }
}

@media screen and (max-width: 600px) {
  body.single-news .single-post-title {
    margin-bottom: 0;
  }

  .article-meta {
    padding: 0 4px;
    gap: 10px 12px;
  }

  .article-meta-date {
    font-size: 12px;
  }

  .article-share-btn {
    width: 36px;
    height: 36px;
  }
}
