/* =========================
   HEADER STYLES (Fixed)
========================= */
.default_header_container {
  background-color: #1A2A40;
  color: #F8EFE7;
}

.default_header_container a,
.default_header_container i,
.default_header_container svg,
.default_header_container span,
.default_header_container button {
  color: #F8EFE7 !important;
  fill: #F8EFE7 !important;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

/* استثناء اللوجو من أي تنسيقات */
.default_header_logo,
.default_header_container a.default_header_logo,
.default_header_logo svg,
.default_header_logo i,
.default_header_logo img {
  color: initial !important;
  fill: initial !important;
}

/* =========================
   FOOTER STYLES
========================= */
.default_footer {
  background-color: #1A2A40;
  color: #F8EFE7;
  padding: 50px 20px;
  text-align: center;
  font-family: "IBM Plex Sans Arabic;
  font-weight: bold;
}

.default_footer_links_container {
  display: flex;
  flex-wrap: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 25px;
}

.default_footer_link,
.default_footer_social_link {
  color: #F8EFE7 !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}

.default_footer_social_container {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 25px;
}

/* إخفاء معلومات المتجر بدون ترك مساحة */
.footer_store_info {
  display: none !important;
}

/* Responsive */
@media (max-width: 600px) {
  .default_footer_links_container {
    flex-direction: column;
    gap: 15px;
  }
}
