.ewns-press-release {
  margin-top: clamp(24px, 3vw, 48px);
  overflow: hidden;
  border: 1px solid rgba(198, 158, 78, 0.42);
  background:
    radial-gradient(circle at 92% 5%, rgba(198, 158, 78, 0.13), transparent 31%),
    #071f2b;
  color: #f7f3e9;
  box-shadow: 0 24px 60px rgba(1, 20, 29, 0.16);
}

.ewns-press-release__header {
  padding: clamp(28px, 4vw, 62px);
}

.ewns-press-release__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 0 0 18px;
  color: #d9b75f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ewns-press-release__meta span {
  color: rgba(247, 243, 233, 0.7);
}

.ewns-press-release h3 {
  max-width: 900px;
  margin: 0;
  color: #fffdf6;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(34px, 4.4vw, 70px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.ewns-press-release__lead {
  max-width: 880px;
  margin: clamp(24px, 3vw, 40px) 0 0;
  color: rgba(247, 243, 233, 0.8);
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.65;
}

.ewns-press-release__details {
  border-top: 1px solid rgba(198, 158, 78, 0.28);
  background: #fbfaf6;
  color: #09222e;
}

.ewns-press-release__details summary {
  display: flex;
  min-height: 72px;
  cursor: pointer;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(28px, 4vw, 62px);
  color: #09222e;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ewns-press-release__details summary::-webkit-details-marker {
  display: none;
}

.ewns-press-release__mark {
  color: #a77d27;
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  transition: transform 180ms ease;
}

.ewns-press-release__details[open] .ewns-press-release__mark {
  transform: rotate(45deg);
}

.ewns-press-release__body {
  max-width: 920px;
  padding: 4px clamp(28px, 4vw, 62px) clamp(38px, 5vw, 72px);
}

.ewns-press-release__body h4 {
  margin: clamp(34px, 4vw, 54px) 0 14px;
  color: #09222e;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(25px, 2.5vw, 38px);
  font-weight: 500;
  line-height: 1.08;
}

.ewns-press-release__body p {
  margin: 0 0 16px;
  color: #465961;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.75;
}

.ewns-press-release__body a {
  color: #88651f;
  text-decoration-color: rgba(136, 101, 31, 0.45);
  text-underline-offset: 4px;
}

.ewns-press-release__body blockquote {
  margin: clamp(32px, 4vw, 52px) 0;
  padding: 4px 0 4px clamp(22px, 3vw, 38px);
  border-left: 2px solid #c69e4e;
  color: #09222e;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(26px, 3vw, 44px);
  font-style: italic;
  line-height: 1.1;
}

.ewns-press-release__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 28px;
  padding: 22px clamp(28px, 4vw, 62px);
  border-top: 1px solid rgba(198, 158, 78, 0.28);
  color: #d9b75f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ewns-press-release__footer a {
  color: #fffdf6;
  font-family: "Newsreader", Georgia, serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

@media (max-width: 720px) {
  .ewns-press-release h3 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .ewns-press-release__details summary {
    min-height: 64px;
    font-size: 11px;
    letter-spacing: 0.08em;
  }
}
