/* page-partials-footer — extracted from views/partials/footer.php (20260913) */
/* اعلان‌های بالای صفحه: فضای دکمه حذف */
.alert{ padding-inline-end: 38px !important; }
.alert-close{
  position: absolute; inset-inline-end: 8px; top: 8px;
  width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center;
  border: none; background: transparent; border-radius: 6px;
  color: inherit; opacity: .55; cursor: pointer; font-size: 17px; line-height: 1; padding: 0;
}
.alert-close:hover{ opacity: 1; background: rgba(0,0,0,.08); }
