.priority-geo-panel {
  position: relative;
  overflow: hidden;
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto 32px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(104, 238, 229, 0.3);
  border-radius: 24px;
  background:
    radial-gradient(circle at 96% 4%, rgba(104, 238, 229, 0.13), transparent 34%),
    linear-gradient(145deg, rgba(20, 29, 47, 0.98), rgba(12, 19, 33, 0.98));
  box-shadow: 0 24px 70px rgba(4, 9, 18, 0.22);
  color: #f5f7fb;
}

.priority-geo-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #68eee5, #2e79ff);
}

.priority-geo-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.priority-geo-head .eyebrow {
  margin: 0 0 7px;
  color: #aebbd0;
}

.priority-geo-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 2.5vw, 2.15rem);
  line-height: 1.08;
}

.priority-geo-head .status {
  flex: 0 0 auto;
}

.priority-geo-facts {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.priority-geo-facts > div {
  min-width: 0;
  padding: 15px 16px;
  border: 1px solid rgba(167, 183, 208, 0.16);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.045);
}

.priority-geo-facts dt {
  margin: 0 0 7px;
  color: #98a8bf;
  font-size: 0.69rem;
  font-weight: 750;
  letter-spacing: 0.075em;
  line-height: 1.35;
  text-transform: uppercase;
}

.priority-geo-facts dd {
  margin: 0;
  color: #f4f7fc;
  font-size: 0.88rem;
  font-weight: 610;
  line-height: 1.48;
  overflow-wrap: anywhere;
}

.priority-geo-legal-context {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 16px 0 0;
  padding: 15px 16px;
  border: 1px solid rgba(230, 184, 92, 0.26);
  border-radius: 15px;
  background: rgba(230, 184, 92, 0.08);
  color: #eee3ca;
  line-height: 1.55;
}

.priority-geo-legal-context > span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: #c9963c;
  color: #111827;
  font-size: 0.78rem;
  font-weight: 850;
}

.priority-geo-source {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 16px;
  color: #bdd0ee;
  font-size: 0.86rem;
  font-weight: 720;
  text-decoration: none;
}

.priority-geo-source:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.priority-geo-embedded {
  width: 100%;
  margin: 16px 0 4px;
  padding: 18px;
  border-radius: 18px;
}

.priority-geo-embedded .priority-geo-head {
  align-items: center;
  margin-bottom: 14px;
}

.priority-geo-embedded .priority-geo-head h2 {
  font-size: 1.15rem;
}

.priority-geo-embedded .priority-geo-facts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.priority-geo-embedded .priority-geo-facts > div {
  padding: 12px;
}

.priority-geo-embedded .priority-geo-facts dd {
  font-size: 0.81rem;
}

.priority-geo-embedded .priority-geo-legal-context {
  font-size: 0.83rem;
}

.geo-notice-available {
  color: #c7f1e8;
  border-color: rgba(104, 238, 229, 0.28);
  background: rgba(30, 126, 116, 0.16);
}

.article-geo .priority-geo-embedded {
  margin-bottom: 0;
}

@media (max-width: 820px) {
  .priority-geo-panel {
    width: min(100% - 24px, 1240px);
    margin-bottom: 24px;
    padding: 20px;
    border-radius: 20px;
  }

  .priority-geo-facts,
  .priority-geo-embedded .priority-geo-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 540px) {
  .priority-geo-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .priority-geo-facts,
  .priority-geo-embedded .priority-geo-facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .priority-geo-panel,
  .priority-geo-embedded {
    width: 100%;
    padding: 17px;
    border-radius: 17px;
  }

  .priority-geo-directory {
    width: calc(100% - 24px);
  }
}
