
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;700&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  padding-top: 80px;
  background-color: #f4f4f4;
}

.pg {
  direction: rtl;
  font-family: 'Vazirmatn', sans-serif;
  padding: 7.5rem 1.5rem 3rem;
  max-width: 1000px;
  margin: 0 auto;
}


.story-title {
  font-size: 22px;
  font-weight: 700;
  color: #8b0000;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.prose {
  font-size: 15px;
  color: #5f5e5a;
  line-height: 2;
}

.prose p {
  margin-bottom: 1.1rem;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; 
  height: 0;
  margin: 70px 0;
}

.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.pull {
  font-size: 17px;
  font-weight: 500;
  color: #1a1a18;
  line-height: 1.9;
  border-right: 3px solid #1a3a2a;
  padding-right: 1.25rem;
  border-radius: 0;
  margin: 1.75rem 0;
}

.rule {
  height: 0.5px;
  background-color: #8b0000;
  margin: 2.5rem 0;
}

.q-label {
  font-size: 15px;
  font-weight: 500;
  color: #888780;
  letter-spacing: 0.08em;
  margin-bottom: 1.25rem;
}

.q-list {
  list-style: none;
}

.q-list li {
  display: flex;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.08);
  font-size: 15px;
  color: #1a1a18;
  line-height: 1.8;
  align-items: baseline;
}

.q-list li:last-child {
  border-bottom: none;
}

.q-list li .n {
  font-size: 15px;
  color: #888780;
  min-width: 18px;
  font-weight: 500;
  padding-top: 3px;
}

.closing {
  margin-top: 2.5rem;
  padding: 1.5rem;
  background: #f0efe9;
  border-radius: 12px;
  font-size: 15px;
  color: #5f5e5a;
  line-height: 1.9;
}

.closing strong {
  color: #1a1a18;
  font-weight: 500;
}

@media (max-width: 480px) {
  .pg {
    padding: 1.5rem 1rem 2rem;
  }

  .story-title {
    font-size: 19px;
  }

  .pull {
    font-size: 15px;
  }
}
