

/* Start:/design/styles/sveden/document.css?17761776361168*/
/* Сведения об образовательной организации (sveden/document) */
.sveden-docs {
  margin: 20px 0;
}

.sveden-docs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.sveden-docs__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
}

.sveden-docs__icon {
  flex: 0 0 auto;
  width: 18px;
  height: 22px;
  margin-top: 2px;
  border: 2px solid #009055;
  border-radius: 3px;
  position: relative;
  opacity: 0.9;
}

.sveden-docs__icon::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -2px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #009055;
  border-right: 2px solid #009055;
  background: #fff;
  transform: rotate(45deg);
}

.sveden-docs__text a {
  font-weight: 600;
  text-decoration: none;
}

.sveden-docs__text a:hover {
  text-decoration: underline;
}

.sveden-docs__meta {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.35;
  color: #6b7280;
}

@media (max-width: 768px) {
  .sveden-docs__item {
    padding: 12px 14px;
  }
}


/* End */
/* /design/styles/sveden/document.css?17761776361168 */
