/* =====================================================================
   SHARE-TOOLBAR-LOCK 2026-09-24
   Restores like / print / share row on fullstory.
   Cause: densify set aside.mblock to display:flex while .cf clearfix
   ::before/::after (display:table) became extra flex items; style.css
   still floated .ratebox3 / .service_buttons with fixed 40px heights.
   Do not put this inside adaptive.css tip. Keep linked before font-scale-110.
   ===================================================================== */

.full-story aside.mblock.ignore-select.cf::before,
.full-story aside.mblock.ignore-select.cf::after {
  content: none !important;
  display: none !important;
  clear: none !important;
}

.full-story aside.mblock.ignore-select.cf {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px 12px !important;
  margin: 12px 0 16px !important;
  float: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.full-story aside.mblock.ignore-select .ratebox,
.full-story aside.mblock.ignore-select .ratebox2,
.full-story aside.mblock.ignore-select .ratebox3 {
  float: none !important;
  margin: 0 !important;
  height: auto !important;
  flex: 0 0 auto !important;
}

.full-story aside.mblock.ignore-select .ratebox3 .rating-plus-big,
.full-story aside.mblock.ignore-select .rating-plus-big {
  box-sizing: border-box !important;
  min-height: 36px !important;
  height: auto !important;
  line-height: 1.2 !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 6px 12px 6px 40px !important;
}

.full-story aside.mblock.ignore-select .service_buttons {
  float: none !important;
  height: auto !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  flex: 0 0 auto !important;
}

.full-story aside.mblock.ignore-select .service_buttons a {
  float: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 4px 12px !important;
  box-sizing: border-box !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  color: #1f3358 !important;
  text-decoration: none !important;
  border: 1px solid #d5dde8 !important;
  background: #eef2f8 !important;
}

.full-story aside.mblock.ignore-select .service_buttons i,
.full-story aside.mblock.ignore-select .service_buttons i.print_button,
.full-story aside.mblock.ignore-select .service_buttons i.edit_button {
  float: none !important;
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  margin: 0 !important;
  border: 0 !important;
  opacity: 0.75 !important;
  vertical-align: middle !important;
}

.full-story aside.mblock.ignore-select .service_buttons .print-action-label {
  font-style: normal !important;
  line-height: 1.2 !important;
}

.full-story aside.mblock.ignore-select .share-links {
  float: none !important;
  clear: none !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 6px 8px !important;
  margin: 0 !important;
  width: auto !important;
  flex: 1 1 240px !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

.full-story aside.mblock.ignore-select .share-links .share-label {
  flex: 0 0 auto !important;
  width: auto !important;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  color: #5a6578 !important;
}

.full-story aside.mblock.ignore-select .share-link {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 32px !important;
  min-width: 40px !important;
  padding: 4px 10px !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  box-sizing: border-box !important;
  text-decoration: none !important;
}

@media (max-width: 640px) {
  .full-story aside.mblock.ignore-select.cf {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
  }
  .full-story aside.mblock.ignore-select .ratebox,
  .full-story aside.mblock.ignore-select .ratebox2,
  .full-story aside.mblock.ignore-select .ratebox3,
  .full-story aside.mblock.ignore-select .service_buttons,
  .full-story aside.mblock.ignore-select .share-links {
    width: 100% !important;
    flex: 0 0 auto !important;
  }
  .full-story aside.mblock.ignore-select .service_buttons a {
    width: 100% !important;
    min-height: 44px !important;
    font-size: 14px !important;
  }
  .full-story aside.mblock.ignore-select .ratebox3 .rating-plus-big,
  .full-story aside.mblock.ignore-select .rating-plus-big {
    width: 100% !important;
    justify-content: center !important;
    min-height: 44px !important;
  }
  .full-story aside.mblock.ignore-select .share-links {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    align-items: stretch !important;
  }
  .full-story aside.mblock.ignore-select .share-links .share-label {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    margin: 0 0 2px !important;
  }
  .full-story aside.mblock.ignore-select .share-link {
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    font-size: 14px !important;
    box-sizing: border-box !important;
  }
}

/* NOTE: SHARE-TOOLBAR-LOCK end. */
