.news-top--content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media (min-width: 63rem) {
  .news-top--content .views-element-container {
    flex: 1;
  }
}

.news-top--content .views-element-container .view-news-index,
.news-top--content .views-element-container .view-content,
.news-top--content .views-element-container .views-row,
.news-top--content .views-element-container article {
  height: 100%;
}

.news-top--content .news-main--content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 63rem) {
  .news-top--content .news-main--content {
    flex: 1;
  }
}

.news-top--content .news-main--content .views-row,
.news-top--content .news-main--content article {
  height: 100%;
}

.news-top--content .news-list--teaser {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

@media (min-width: 49rem) {
  .news-top--content .news-list--teaser .node__content,
  .news-top--content .news-list--teaser .news-redirect {
    flex: 1;
  }

  .news-top--content .news-list--teaser .field--name-field-cover-image {
    flex: 1 1 auto;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

@media (min-width: 76rem) {
  .news-top--content .news-list--teaser .news-redirect {
    flex-basis: calc(40% - 10px);
  }

  .news-top--content .news-list--teaser .node__content {
    flex-basis: calc(60% - 10px);
  }
}

.news-top--content .news-list--teaser .field--name-field-cover-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.news-top--content .news-list--teaser .field--name-field-cover-image img {
  border-radius: 10px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
  height: 160px;
}

@media (max-width: 48rem) {
  .news-top--content .news-list--teaser .field--name-field-cover-image {
    width: 100%;
  }

  .news-top--content .news-list--teaser .field--name-field-cover-image img {
    min-width: 100%;
    object-fit: cover;
    height: 200px;
  }
}

.news-top--content .news-list--teaser .node__title {
  display: block;
  font-family: var(--font-regular);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--text-color);
}

.news-top--content .news-list--teaser .node__title h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.news-top--content .news-list--teaser .node__title:hover {
  color: var(--primary-color);
  transition: color 0.5s ease;
}

.news-top--content .news-list--teaser a:hover .field--name-field-cover-image img {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
  border-radius: 10px;
}

@media only screen and (min-width: 600px) and (max-width: 62rem) {
  .news-top--content .news-list--teaser .news-redirect {
    width: 100%;
  }

  .news-top--content .news-list--teaser .news-redirect img {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .news-top--content .news-list--teaser .news-redirect {
    width: 100%;
  }

  .news-top--content .news-list--teaser .news-redirect img {
    width: 100%;
  }
}

.news-top--content .news-special--teaser {
  padding: 16px;
  background-color: var(--primary-color-10);
  border-radius: 10px;
}

@media (min-width: 49rem) {
  .news-top--content .news-special--teaser {
    padding: 32px;
  }
}

.news-top--content .news-special--teaser .field--name-field-cover-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.news-top--content .news-special--teaser .field--name-field-cover-image img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.news-top--content .news-special--teaser .node__title {
  display: block;
  font-family: var(--font-regular);
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: var(--text-color);
  margin-top: 16px;
}

.news-top--content .news-special--teaser .node__title h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

@media (max-width: 48rem) {
  .news-top--content .news-special--teaser .node__title,
  .news-top--content .news-special--teaser .node__title h4 {
    font-size: 16px;
    line-height: 20px;
  }
}

.news-top--content .news-special--teaser .node__title:hover {
  color: var(--primary-color);
  transition: color 0.5s ease;
}

.news-top--content .news-special--teaser a:hover .field--name-field-cover-image img {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
  border-radius: 10px;
}

.post-date {
  display: block;
  font-family: var(--font-bold);
  font-size: 12px;
  line-height: 16px;
  color: var(--text-color);
  font-weight: 700;
  margin-top: 16px;
}

.generic-grid--loader .views-infinite-scroll-content-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 30.25rem) {
  .generic-grid--loader .views-infinite-scroll-content-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 63rem) {
  .generic-grid--loader .views-infinite-scroll-content-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 76rem) {
  .generic-grid--loader .views-infinite-scroll-content-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

.block-views-blocknews-index-last-news-block .pager {
  list-style: none;
  margin: 0;
  padding: 0;
}

.block-views-blocknews-index-last-news-block .pager .button {
  margin: 32px auto 0 auto;
}

.block-views-exposed-filter-blocknews-index-news-search-block {
  margin: 0 !important;
}

.view-news-index form,
.block-views-exposed-filter-blocknews-index-news-search-block form {
  position: relative;
  margin: 0 0 32px 0;
}

.view-news-index input[type=text],
.block-views-exposed-filter-blocknews-index-news-search-block input[type=text] {
  border-width: 0 0 1px 0;
  color: var(--text-color);
  border-radius: 0;
  background-color: #fff;
  font-size: 16px;
}

[dir="ltr"] .view-news-index input[type=text],
[dir="ltr"] .block-views-exposed-filter-blocknews-index-news-search-block input[type=text] {
  padding: 16px 52px 16px 16px;
}

[dir="rtl"] .view-news-index input[type=text],
[dir="rtl"] .block-views-exposed-filter-blocknews-index-news-search-block input[type=text] {
  padding: 16px 16px 16px 52px;
}

.view-news-index input[type=text]::placeholder,
.block-views-exposed-filter-blocknews-index-news-search-block input[type=text]::placeholder {
  color: var(--text-color);
  opacity: 1;
}

.view-news-index input[type=text]:focus, .view-news-index input[type=text]:hover,
.block-views-exposed-filter-blocknews-index-news-search-block input[type=text]:focus,
.block-views-exposed-filter-blocknews-index-news-search-block input[type=text]:hover {
  padding: 16px;
  border-width: 0 0 1px 0 !important;
  border-color: var(--primary-color) !important;
  transition: all 0.5s ease-in-out;
}

.view-news-index input[type=text]:focus::placeholder, .view-news-index input[type=text]:hover::placeholder,
.block-views-exposed-filter-blocknews-index-news-search-block input[type=text]:focus::placeholder,
.block-views-exposed-filter-blocknews-index-news-search-block input[type=text]:hover::placeholder {
  color: var(--text-color);
  opacity: 1;
}

.view-news-index .form-actions,
.block-views-exposed-filter-blocknews-index-news-search-block .form-actions {
  position: absolute;
  top: 0;
}

[dir="ltr"] .view-news-index .form-actions,
[dir="ltr"] .block-views-exposed-filter-blocknews-index-news-search-block .form-actions {
  right: 0;
}

[dir="rtl"] .view-news-index .form-actions,
[dir="rtl"] .block-views-exposed-filter-blocknews-index-news-search-block .form-actions {
  left: 0;
}

.view-news-index .form-actions .form-submit,
.block-views-exposed-filter-blocknews-index-news-search-block .form-actions .form-submit {
  width: 55px;
  height: 55px;
  padding: 0;
  background-color: transparent;
  border: 0;
  font-size: 0;
  background: url(../../media/images/search.svg) center no-repeat;
  background-size: 24px !important;
}

.view-news-index .form-actions .form-submit:hover,
.block-views-exposed-filter-blocknews-index-news-search-block .form-actions .form-submit:hover {
  width: 55px;
  height: 55px;
  background: url(../../media/images/search_gr.svg) center no-repeat !important;
  transition: all 0.5s ease-in-out !important;
  background-size: 24px !important;
}

.news-page--wrapper .block-system-main-block {
  margin: 0 0 64px 0;
}

.field--name-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 32px;
}

.field--name-socials .field__label {
  font-family: var(--font-bold);
  font-size: 16px;
  line-height: 20px;
  color: var(--text-color);
}

.addtoany_list {
  display: flex;
  gap: 20px;
}

.addtoany_list a {
  display: block;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--grey-color);
  background-color: #F3F3F3;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
}

.addtoany_list a svg,
.addtoany_list a .a2a_svg {
  display: none;
}

.addtoany_list .a2a_button_facebook {
  background-image: url(../../media/images/facebook.svg);
}

.addtoany_list .a2a_label {
  font-size: 0;
}

.addtoany_list .a2a_button_twitter {
  background-image: url(../../media/images/twitter.svg);
}

.addtoany_list .a2a_button_linkedin {
  background-image: url(../../media/images/linkedin.svg);
}

.addtoany_list .a2a_button_copy_link {
  background-image: url(../../media/images/share.svg);
}

.field--name-field-video-gallery {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 10px;
}

.field--name-field-video-gallery iframe,
.field--name-field-video-gallery video {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  background-color: #000;
}

.field--name-field-video-gallery .field__item_element + .field__item_element {
  margin-top: 32px;
}

.full-specific-display header {
  background-color: var(--primary-color-10);
  padding: 32px;
  border-radius: 10px;
  margin-bottom: 64px;
}

.full-specific-display .full-specific-display--top-info {
  display: flex;
  max-width: 1000px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}

.full-specific-display .node__title {
  font-family: var(--font-bold);
  line-height: 40px;
}

.full-specific-display .field--name-field-subtitle,
.full-specific-display .field--name-field-subtitle p {
  font-family: var(--font-regular);
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}

.full-specific-display .field--name-field-subtitle p + p {
  margin-top: 16px;
}

.full-specific-display .post-date {
  display: block;
  font-family: var(--font-bold);
  font-size: 16px;
  line-height: 20px;
  color: var(--text-color);
  font-weight: 700;
}

.default-full-node .field + .field {
  margin-top: 32px;
}

.default-full-node .field--name-socials {
  margin: 32px 0;
}

.default-full-node .field--name-field-cover-image {
  margin-bottom: 32px;
}

.default-full-node img {
  max-width: 900px;
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
  margin: 0 auto;
}

@media (min-width: 49rem) {
  .default-full-node img {
    height: 350px;
  }
}

.default-full-node .field--name-body {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--text-color);
  max-width: 900px;
  margin: 0 auto;
}

.default-full-node .field--name-body p {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--text-color);
  margin: 0;
}

.default-full-node .field--name-body p + p {
  margin-top: 32px;
}

.default-full-node .field--name-body p a {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--text-color);
}

.default-full-node .field--name-body p a:hover {
  color: var(--primary-color);
  transition: color 0.5s ease-in-out;
}

.default-full-node .field--name-body p strong,
.default-full-node .field--name-body p b {
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: var(--text-color);
}

.default-full-node .field--name-body p strong a,
.default-full-node .field--name-body p b a {
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: var(--primary-color);
}

.default-full-node .field--name-body ul,
.default-full-node .field--name-body ol {
  padding: 0;
}

[dir="ltr"] .default-full-node .field--name-body ul,
[dir="ltr"] .default-full-node .field--name-body ol {
  margin: 32px 0 32px 24px;
}

[dir="rtl"] .default-full-node .field--name-body ul,
[dir="rtl"] .default-full-node .field--name-body ol {
  margin: 32px 24px 32px 0;
}

.default-full-node .field--name-body ul li,
.default-full-node .field--name-body ul ol,
.default-full-node .field--name-body ol li,
.default-full-node .field--name-body ol ol {
  margin: 0;
}

.default-full-node .field--name-body ul ul,
.default-full-node .field--name-body ul ol,
.default-full-node .field--name-body ol ul,
.default-full-node .field--name-body ol ol {
  padding: 0;
}

[dir="ltr"] .default-full-node .field--name-body ul ul,
[dir="ltr"] .default-full-node .field--name-body ul ol,
[dir="ltr"] .default-full-node .field--name-body ol ul,
[dir="ltr"] .default-full-node .field--name-body ol ol {
  margin: 8px 0 8px 32px;
}

[dir="rtl"] .default-full-node .field--name-body ul ul,
[dir="rtl"] .default-full-node .field--name-body ul ol,
[dir="rtl"] .default-full-node .field--name-body ol ul,
[dir="rtl"] .default-full-node .field--name-body ol ol {
  margin: 8px 32px 8px 0;
}

.default-full-node .field--name-body hr {
  opacity: 1;
  color: var(--primary-color);
  margin: 32px 0;
}

.default-full-node .field--name-body blockquote {
  background-color: var(--primary-color-10);
  padding: 32px;
  border-radius: 10px;
  margin: 32px 0;
}

.default-full-node .field--name-body blockquote::before {
  content: none;
}

.default-full-node .field--name-body blockquote::after {
  content: none;
}

.default-full-node .field--name-socials {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.news-redirect {
  display: block;
}
