/* Restrained forge-themed delight for core social surfaces. */
.vf-whimsy-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  width: auto;
  margin: 0;
  color: #2f6dff;
  font-size: 0.62rem;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.vf-whimsy-kicker i {
  color: #f59e0b;
  font-size: 0.74rem;
}

.vf-whimsy-composer-input {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center;
  align-items: center !important;
  gap: 12px;
  min-width: 0;
  line-height: 1.2;
  white-space: nowrap !important;
}

.vf-whimsy-composer-input > span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.composer-launcher {
  position: relative;
  overflow: hidden;
}

.composer-launcher::after {
  display: none;
}

body.vf-page-index .vf-newsfeed-shell .composer-launcher .card-body {
  padding: 12px 14px 14px !important;
}

body.vf-page-index .vf-newsfeed-shell .composer-launcher .d-flex {
  gap: 12px;
}

body.vf-page-index .vf-newsfeed-shell .composer-launcher-avatar {
  flex: 0 0 40px;
  margin-right: 0 !important;
}

body.vf-page-index .vf-newsfeed-shell .composer-launcher-input.vf-whimsy-composer-input {
  min-height: 46px !important;
  height: 46px !important;
  padding: 0 18px !important;
  border-radius: 24px !important;
}

body.vf-page-index .vf-newsfeed-shell .vf-composer-quick-actions {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  padding-left: 52px !important;
}

body.vf-page-index .vf-newsfeed-shell .vf-composer-quick-actions button {
  position: relative;
  min-width: 0;
  padding: 0 8px !important;
  white-space: nowrap;
  overflow: hidden;
}

body.vf-page-index .vf-newsfeed-shell .vf-composer-quick-actions button i {
  flex: 0 0 auto;
}

.vf-composer-file-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.publisher .vf-initial-tab-target {
  border-color: rgba(47, 109, 255, 0.42) !important;
  background: rgba(239, 246, 255, 0.98) !important;
  box-shadow: 0 0 0 4px rgba(47, 109, 255, 0.12) !important;
}

.publisher .vf-initial-tab-target .main-icon,
.publisher .vf-initial-tab-target i {
  color: #2f6dff !important;
}

.publisher-loader::after,
.js_comments-filter-loader::after {
  content: "Heating the forge...";
  display: block;
  margin-top: 8px;
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 750;
  text-align: center;
}

.post-actions .action-btn .reaction-btn-name,
.comment-actions .reaction-btn-name,
.comment-actions .js_reply {
  font-weight: 800;
}

.vf-whimsy-empty-note,
.vf-whimsy-no-data {
  position: relative;
}

.vf-whimsy-empty-note::before,
.vf-whimsy-no-data::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: #f59e0b;
  box-shadow: 0 0 0 5px rgba(245, 158, 11, 0.12);
  vertical-align: middle;
}

body.night-mode .vf-whimsy-kicker {
  color: #93c5fd;
}

body.night-mode .publisher-loader::after,
body.night-mode .js_comments-filter-loader::after {
  color: #94a3b8;
}

@media (max-width: 575.98px) {
  .vf-whimsy-composer-input {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px;
    white-space: normal !important;
  }

  .vf-whimsy-kicker {
    font-size: 0.64rem;
  }

  body.vf-page-index .vf-newsfeed-shell .composer-launcher-input.vf-whimsy-composer-input {
    height: auto !important;
    min-height: 54px !important;
    padding: 8px 14px !important;
  }

  body.vf-page-index .vf-newsfeed-shell .vf-composer-quick-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 0 !important;
  }
}
