html,
body {
  font-size: 16px;
}

:root :where(.is-layout-constrained) > * {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

:root :where(.is-layout-flow) > * {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}

:root :where(.is-layout-flow) > h3,
:root :where(.is-layout-flow) > h4 {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}

.hide {
  display: none;
}

.custom-logo-link img {
  width: clamp(150px, 20vw, 200px) !important;
}

footer {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.wp-block-spacer {
  margin: 0 !important;
}

a {
  outline-offset: 0 !important;
  outline-width: 0 !important;
  text-decoration: none !important;
}
a[href] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul {
  padding-left: 1em;
}

.wp-block-navigation {
  gap: var(--wp--preset--spacing--40);
}
.wp-block-navigation a {
  color: var(--wp--preset--color--custom-base-text-2) !important;
}
.wp-block-navigation a:hover {
  color: var(--wp--preset--color--custom-accent) !important;
}
.wp-block-navigation a:before {
  margin-right: 0.5em;
}
.wp-block-navigation .wp-block-navigation__submenu-icon {
  margin-left: 0.5em;
}
.wp-block-navigation .wp-block-navigation__submenu-container {
  font-size: var(--wp--preset--font-size--small);
  text-transform: none;
  line-height: 1.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.375rem 0;
  padding-top: 0.375rem !important;
  background-color: var(--wp--preset--color--custom-background) !important;
}
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item {
  margin: 0 !important;
}
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a {
  padding: 0.375rem 1rem;
}
.wp-block-navigation .logout-link {
  padding: 0.375rem 1rem;
  letter-spacing: inherit;
  text-transform: inherit;
  font-weight: inherit;
  line-height: inherit;
  background-color: unset !important;
  color: var(--wp--preset--color--custom-base-text-2);
}
.wp-block-navigation .logout-link:hover {
  color: var(--wp--preset--color--custom-accent);
}

.wp-block-navigation__responsive-container-open,
.wp-block-navigation__responsive-container-close {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp-block-navigation__responsive-container-open:hover,
.wp-block-navigation__responsive-container-close:hover {
  color: var(--wp--preset--color--custom-accent);
}

button[type=submit],
input[type=submit] {
  all: unset;
  line-height: 1.4rem;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--small);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0.75rem 2rem;
  background-color: var(--wp--preset--color--custom-accent);
  color: var(--wp--preset--color--custom-white-text);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button[type=submit]:hover,
input[type=submit]:hover {
  background-color: var(--wp--preset--color--custom-background-2);
}

.wp-block-button.has-gradient .wp-block-button__link {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: -webkit-gradient(linear, left top, right top, from(var(--wp--preset--color--custom-accent)), color-stop(var(--wp--preset--color--custom-background-2)), to(var(--wp--preset--color--custom-background-2)));
  background: linear-gradient(90deg, var(--wp--preset--color--custom-accent), var(--wp--preset--color--custom-background-2), var(--wp--preset--color--custom-background-2));
  background-size: 200%;
  background-position: left;
}
.wp-block-button.has-gradient .wp-block-button__link:hover {
  background-position: right;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.4rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--wp--preset--color--custom-background);
  background-color: var(--wp--preset--color--custom-background);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input:focus,
textarea:focus,
select:focus {
  border-color: var(--wp--preset--color--custom-border);
}

select {
  height: 3rem;
}

:where(.wp-site-blocks *:focus) {
  outline-width: unset !important;
  outline-style: unset !important;
}

fieldset {
  padding-left: var(--wp--preset--spacing--40);
  padding-right: var(--wp--preset--spacing--40);
  padding-bottom: var(--wp--preset--spacing--40);
  padding-top: var(--wp--preset--spacing--20);
}
fieldset:not(:has(legend)) {
  padding-top: var(--wp--preset--spacing--30);
}
fieldset legend {
  font-weight: 600;
}
fieldset ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
fieldset ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: var(--wp--preset--spacing--30);
     -moz-column-gap: var(--wp--preset--spacing--30);
          column-gap: var(--wp--preset--spacing--30);
}
fieldset ul li label {
  min-width: clamp(268px, 17vw, 330px);
  width: clamp(268px, 17vw, 330px);
}
fieldset ul li span {
  font-weight: 600;
}
fieldset input[type=hidden] + a {
  padding: 0.75rem 0;
  line-height: 1.4rem;
}

fieldset + fieldset,
fieldset + .sc-columns {
  margin-top: var(--wp--preset--spacing--30);
}

form label,
form input,
form textarea,
form button {
  display: block;
}
form input[type=checkbox],
form input[type=radio] {
  width: auto;
  display: inline;
  vertical-align: middle;
  margin: 0 0.5em 0.15em 0;
}
form input[type=checkbox] + label,
form input[type=radio] + label {
  display: inline;
  cursor: pointer;
  margin-bottom: 0;
}
form label:has(input[type=checkbox]),
form label:has(input[type=radio]) {
  cursor: pointer;
}
form label {
  margin-bottom: 0.5em;
}
form [required] + label:after,
form label:has(+ [required]):after {
  color: red;
  content: "*";
  -webkit-padding-start: 0.2em;
          padding-inline-start: 0.2em;
}
form [required] {
  border-color: #f2d1d1;
  background-color: #f2eeee;
}
form .help {
  float: right;
  cursor: pointer;
}
form .help:before {
  font-size: 10px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border: 1px solid;
  border-radius: 50%;
  color: var(--wp--preset--color--custom-base-text-2);
  opacity: 0.5;
  display: block;
  margin: 0.6em 0;
  padding: 0 0 0 0.1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
form .help span {
  position: absolute;
  z-index: 1;
  top: 4px;
  right: 30px;
  max-width: calc(100% - 30px);
  background-color: #fff;
  border: 1px solid var(--wp--preset--color--custom-base-text-2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 5px;
  font-size: 13px;
  line-height: 18px;
  display: none;
  text-align: left;
}
form .help:hover span {
  display: block;
}
form .sc-columns {
  row-gap: var(--wp--preset--spacing--30);
}
form .sc-columns + .sc-columns {
  margin-top: var(--wp--preset--spacing--30);
}
form .sc-columns .sc-column {
  position: relative;
}
form .sc-desc {
  margin-bottom: var(--wp--preset--spacing--30);
}
form .sc-duplicate {
  cursor: pointer;
  color: var(--wp--preset--color--custom-accent);
  margin-top: var(--wp--preset--spacing--30);
  padding-top: var(--wp--preset--spacing--30);
  border-top: 1px solid var(--wp--preset--color--custom-border);
}
form .sc-duplicate::before {
  content: "+";
  margin-right: 0.5em;
  display: inline-block;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
form .sc-destroy {
  cursor: pointer;
  color: red;
  margin-left: auto;
  padding-right: var(--wp--preset--spacing--40);
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
form .sc-destroy::before {
  content: "+";
  margin-right: 0.5em;
  display: inline-block;
  -webkit-transform: scale(1.7) rotate(45deg);
          transform: scale(1.7) rotate(45deg);
}

.form-loading {
  display: none;
}
.form-loading .icon-spin6 {
  margin-right: 15px;
  display: inline-block;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.form-message {
  font-weight: 600;
  font-size: var(--wp--preset--font-size--small);
  position: fixed;
  z-index: 10;
  bottom: var(--wp--preset--spacing--40);
  right: var(--wp--preset--spacing--40);
  padding: 10px 15px;
  color: white;
  opacity: 0;
  pointer-events: none;
  -webkit-animation: fadeInOut 10s forwards;
          animation: fadeInOut 10s forwards;
}
.form-message:empty {
  display: none;
}
.form-message.success {
  background-color: rgb(0, 128, 0);
}
.form-message.error {
  background-color: rgb(255, 0, 0);
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.sc-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: var(--wp--preset--spacing--40);
  width: calc(100% + var(--wp--preset--spacing--40));
}
.sc-columns .sc-column {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: var(--wp--preset--spacing--40);
}
.sc-columns .sc-column.col-1-2 {
  width: 50%;
}
.sc-columns .sc-column.col-1-2.clear {
  width: calc(50% + 1px);
}
.sc-columns .sc-column.col-1-3 {
  width: 33.3333%;
}
.sc-columns .sc-column.col-2-3 {
  width: 66.6667%;
}
.sc-columns .sc-column.col-1-4 {
  width: 25%;
}
.sc-columns .sc-column.col-1-5 {
  width: 20%;
}
.sc-columns .sc-column.col-1-6 {
  width: 16.6667%;
}
.sc-columns .sc-column.col-3-4 {
  width: 75%;
}

.sc-grid-3-6 {
  row-gap: var(--wp--preset--spacing--50);
  -webkit-column-gap: var(--wp--preset--spacing--20);
     -moz-column-gap: var(--wp--preset--spacing--20);
          column-gap: var(--wp--preset--spacing--20);
}

.sc-table-before-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc-table-filter .search-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.sc-table-filter .search-box input[type=search] {
  width: 100%;
  max-width: calc(600px + var(--wp--preset--spacing--40));
}

.sc-table-settings-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: var(--wp--preset--spacing--40);
     -moz-column-gap: var(--wp--preset--spacing--40);
          column-gap: var(--wp--preset--spacing--40);
}

.sc-table-settings {
  min-width: 300px;
}
.sc-table-settings .sc-table-settings-btn {
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0.5em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.sc-table-settings .sc-table-settings-btn:before {
  content: "\e800";
  font-family: fontello;
  margin-right: 0.5em;
}
.sc-table-settings .sc-table-settings-btn.opened:before {
  content: "\e801";
}
.sc-table-settings .sc-table-settings-btn:hover {
  color: var(--wp--preset--color--custom-accent);
}
.sc-table-settings .sc-table-settings-list {
  display: none;
  padding-left: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.sc-table-settings .sc-table-settings-select,
.sc-table-settings .sc-table-settings-deselect {
  font-weight: 600;
  display: inline;
  cursor: pointer;
  margin-right: var(--wp--preset--spacing--30);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.sc-table-settings .sc-table-settings-select:before,
.sc-table-settings .sc-table-settings-deselect:before {
  font-family: fontello;
  margin-right: 0.4em;
}
.sc-table-settings .sc-table-settings-select:hover,
.sc-table-settings .sc-table-settings-deselect:hover {
  color: var(--wp--preset--color--custom-accent);
}
.sc-table-settings .sc-table-settings-select:before {
  content: "\f0fe";
}
.sc-table-settings .sc-table-settings-deselect:before {
  content: "\f146";
}

.sc-table-settings-searched span {
  text-transform: lowercase;
}
.sc-table-settings-searched span:not(:last-child):after {
  content: ",";
}

.sc-table-actions {
  margin-bottom: 0.5em;
  text-align: right;
}

.sc-table-tips {
  list-style-type: none;
  padding: 0;
  margin: 0 0 var(--wp--preset--spacing--30);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--wp--preset--spacing--40);
}
.sc-table-tips li a {
  font-weight: 600;
  cursor: pointer;
  color: var(--wp--preset--color--custom-base-text);
}
.sc-table-tips li a.current, .sc-table-tips li a:hover {
  color: var(--wp--preset--color--custom-accent);
}

.sc-table-wrap {
  overflow-x: auto;
}
.sc-table-wrap .sc-table {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: 100%;
}
.sc-table-wrap .sc-table th,
.sc-table-wrap .sc-table td {
  font-family: inherit;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.4rem;
  padding: 0.5rem;
  border-right: 2px solid var(--wp--preset--color--custom-border);
  border-bottom: 2px solid var(--wp--preset--color--custom-border);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}
.sc-table-wrap .sc-table th:first-child,
.sc-table-wrap .sc-table td:first-child {
  border-left: 2px solid var(--wp--preset--color--custom-border);
}
.sc-table-wrap .sc-table th {
  font-weight: 600;
  text-align: left;
  color: var(--wp--preset--color--custom-black-text);
  background-color: var(--wp--preset--color--custom-accent);
  border-color: var(--wp--preset--color--custom-white-text);
}
.sc-table-wrap .sc-table th:first-child {
  border-left-color: var(--wp--preset--color--custom-accent);
}
.sc-table-wrap .sc-table th:last-child {
  border-right-color: var(--wp--preset--color--custom-accent);
}
.sc-table-wrap .sc-table th a {
  color: var(--wp--preset--color--custom-black-text);
}
.sc-table-wrap .sc-table th a:hover {
  color: var(--wp--preset--color--custom-white-text);
}
.sc-table-wrap .sc-table th a.current-col:after {
  content: "\f175";
  font-family: fontello;
  font-weight: 400;
  margin-left: 5px;
}
.sc-table-wrap .sc-table th a.current-col[href*="order=desc"]:after {
  content: "\f176";
}

.tablenav {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
}
.tablenav .tablenav-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.tablenav .tablenav-pages .pagination-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.tablenav .tablenav-pages .pagination-links a.current-page {
  font-weight: 600;
  color: black;
  text-decoration: unset;
}
.tablenav .tablenav-pages .pagination-links .tablenav-pages-navspan {
  padding: 0.4rem 0.9rem 0.5rem;
  color: var(--wp--preset--color--custom-black-text);
  background-color: var(--wp--preset--color--custom-background);
}

.sc-tabs-names {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  width: 250px;
  min-width: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--wp--preset--color--custom-background);
}
.sc-tabs-names li {
  font-weight: 600;
  line-height: 1.4em;
  padding: var(--wp--preset--spacing--30);
  border-bottom: 2px solid #fff;
}
.sc-tabs-names li a {
  color: var(--wp--preset--color--custom-base-text);
  cursor: pointer;
}
.sc-tabs-names li a:hover, .sc-tabs-names li a.current {
  color: var(--wp--preset--color--custom-accent);
}
.sc-tabs-names .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--wp--preset--spacing--30);
}
.sc-tabs-names .action .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--wp--preset--spacing--30);
}
.sc-tabs-names .action a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  color: var(--wp--preset--color--custom-base-text-2);
}
.sc-tabs-names .action a span:before {
  margin: 0;
}

.sc-tabs-wrap {
  width: 100%;
  overflow: hidden;
}
.sc-tabs-wrap .sc-tab {
  display: none;
}
.sc-tabs-wrap .sc-tab.active {
  display: block;
}

.sc-select-multiple {
  position: relative;
  font-family: inherit;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.4rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--wp--preset--color--custom-background);
  background-color: var(--wp--preset--color--custom-background);
  width: 100%;
  height: 100px;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sc-select-multiple:focus {
  border-color: var(--wp--preset--color--custom-border);
}
.sc-select-multiple div {
  cursor: pointer;
}
.sc-select-multiple div.active {
  background-color: var(--wp--preset--color--custom-accent);
  color: var(--wp--preset--color--custom-white-text);
}

.sc-select-multiple-area {
  font-size: 12px;
  margin-top: var(--wp--preset--spacing--30);
}
.sc-select-multiple-area:has(div:empty) {
  display: none;
}

.select2-hidden-accessible {
  bottom: 0;
  left: 50%;
}

.select2-container {
  width: unset !important;
  display: block;
}
.select2-container.select2-container--focus .select2-selection {
  border-color: var(--wp--preset--color--custom-border);
}
.select2-container .select2-selection {
  border-radius: 0;
  font-family: inherit;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.4rem;
  min-height: 1.4rem;
  padding: 0.75rem 1rem;
  height: unset;
  border: 1px solid var(--wp--preset--color--custom-background);
  background-color: var(--wp--preset--color--custom-background);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.select2-container .select2-selection .select2-selection__rendered {
  color: var(--wp--preset--color--custom-black-text);
  line-height: inherit;
  padding: 0;
  white-space: wrap;
}
.select2-container .select2-selection .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.select2-container .select2-selection .select2-selection__clear {
  font-family: auto;
}
.select2-container:has(#select2-status_predloga-container) {
  width: 250px !important;
}

.select2-dropdown {
  top: 0;
  background-color: var(--wp--preset--color--custom-background);
  border: 1px solid #aaa;
}

.select2-search--dropdown {
  padding: 0;
}
.select2-search--dropdown .select2-search__field {
  padding: 0.75rem 1rem;
  outline: unset;
  margin: 0 -1px;
  width: calc(100% + 2px);
}

.select2-results__option {
  font-family: inherit;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.4rem;
  padding: 0.2em 1rem;
}

.select2-container--open .select2-dropdown {
  top: 100% !important;
  bottom: auto !important;
}

.select2-container--default .select2-selection--multiple ul.select2-selection__rendered:not(:empty) {
  margin-bottom: 1em;
  display: block;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 0 0 -1px 0;
  border-radius: 0;
  display: block;
  background-color: hsla(0, 0%, 0%, 0.05);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  font-weight: 400;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  height: 100%;
}
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  width: unset !important;
  margin: 0;
  color: #999;
  font-family: "Montserrat";
}

.select2-container--default .select2-results__option--selected {
  display: none;
}

[name="nensi_sifra_naziv[]"] ~ .select2-container {
  position: relative !important;
  top: unset !important;
}

[name="nensi_sifra_naziv[]"] ~ .select2-container .select2-dropdown {
  position: relative;
  width: 100% !important;
}

select:required + .select2-container--default .select2-selection {
  border-color: #f2d1d1;
  background-color: #f2eeee;
}

.sc-map:hover iframe {
  -webkit-filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
          filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.sc-map iframe {
  width: 100%;
  height: 500px;
  border: unset;
  -webkit-filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
          filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

/************************** Blocks **************************/
#partnerji-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(120px, 14vw, 200px), 1fr));
  max-width: 100%;
  gap: var(--wp--preset--spacing--30);
}
#partnerji-grid div {
  aspect-ratio: 1/1;
  border: 2px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#partnerji-grid div a {
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--wp--preset--spacing--30);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#partnerji-grid div a img {
  height: auto;
  width: 150px;
  max-width: 100%;
  margin: auto;
}
#partnerji-grid div a span {
  margin-top: auto;
  margin-bottom: 0;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.2em;
  color: var(--wp--preset--color--custom-base-text-2);
}

#izdelek-table {
  margin-top: var(--wp--preset--spacing--30);
}

#izdelek-table-excel {
  cursor: pointer;
  color: var(--wp--preset--color--custom-accent);
}

#izdelek-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--wp--preset--spacing--40);
}
#izdelek-item .attachments-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--wp--preset--spacing--20) 1fr var(--wp--preset--spacing--20) 1fr var(--wp--preset--spacing--20) 1fr var(--wp--preset--spacing--20) 1fr var(--wp--preset--spacing--20) 1fr var(--wp--preset--spacing--20) 1fr var(--wp--preset--spacing--20) 1fr;
  grid-template-columns: repeat(8, 1fr);
  gap: var(--wp--preset--spacing--20);
}
#izdelek-item .attachments-wrap > div {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  padding: var(--wp--preset--spacing--30);
  border: 2px solid var(--wp--preset--color--custom-border);
  text-align: center;
}
#izdelek-item .attachments-wrap > div a {
  color: var(--wp--preset--color--custom-base-text);
}
#izdelek-item .attachments-wrap > div a:hover {
  color: var(--wp--preset--color--custom-accent);
}
#izdelek-item .attachments-wrap > div a .img-wrap {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#izdelek-item .attachments-wrap > div a .img-wrap img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#izdelek-item .attachments-wrap > div a [class*=icon-] {
  display: block;
  width: 100%;
  font-size: clamp(3em, 3vw, 4em);
  line-height: clamp(2em, 7vw, 150px);
  color: var(--wp--preset--color--custom-accent);
}
#izdelek-item .attachments-wrap > div a span {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  line-height: 1.4em;
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
}
#izdelek-item .attachments-wrap > div .dates {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.4em;
  text-align: left;
}
#izdelek-item #izdelek-item-packaging th:nth-child(11), #izdelek-item #izdelek-item-packaging th:nth-child(12), #izdelek-item #izdelek-item-packaging th:nth-child(15),
#izdelek-item #izdelek-item-packaging td:nth-child(11),
#izdelek-item #izdelek-item-packaging td:nth-child(12),
#izdelek-item #izdelek-item-packaging td:nth-child(15) {
  width: 150px;
  min-width: 150px;
  white-space: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#izdelek-item-modal-mask {
  background-color: rgba(0, 0, 0, 0.3882352941);
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

#izdelek-item-modal {
  background-color: #fff;
  position: fixed;
  z-index: 3;
  top: 30px;
  left: 50%;
  bottom: 30px;
  width: 980px;
  height: calc(100vh - 60px);
  padding: 0px !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: none !important;
  display: none;
}
#izdelek-item-modal .modal-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#izdelek-item-modal .modal-action {
  color: var(--wp--preset--color--custom-base-text-2);
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  padding: 5px;
}
#izdelek-item-modal .modal-action #modal-close,
#izdelek-item-modal .modal-action #modal-print {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#izdelek-item-modal .modal-action #modal-close:hover,
#izdelek-item-modal .modal-action #modal-print:hover {
  color: var(--wp--preset--color--custom-accent);
}
#izdelek-item-modal .modal-content {
  font-size: var(--wp--preset--font-size--small);
  text-align: left;
  overflow-y: scroll;
  padding: var(--wp--preset--spacing--40);
}
#izdelek-item-modal .modal-content h6 {
  padding: 4px 7px 3px;
  letter-spacing: 0.03em;
  color: var(--wp--preset--color--custom-black-text);
  background-color: var(--wp--preset--color--custom-accent);
  margin: 0 0 var(--wp--preset--spacing--30);
}
#izdelek-item-modal .modal-content table th {
  text-align: left;
  font-weight: unset;
  width: 260px;
  vertical-align: text-top;
}
#izdelek-item-modal .modal-content table td {
  font-weight: 600;
}
#izdelek-item-modal .modal-content table + table {
  margin-top: var(--wp--preset--spacing--20);
}
#izdelek-item-modal .modal-content table + h6 {
  margin-top: var(--wp--preset--spacing--30);
}
#izdelek-item-modal .modal-content .table {
  width: 100%;
  margin-top: var(--wp--preset--spacing--20);
  border: 1px solid var(--wp--preset--color--custom-border);
}
#izdelek-item-modal .modal-content .table th,
#izdelek-item-modal .modal-content .table td {
  border: 1px solid var(--wp--preset--color--custom-border);
  padding: 4px 8px;
}
#izdelek-item-modal .modal-content .table th {
  font-weight: 600;
}
#izdelek-item-modal .modal-content .table td {
  font-weight: 400;
}
#izdelek-item-modal .modal-content .table tr th:first-child,
#izdelek-item-modal .modal-content .table tr td:first-child {
  width: 200px;
}

#izdelek-form fieldset .sc-columns + .sc-columns {
  margin-top: var(--wp--preset--spacing--40);
  padding-top: var(--wp--preset--spacing--30);
  border-top: 1px solid var(--wp--preset--color--custom-border);
}