/* Карточка организации — мобильная вёрстка и описание */

@media (max-width: 767px) {
  .public-organization-page {
    background: #fff;
  }

  .public-organization-page .organization-content {
    background: #fff;
    color: #202c52;
    padding-top: 8px;
  }

  .public-organization-page .organization-content > .row {
    margin-bottom: 16px !important;
  }

  .public-organization-page .organization-content .q-avatar {
    font-size: 112px !important;
    margin: 0 auto 12px;
  }

  .public-organization-page .organization-content h1.text-h4 {
    font-size: 1.2rem !important;
    line-height: 1.35 !important;
    color: #202c52 !important;
    text-align: center;
    margin-bottom: 12px !important;
    word-break: break-word;
  }

  .public-organization-page .contact-block {
    justify-content: center;
    gap: 8px 12px;
  }

  .public-organization-page .contact-item {
    font-size: 14px;
  }

  .public-organization-page .contact-item span {
    max-width: 100%;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }

  .public-organization-page .action-buttons {
    width: 100%;
    max-width: 320px;
    margin: 12px auto 0;
  }
}

.public-organization-page .description-text pre {
  white-space: normal;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  background: transparent;
  border: 0;
  padding: 0;
}

.public-organization-page .description-text p {
  margin-bottom: 1em;
}

.public-organization-page .description-text p:last-child {
  margin-bottom: 0;
}
