.regulations-policies-page .regulations-policies__document-header {
  margin-bottom: 48px;
  direction: rtl;
}

.regulations-policies-page .regulations-policies__published-date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 16px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.regulations-policies-page .regulations-policies__published-date img {
  display: block;
  flex: 0 0 auto;
}

.regulations-policies-page .regulations-policies__download-wrapper {
  display: flex;
  justify-content: flex-start;
}

.regulations-policies-page .regulations-policies__download {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 48px;
  padding: 10px 18px;
  border: 1px solid #1b8354;
  border-radius: 4px;
  background: #1b8354;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none !important;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.regulations-policies-page .regulations-policies__download:hover,
.regulations-policies-page .regulations-policies__download:focus {
  border-color: #146b43;
  background: #146b43;
  color: #fff !important;
}



.regulations-policies-page .regulations-policies__separator {
  width: 100%;
  margin: 28px 0 32px;
  border-top: 1px solid #d2d6db;
}

.regulations-policies-page .regulations-policies__document-information {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  padding: 20px 28px;
  border: 1px solid #d2d6db;
  border-radius: 16px;
  background: #fff;
}

.regulations-policies-page .regulations-policies__information-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.regulations-policies-page .regulations-policies__information-label {
  color: #6c737f;
  font-size: 15px;
}

.regulations-policies-page .regulations-policies__information-value {
  color: #161616;
  font-size: 16px;
  font-weight: 600;
}

.regulations-policies-page .regulations-policies__overview {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  min-height: 42px;
  margin-bottom: 16px;
  padding: 10px 16px;
  border-radius: 4px;
  background: #1b8354;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.regulations-policies-page .regulations-policies__nav {
  position: sticky;
  top: 120px;
  align-self: flex-start;
  z-index: 2;
}

.regulations-policies-page [id^="regulations-section-"] {
  scroll-margin-top: 90px;
}

.regulations-policies-page .text-secondary-paragraph,
.regulations-policies-page .text-secondary-paragraph p,
.regulations-policies-page .text-secondary-paragraph li,
.regulations-policies-page .text-secondary-paragraph span,
.regulations-policies-page .text-secondary-paragraph strong {
  color: #000 !important;
}

@media (width < 75em) {
  .regulations-policies-page .regulations-policies__nav {
    position: static;
    width: 100%;
  }

  .regulations-policies-page .regulations-policies__overview {
    width: 100%;
  }
}

@media (width < 48em) {
  .regulations-policies-page .regulations-policies__document-information {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }
}
.regulations-policies-page .regulations-policies__more[open] > summary {
  display: none !important;
}
