/*NN klase start*/

.t-11-9-sred,
.t-12-9-fett-s,
.clanak,
.clanak-,
.tb-na16 {
  text-align: center !important;
}

.pcenter {
  text-align: center;
}

p.t-9-8-potpis {
  margin-left: 60%;
  text-align: center;
}

/*NN klase stop*/

/* sudska praksa */
.coat-of-arms {
	width: 42px;
	height: 56px;
	margin-left: 55px;
	margin-bottom: 13px;
	margin-top: 35px;
	background: url(/images/CoatOfArmsColor.svg?v=1);
	background-size: cover;
	background-position: center;
}


/*NN klase end */


/* eur-lex linkovi - start */
.parsedCmsBlockLink {
  color: inherit;
  text-decoration: none;
  /* cursor: default; */
  /* pointer-events: none; */
  font-weight: normal;
}

/* .parsedCmsBlockLink:hover,
.parsedCmsBlockLink:focus,
.parsedCmsBlockLink:active {
  color: inherit;
  text-decoration: none;
  cursor: default;
} */

/* eur-lex linkovi - stop */

/* autocomplete dropdown - start */
.input-container {
  position: relative;
}

.autocomplete-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 400px;
  overflow-y: auto;
}

.autocomplete-dropdown.visible {
  display: block;
}

.autocomplete-dropdown li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 1rem;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  gap: 0.75rem;
}

.autocomplete-dropdown li:last-child {
  border-bottom: none;
}

.autocomplete-dropdown li:hover,
.autocomplete-dropdown li.active {
  background-color: #f5f5f5;
}

.autocomplete-dropdown li .ac-title {
  flex: 1;
  font-size: 0.9rem;
  color: #252525;
  line-height: 1.3;
}

.autocomplete-dropdown li .ac-badge {
  flex-shrink: 0;
  font-size: 0.7rem;
  color: #666;
  background: #eee;
  padding: 0.15rem 0.5rem;
  border-radius: 3px;
  white-space: nowrap;
}

.autocomplete-dropdown li .ac-badge--in-force {
  color: #1a6b2e;
  background: #d8f3df;
}

.autocomplete-dropdown li .ac-badge--out-of-force {
  color: #a32020;
  background: #fbdcdc;
}
/* autocomplete dropdown - stop */

/* article anchor highlight - start */
.cms-article-highlight {
  animation: cmsArticleFlash 2.4s ease-out 1;
}

@keyframes cmsArticleFlash {
  0%   { background-color: rgba(255, 235, 130, 0.9); }
  15%  { background-color: rgba(255, 235, 130, 0.9); }
  100% { background-color: transparent; }
}
/* article anchor highlight - stop */

/* web feedback popup - start */
.web-feedback[hidden] {
  display: none;
}

.web-feedback {
  position: fixed;
  inset: 0;
  z-index: 1200;
}

.web-feedback-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 24, 36, 0.45);
}

.web-feedback-card {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  width: min(26.5rem, calc(100vw - 2rem));
  max-height: calc(100vh - 2.5rem);
  overflow: auto;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 16px 48px rgba(20, 24, 36, 0.22);
  padding: 1.5rem 1.5rem 1.25rem;
}

.web-feedback-close {
  position: absolute;
  top: 0.35rem;
  right: 0.7rem;
  border: 0;
  background: transparent;
  font-size: 2rem;
  line-height: 1;
  color: #646473;
  cursor: pointer;
}

.web-feedback-card h2 {
  margin: 0 0 0.35rem;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1d1d27;
}

.web-feedback-intro,
.web-feedback-thanks p {
  margin: 0 0 1rem;
  color: #646473;
  font-size: 0.95rem;
}

.web-feedback-field {
  display: block;
  margin: 0 0 0.9rem;
  padding: 0;
  border: 0;
  min-inline-size: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1d1d27;
}

.web-feedback-field span,
.web-feedback-field legend span {
  font-weight: 400;
  color: #646473;
}

.web-feedback-field textarea {
  display: block;
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.55rem 0.7rem;
  border: 0.063rem solid #d5d5dc;
  border-radius: 0.4rem;
  font: inherit;
  font-weight: 400;
  resize: vertical;
}

.web-feedback-field textarea:focus {
  outline: 2px solid #0074e0;
  outline-offset: 1px;
}

.web-feedback-field legend {
  padding: 0;
  margin-bottom: 0.45rem;
}

.web-feedback-scores {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 0.25rem;
}

.web-feedback-score {
  height: 2.1rem;
  border: 0.063rem solid #d5d5dc;
  border-radius: 0.35rem;
  background: #f7f7f9;
  color: #1d1d27;
  font-weight: 600;
  cursor: pointer;
}

.web-feedback-score:hover,
.web-feedback-score.is-selected {
  background: #0074e0;
  border-color: #0074e0;
  color: #fff;
}

.web-feedback-actions {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.35rem;
}

.web-feedback-actions .button {
  width: auto;
  flex: 1;
}

.web-feedback-error {
  color: #c62828;
  font-size: 0.85rem;
  margin: 0 0 0.6rem;
}

.web-feedback-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.web-feedback-thanks h2 {
  margin-bottom: 0.5rem;
}

@media (max-width: 640px) {
  .web-feedback-card {
    right: 0.5rem;
    left: 0.5rem;
    bottom: 0.5rem;
    width: auto;
    padding: 1.25rem 1rem 1rem;
  }

  .web-feedback-scores {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
/* web feedback popup - stop */
