/* Compact Al Arabiya football news, home spacing and qibla controls */
.compact-news-heading {
  margin-bottom: 10px !important;
  padding: 12px 14px !important;
}

.compact-news-heading .panel-head {
  margin: 0 !important;
}

.compact-arabiya-news {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 9px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.compact-news-item {
  width: 100%;
  min-width: 0;
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  overflow: hidden;
  border: 1px solid rgba(215, 187, 118, 0.2);
  border-radius: 17px;
  color: #fff;
  background: rgba(7, 26, 21, 0.9);
  text-decoration: none;
  direction: rtl;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform .18s ease, border-color .18s ease;
}

.compact-news-item:hover,
.compact-news-item:focus-visible {
  border-color: rgba(215, 187, 118, 0.52);
  transform: translateY(-1px);
}

.compact-news-thumb {
  width: 88px;
  height: 64px;
  flex: 0 0 88px;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  background: rgba(255,255,255,.06);
}

.compact-news-copy {
  min-width: 0;
  flex: 1 1 auto;
  display: grid;
  gap: 5px;
}

.compact-news-item strong {
  min-width: 0;
  display: block;
  margin: 0;
  overflow: hidden;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.compact-news-item small {
  color: #d7bb76;
  font-size: .76rem;
  font-weight: 800;
  white-space: nowrap;
}

#home-arabiya-news-list .compact-news-item {
  min-height: 72px;
  padding: 7px 9px;
}

#home-arabiya-news-list .compact-news-thumb {
  width: 76px;
  height: 56px;
  flex-basis: 76px;
}

.news-load-error {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(215, 187, 118, .2);
  border-radius: 16px;
  color: #fff;
  background: rgba(7, 26, 21, .9);
}

.news-load-error .btn {
  width: auto !important;
  min-width: 112px;
  min-height: 42px;
  padding-inline: 14px !important;
}

body.is-authenticated:has(.estraha-reference-home) #page-content {
  padding-bottom: calc(70px + env(safe-area-inset-bottom)) !important;
}

.estraha-reference-home {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.estraha-reference-home > :last-child,
#home-chat-preview {
  margin-bottom: 0 !important;
}

.qibla-enable-button {
  width: min(100%, 280px) !important;
  min-height: 50px !important;
  margin: 0 auto 16px !important;
  border-radius: 16px !important;
}

#qibla-fix-compass[hidden] {
  display: none !important;
}

#qibla-fix-compass {
  display: block;
  margin-inline: auto;
}

#qibla-fix-status {
  min-height: 30px;
  margin-bottom: 14px;
}

@media (max-width: 600px) {
  .compact-arabiya-news {
    gap: 8px !important;
  }

  .compact-news-item {
    min-height: 76px;
    gap: 9px;
    padding: 7px 8px;
    border-radius: 15px;
  }

  .compact-news-thumb {
    width: 78px;
    height: 58px;
    flex-basis: 78px;
    border-radius: 11px;
  }

  .compact-news-item strong {
    font-size: .91rem;
    line-height: 1.45;
  }

  .compact-news-item small {
    font-size: .7rem;
  }

  #home-arabiya-news-list .compact-news-item {
    min-height: 68px;
  }

  #home-arabiya-news-list .compact-news-thumb {
    width: 70px;
    height: 52px;
    flex-basis: 70px;
  }

  .news-load-error {
    min-height: 76px;
    padding: 10px;
    font-size: .86rem;
  }

  .news-load-error .btn {
    min-width: 96px;
    min-height: 40px;
    padding-inline: 10px !important;
    font-size: .8rem;
  }

  body.is-authenticated:has(.estraha-reference-home) #page-content {
    padding-bottom: calc(66px + env(safe-area-inset-bottom)) !important;
  }
}
