.x-profile-stats .yal-stat-btn,
.x-profile-stats .yal-stat-link {
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: baseline;
  gap: 0.25rem;
}

.x-profile-stats .yal-stat-btn:hover strong,
.x-profile-stats .yal-stat-btn:focus-visible strong,
.x-profile-stats .yal-stat-link:hover strong,
.x-profile-stats .yal-stat-link:focus-visible strong {
  text-decoration: underline;
}

.yal-follows-backdrop {
  display: none;
}

.yal-follows-page {
  display: block;
  width: 100%;
  min-height: calc(100vh - 120px);
  background: var(--bg, #000);
  border-top: 1px solid #2f3336;
}

.yal-follows-page-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #2f3336;
  position: sticky;
  top: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.92);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.yal-follows-page-head h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
}

.yal-follows-back {
  border: none;
  background: transparent;
  color: #e7e9ea;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
}

.yal-follows-back:hover {
  background: rgba(231, 233, 234, 0.08);
}

body.yal-follows-page-open .x-profile-topbar h3,
body.yal-follows-page-open .x-profile-topbar .x-muted {
  visibility: hidden;
}

.yal-follows-modal {
  width: min(600px, 100%);
  max-height: min(80vh, 720px);
  background: #000;
  border: 1px solid #2f3336;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.55);
}

.yal-follows-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #2f3336;
}

.yal-follows-head h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
}

.yal-follows-head button {
  border: none;
  background: transparent;
  color: #e7e9ea;
  font-size: 1.25rem;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.yal-follows-head button:hover {
  background: rgba(231, 233, 234, 0.08);
}

.yal-follows-list {
  overflow-y: auto;
  max-height: none;
}

.yal-follows-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid #16181c;
}

.yal-follows-profile-btn {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  padding: 0;
  cursor: pointer;
}

.yal-follows-profile-btn:hover,
.yal-follows-profile-btn:focus-visible {
  opacity: 0.92;
}

.yal-follows-row:hover {
  background: rgba(231, 233, 234, 0.04);
}

.yal-follows-row-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.yal-follows-message-btn {
  width: 36px;
  height: 36px;
  border: 1px solid #536471;
  border-radius: 50%;
  background: transparent;
  color: #e7e9ea;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}

.yal-follows-message-btn svg {
  width: 18px;
  height: 18px;
}

.yal-follows-message-btn:hover:not(:disabled) {
  background: rgba(29, 155, 240, 0.12);
  border-color: #1d9bf0;
  color: #1d9bf0;
}

.yal-follows-message-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.yal-follows-block-btn {
  flex-shrink: 0;
  border: 1px solid #536471;
  background: transparent;
  color: #e7e9ea;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
  cursor: pointer;
}

.yal-follows-block-btn:hover {
  background: rgba(239, 35, 60, 0.12);
  border-color: #ef233c;
  color: #ef233c;
}

.yal-follows-block-btn.is-unblock {
  border-color: #536471;
  color: #e7e9ea;
}

.yal-follows-block-btn.is-unblock:hover {
  background: rgba(231, 233, 234, 0.08);
  border-color: #71767b;
  color: #e7e9ea;
}

.yal-follows-block-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.yal-follows-foot {
  padding: 12px 16px;
  border-top: 1px solid #2f3336;
  text-align: center;
}

.yal-follows-manage-blocks {
  border: none;
  background: transparent;
  color: #1d9bf0;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  padding: 4px 8px;
}

.yal-follows-manage-blocks:hover {
  text-decoration: underline;
}

.yal-follows-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #2f3336;
  display: grid;
  place-items: center;
  font-weight: 700;
  flex-shrink: 0;
  overflow: hidden;
}

.yal-follows-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yal-follows-meta {
  flex: 1;
  min-width: 0;
}

.yal-follows-name {
  font-weight: 700;
  line-height: 1.2;
}

.yal-follows-handle {
  color: #71767b;
  font-size: 0.92rem;
}

.yal-follows-bio {
  margin: 2px 0 0;
  color: #cfd3d6;
  font-size: 0.86rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.yal-follows-empty {
  padding: 32px 16px;
  text-align: center;
  color: #71767b;
}

.yal-follows-loading {
  padding: 24px 16px;
  text-align: center;
  color: #71767b;
}
