.block-quote-banner {
  background-color: #001944;
  color: #fef8f0;
  width: 100vw;


  border-radius: 0;
  box-shadow: none;
  padding: 3.2rem 0;
  position: relative;
  z-index: 2;
}

.pt-quote-inner {
  display: flex;
  align-items: flex-start;
  gap: 1.7rem;
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  padding: 0 2vw;
}

.pt-quote-bar {
  display: block;
  width: 7px;
  min-width: 7px;
  height: 90px;
  border-radius: 7px;
  background: #8B0000;
  margin-top: 0.14em;
  flex-shrink: 0;
  box-shadow: 1px 0 4px #8B000055;
}

.pt-quote-text {
  display: flex;
  flex-direction: column;
}

.pt-quote-text blockquote {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.55rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 0.8rem 0;
  color: #fef8f0;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  text-shadow: 0 1px 6px #0004;
}

.pt-quote-author {
  font-size: 1.15rem;
  font-family: 'Playfair Display', Georgia, serif;
  color: #ffdfdf;
  font-weight: bold;
  margin-top: 0.2rem;
  text-align: left;
  letter-spacing: 0.01em;
}

@media (max-width: 900px) {
  .pt-quote-inner {
    max-width: 98vw;
    gap: 1.1rem;
    padding: 0 2vw;
  }
  .pt-quote-bar {
    height: 60px;
    width: 5px;
    min-width: 5px;
  }
  .pt-quote-text blockquote {
    font-size: 1.05rem;
  }
  .pt-quote-author {
    font-size: 0.98rem;
  }
}
