.tariffs-main-block .item-list ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tariffs-main-block .item-list li {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.tariffs-main-block article.node--type-tarife {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.65rem;
  margin: 0;
  padding: 1.5rem 1.75rem;
  background: var(--white);
  border: 1px solid var(--gray-medium);
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(11, 43, 92, 0.05);
  overflow: hidden;
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.tariffs-main-block article.node--type-tarife::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--primary-blue), var(--blue-accent));
  opacity: 0.55;
  transition: opacity 0.25s ease;
}
.tariffs-main-block article.node--type-tarife:hover {
  border-color: color-mix(in srgb, var(--primary-blue) 35%, var(--gray-medium));
  box-shadow: 0 10px 24px rgba(0, 85, 170, 0.12);
  transform: translateY(-2px);
}
.tariffs-main-block article.node--type-tarife:hover::before {
  opacity: 1;
}
.tariffs-main-block article.node--type-tarife .node__content {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 0;
}
.tariffs-main-block .field--name-field-authority {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--blue-dark);
}
.tariffs-main-block .field--name-field-authority::before {
  content: "";
  flex-shrink: 0;
  width: 0.95rem;
  height: 0.95rem;
  background: var(--primary-blue);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18M5 21V7l7-4 7 4v14M9 21v-4h6v4'/%3E%3Cpath d='M9 11h.01M15 11h.01M9 14h.01M15 14h.01'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18M5 21V7l7-4 7 4v14M9 21v-4h6v4'/%3E%3Cpath d='M9 11h.01M15 11h.01M9 14h.01M15 14h.01'/%3E%3C/svg%3E") center/contain no-repeat;
}
.tariffs-main-block .title-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem 1rem;
  flex-wrap: wrap;
}
.tariffs-main-block .title-date .page-title {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.4;
  color: var(--navy-blue);
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: color 0.2s ease;
}
.tariffs-main-block .title-date .page-title:hover, .tariffs-main-block .title-date .page-title:focus-visible {
  color: var(--primary-blue);
}
.tariffs-main-block .title-date .field--name-field-decision-date {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: var(--light-blue);
  color: var(--blue-dark);
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 1.3;
  white-space: nowrap;
}
.tariffs-main-block .title-date .field--name-field-decision-date::before {
  content: "";
  flex-shrink: 0;
  width: 0.85rem;
  height: 0.85rem;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E") center/contain no-repeat;
}
.tariffs-main-block .field--name-body {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--gray-dark);
}
.tariffs-main-block .field--name-body p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.tariffs-main-block .field--name-body a {
  color: var(--primary-blue);
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
}
.tariffs-main-block .field--name-body a:hover, .tariffs-main-block .field--name-body a:focus {
  color: var(--blue-dark);
  text-decoration: underline;
}
.tariffs-main-block .field--name-field-document-file,
.tariffs-main-block .field--name-field-document-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin: 0.25rem 0 0;
  padding: 0.7rem 1rem;
  border: 1px solid color-mix(in srgb, var(--primary-blue) 18%, var(--gray-medium));
  border-radius: 10px;
  background: color-mix(in srgb, var(--light-blue) 55%, var(--white));
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--gray-dark);
  transition: border-color 0.2s ease, background 0.2s ease;
}
.tariffs-main-block .field--name-field-document-file:hover,
.tariffs-main-block .field--name-field-document-link:hover {
  border-color: color-mix(in srgb, var(--primary-blue) 45%, var(--gray-medium));
  background: var(--light-blue);
}
.tariffs-main-block .field--name-field-document-file a,
.tariffs-main-block .field--name-field-document-link a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--primary-blue);
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.tariffs-main-block .field--name-field-document-file a::before,
.tariffs-main-block .field--name-field-document-link a::before {
  content: "";
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background: currentColor;
}
.tariffs-main-block .field--name-field-document-file a:hover, .tariffs-main-block .field--name-field-document-file a:focus,
.tariffs-main-block .field--name-field-document-link a:hover,
.tariffs-main-block .field--name-field-document-link a:focus {
  color: var(--blue-dark);
  text-decoration: underline;
}
.tariffs-main-block .field--name-field-document-file .file {
  margin: 0;
  padding: 0;
  background: none;
  font-size: inherit;
  line-height: inherit;
}
.tariffs-main-block .field--name-field-document-file a::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6M12 18v-6M9 15l3 3 3-3'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6M12 18v-6M9 15l3 3 3-3'/%3E%3C/svg%3E") center/contain no-repeat;
}
.tariffs-main-block .field--name-field-document-file .file + span {
  color: var(--gray-dark);
  font-size: 0.8125rem;
  white-space: nowrap;
}
.tariffs-main-block .field--name-field-document-link a::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpath d='M15 3h6v6M10 14L21 3'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpath d='M15 3h6v6M10 14L21 3'/%3E%3C/svg%3E") center/contain no-repeat;
}
@media (max-width: 47.999rem) {
  .tariffs-main-block article.node--type-tarife {
    padding: 1.15rem 1.15rem 1.25rem;
  }
  .tariffs-main-block .title-date {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .tariffs-main-block .title-date .page-title {
    font-size: 1.0625rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tariffs-main-block article.node--type-tarife {
    transition: none;
  }
  .tariffs-main-block article.node--type-tarife:hover {
    transform: none;
  }
}

article.node--type-tarife.node--view-mode-full {
  max-width: 860px;
  margin: 0.5rem auto 3rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: var(--white);
  border: 1px solid var(--gray-medium);
  border-radius: 14px;
  box-shadow: 0 6px 24px rgba(11, 43, 92, 0.06);
}
article.node--type-tarife.node--view-mode-full .tariff-full__header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.35rem;
  border-bottom: 3px solid var(--primary-blue);
}
article.node--type-tarife.node--view-mode-full .tariff-full__authority {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--blue-dark);
}
article.node--type-tarife.node--view-mode-full .tariff-full__authority::before {
  content: "";
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background: var(--primary-blue);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18M5 21V7l7-4 7 4v14M9 21v-4h6v4'/%3E%3Cpath d='M9 11h.01M15 11h.01M9 14h.01M15 14h.01'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18M5 21V7l7-4 7 4v14M9 11h.01M15 11h.01M9 14h.01M15 14h.01'/%3E%3C/svg%3E") center/contain no-repeat;
}
article.node--type-tarife.node--view-mode-full header.tariff-full__header h1.page-title.tariff-full__title {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  line-height: 1.3;
  color: var(--navy-blue);
  text-align: left;
  overflow-wrap: anywhere;
}
article.node--type-tarife.node--view-mode-full header.tariff-full__header h1.page-title.tariff-full__title span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
article.node--type-tarife.node--view-mode-full header.tariff-full__header h1.page-title.tariff-full__title span::after {
  display: none;
}
article.node--type-tarife.node--view-mode-full .tariff-full__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
article.node--type-tarife.node--view-mode-full .tariff-full__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: var(--light-blue);
  color: var(--blue-dark);
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.845rem;
  line-height: 1.3;
  white-space: nowrap;
}
article.node--type-tarife.node--view-mode-full .tariff-full__pill::before {
  content: "";
  flex-shrink: 0;
  width: 0.9rem;
  height: 0.9rem;
  background: currentColor;
  -webkit-mask: var(--tf-pill-icon) center/contain no-repeat;
  mask: var(--tf-pill-icon) center/contain no-repeat;
}
article.node--type-tarife.node--view-mode-full .tariff-full__pill time {
  color: inherit;
}
article.node--type-tarife.node--view-mode-full .tariff-full__pill--number {
  --tf-pill-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 9h16M4 15h16M10 3L8 21M16 3l-2 18'/%3E%3C/svg%3E");
}
article.node--type-tarife.node--view-mode-full .tariff-full__pill--date {
  --tf-pill-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E");
}
article.node--type-tarife.node--view-mode-full .node__body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
article.node--type-tarife.node--view-mode-full .field--name-body {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--text-dark);
}
article.node--type-tarife.node--view-mode-full .field--name-body p {
  margin: 0 0 0.75rem;
  font-size: inherit;
  line-height: inherit;
}
article.node--type-tarife.node--view-mode-full .field--name-body p:last-child {
  margin-bottom: 0;
}
article.node--type-tarife.node--view-mode-full .field--name-body a {
  color: var(--primary-blue);
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
}
article.node--type-tarife.node--view-mode-full .field--name-body a:hover, article.node--type-tarife.node--view-mode-full .field--name-body a:focus {
  color: var(--blue-dark);
  text-decoration: underline;
}
article.node--type-tarife.node--view-mode-full .field--name-field-document-file,
article.node--type-tarife.node--view-mode-full .field--name-field-document-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.65rem;
  margin: 0;
  padding: 1rem 1.25rem 1rem 4.15rem;
  position: relative;
  border: 1px solid color-mix(in srgb, var(--primary-blue) 22%, var(--gray-medium));
  border-radius: 12px;
  background: color-mix(in srgb, var(--light-blue) 55%, var(--white));
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--gray-dark);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
article.node--type-tarife.node--view-mode-full .field--name-field-document-file::before,
article.node--type-tarife.node--view-mode-full .field--name-field-document-link::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 10px;
  background: var(--tf-doc-icon) center/1.3rem 1.3rem no-repeat, linear-gradient(135deg, var(--primary-blue), var(--blue-accent));
}
article.node--type-tarife.node--view-mode-full .field--name-field-document-file:hover,
article.node--type-tarife.node--view-mode-full .field--name-field-document-link:hover {
  border-color: color-mix(in srgb, var(--primary-blue) 50%, var(--gray-medium));
  background: var(--light-blue);
  box-shadow: 0 6px 16px rgba(0, 85, 170, 0.12);
}
article.node--type-tarife.node--view-mode-full .field--name-field-document-file .file,
article.node--type-tarife.node--view-mode-full .field--name-field-document-link .file {
  margin: 0;
  padding: 0;
  background: none;
  font-size: inherit;
  line-height: inherit;
}
article.node--type-tarife.node--view-mode-full .field--name-field-document-file a,
article.node--type-tarife.node--view-mode-full .field--name-field-document-link a {
  color: var(--primary-blue);
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.95rem;
  text-decoration: none;
  overflow-wrap: anywhere;
}
article.node--type-tarife.node--view-mode-full .field--name-field-document-file a:hover, article.node--type-tarife.node--view-mode-full .field--name-field-document-file a:focus,
article.node--type-tarife.node--view-mode-full .field--name-field-document-link a:hover,
article.node--type-tarife.node--view-mode-full .field--name-field-document-link a:focus {
  color: var(--blue-dark);
  text-decoration: underline;
}
article.node--type-tarife.node--view-mode-full .field--name-field-document-file .file + span,
article.node--type-tarife.node--view-mode-full .field--name-field-document-link .file + span {
  color: var(--gray-dark);
  font-size: 0.8125rem;
  white-space: nowrap;
}
article.node--type-tarife.node--view-mode-full .field--name-field-document-file {
  --tf-doc-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6M12 18v-6M9 15l3 3 3-3'/%3E%3C/svg%3E");
}
article.node--type-tarife.node--view-mode-full .field--name-field-document-link {
  --tf-doc-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpath d='M15 3h6v6M10 14L21 3'/%3E%3C/svg%3E");
}
@media (max-width: 47.999rem) {
  article.node--type-tarife.node--view-mode-full {
    margin-top: 0;
  }
  article.node--type-tarife.node--view-mode-full .tariff-full__header {
    gap: 0.6rem;
    margin-bottom: 1.15rem;
    padding-bottom: 1rem;
  }
  article.node--type-tarife.node--view-mode-full .field--name-field-document-file,
  article.node--type-tarife.node--view-mode-full .field--name-field-document-link {
    padding: 0.85rem 1rem 0.85rem 3.9rem;
  }
}
