/*
  Azin Pash Tehran - About-Us Page Styles
*/

.az-about-paragraphs {
  max-height: 300px;
  overflow-y: auto;
  padding-inline-end: 1rem;
}

.az-about-paragraphs::-webkit-scrollbar {
  width: 6px;
}

.az-about-paragraphs::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.az-about-paragraphs::-webkit-scrollbar-thumb {
  background: #ce3333;
  border-radius: 10px;
}

.az-about-paragraphs::-webkit-scrollbar-thumb:hover {
  background: #a92a2a;
}

.az-about-paragraphs .az-kicker {
  color: var(--az-accent);
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 0.9rem;
}

/* Badge */
.az-badge {
  position: absolute;
  bottom: 16px;
  background: var(--az-accent);
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
  min-width: 220px;
  text-align: center;
}
