/* --- LEFT COLUMN: Latest News --- */
.sidebar-widget {
  margin-bottom: 30px; }
  @media screen and (min-width: 1200px) {
    .sidebar-widget {
      padding-right: 30px;
      margin-bottom: 0; } }

.widget-tabs {
  background-color: rgba(0, 0, 0, 0.4); }

.latest-header h5 {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 16px 0 16px 20px; }

.news-item {
  position: relative;
  min-height: 101px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background-color: var(--bright-dark-background); }
  @media screen and (min-width: 2000px) {
    .news-item {
      min-height: 104.5px; } }

.news-item:last-child {
  border-bottom: 0; }

.news-thumb-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  aspect-ratio: 16/9;
  z-index: 0;
  overflow: hidden; }

.news-thumb-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.news-thumb-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to right, rgba(17, 20, 30, 0.3) 0%, rgba(17, 20, 30, 0.7) 35%, rgba(17, 20, 30, 0.92) 70%, #11141e 100%); }

.news-content-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 90px;
  width: 100%;
  padding-right: 55px; }

.news-meta span a {
  color: var(--text-cards);
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 3px;
  text-shadow: -1px -1px 0px var(--bright-dark-background);
  font-family: 'Anton', sans-serif; }

.news-meta span a:hover {
  color: var(--primary-green); }

.news-meta span:after {
  content: " | ";
  color: var(--border-grey); }

.news-meta span:last-child:after {
  content: none; }

.news-title-link {
  font-size: 1.05rem;
  line-height: 1.4;
  color: var(--text-heading); }

/* Hover efekt za Latest News naslov */
.news-title-link:hover {
  color: var(--primary-green); }

/* Stilovi za widget tabove */
.widget-tabs {
  border-bottom: 2px solid #3b4d5a;
  /* Linija ispod tabova */
  padding-bottom: 0; }

.widget-tabs .nav-link {
  background: transparent;
  border: none;
  color: #b0bec5;
  /* Siva boja neaktivnog teksta */
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 10px 5px;
  border-radius: 0;
  position: relative;
  transition: all 0.3s ease; }

/* Hover efekt */
.widget-tabs .nav-link:hover {
  color: white; }

/* Aktivni tab (zelena boja i crta dolje) */
.widget-tabs .nav-link.active {
  color: var(--primary-green);
  background: transparent; }

/* Zelena crta ispod aktivnog taba */
.widget-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  /* Preklapa donji border containera */
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary-green); }

@media screen and (min-width: 1200px) {
  /* Cijela stranica zauzima viewport */
  html {
    height: initial;
    overflow: initial; } }
body.archive .fm-expert-main {
  height: auto; }

.archive-title-block {
  padding: 20px 0 24px;
  border-bottom: 1px solid var(--border-grey);
  margin-bottom: 32px; }

.archive-label {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--primary-green);
  border: 1px solid var(--primary-green);
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 10px; }

.archive-title {
  font-family: 'Anton', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--text-heading);
  margin: 8px 0 0;
  line-height: 1.15;
  text-transform: uppercase; }

.archive-description {
  margin-top: 10px;
  color: var(--text-cards);
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 640px; }

.archive-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 40px; }
  @media (min-width: 600px) {
    .archive-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 992px) {
    .archive-grid {
      grid-template-columns: repeat(3, 1fr); } }

.archive-card {
  background-color: var(--bright-dark-background);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease; }
  .archive-card:hover {
    transform: translateY(-4px);
    border-color: rgba(169, 8, 137, 0.35);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4); }
    .archive-card:hover .archive-card-title {
      color: var(--primary-green); }

.archive-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none; }

.archive-card-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  flex-shrink: 0; }
  .archive-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease; }
  .archive-card-thumb:hover img {
    transform: scale(1.04); }

.archive-card-no-thumb {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(169, 8, 137, 0.15), rgba(0, 0, 0, 0.4)); }
  .archive-card-no-thumb span {
    font-family: 'Anton', sans-serif;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    letter-spacing: 3px; }

.archive-card-cat {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--primary-green);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 3px 8px;
  border-radius: 3px;
  z-index: 2; }

.archive-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px 16px 18px; }

.archive-card-title {
  font-size: 1.35rem;
  line-height: 1.3;
  color: var(--text-heading);
  margin: 0 0 8px;
  transition: color 0.2s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.archive-card-excerpt {
  font-size: 0.85rem;
  line-height: 1.55;
  color: var(--text-cards);
  margin: 0 0 12px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.archive-card-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06); }

.archive-card-date,
.archive-card-author {
  font-family: 'Oswald', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--text-cards);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 5px; }
  .archive-card-date i,
  .archive-card-author i {
    color: var(--primary-green);
    font-size: 0.7rem; }

.archive-pagination {
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center; }
  .archive-pagination .nav-links {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center; }
  .archive-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border-radius: 5px;
    font-family: 'Oswald', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-cards);
    background-color: var(--bright-dark-background);
    border: 1px solid rgba(255, 255, 255, 0.07);
    transition: all 0.2s ease; }
    .archive-pagination .page-numbers:hover {
      color: #fff;
      border-color: rgba(169, 8, 137, 0.4);
      background-color: rgba(169, 8, 137, 0.08); }
    .archive-pagination .page-numbers.current {
      background-color: var(--primary-green);
      border-color: var(--primary-green);
      color: #fff; }
    .archive-pagination .page-numbers.dots {
      background: transparent;
      border: none;
      pointer-events: none;
      color: var(--border-grey); }
    .archive-pagination .page-numbers.prev, .archive-pagination .page-numbers.next {
      padding: 0 14px;
      gap: 6px; }
      .archive-pagination .page-numbers.prev i, .archive-pagination .page-numbers.next i {
        font-size: 0.75rem; }

.archive-no-posts {
  padding: 60px 0;
  text-align: center;
  color: var(--text-cards);
  font-size: 1rem; }

.sidebar-banner-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px dashed var(--border-grey);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .sidebar-banner-placeholder span {
    font-family: 'Oswald', sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--border-grey); }

@media (min-width: 1200px) {
  body.archive {
    overflow: auto; }
    body.archive html {
      overflow: auto; }
    body.archive .fm-expert-main {
      height: auto;
      overflow: visible; }
    body.archive .fm-expert-main > .container,
    body.archive .fm-expert-main > .container > .row {
      height: auto; }
    body.archive .left-sidebar-articles {
      height: auto;
      overflow: visible; }
    body.archive .right-side-main-part {
      height: auto;
      overflow: visible; } }

body.archive {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  body.archive .fm-expert-main {
    flex: 1; }

footer {
  padding-top: 65px; }
  @media screen and (min-width: 1200px) {
    footer {
      margin-bottom: calc( 30px + var(--wp-admin--admin-bar--height) ); } }
  footer .container {
    position: relative; }
  footer .inner {
    border-top: 1px solid rgba(169, 8, 137, 0.1);
    padding: 20px 0; }
    footer .inner .my-order {
      flex-direction: column; }
      @media screen and (min-width: 768px) {
        footer .inner .my-order {
          flex-direction: row; } }
    footer .inner .col {
      display: flex;
      align-self: center;
      padding-top: 12px;
      padding-bottom: 12px; }
      @media screen and (min-width: 768px) {
        footer .inner .col {
          padding-top: 0;
          padding-bottom: 0; } }
    footer .inner .links {
      justify-content: center;
      order: 2; }
      @media screen and (min-width: 768px) {
        footer .inner .links {
          order: 3;
          justify-content: end; } }
      footer .inner .links ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        footer .inner .links ul li {
          padding: 0;
          margin: 0;
          list-style: none;
          display: inline-block;
          margin-right: 15px; }
          footer .inner .links ul li:last-child {
            margin-right: 0; }
          footer .inner .links ul li a:hover {
            color: rgba(169, 8, 137, 0.7); }
    footer .inner .logo {
      justify-content: center;
      order: 1; }
      @media screen and (min-width: 768px) {
        footer .inner .logo {
          order: 2; } }
      footer .inner .logo a {
        display: block; }
        footer .inner .logo a img {
          display: block;
          margin: 0 auto; }
    footer .inner .copyright {
      justify-content: center;
      order: 3;
      text-align: center; }
      @media screen and (min-width: 768px) {
        footer .inner .copyright {
          justify-content: start;
          order: 1;
          text-align: left; } }

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 10px;
  border: 1px solid #555;
  border-radius: 16px;
  cursor: pointer;
  text-align: left;
  opacity: 0.7;
  transition: opacity 0.5s linear; }
  @media screen and (min-width: 768px) {
    .back-to-top {
      right: 20px;
      bottom: 120px; } }
  @media screen and (min-width: 1300px) {
    .back-to-top {
      left: calc(50% + 675px);
      right: auto;
      bottom: 28px; } }
  .back-to-top span.outter {
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    .back-to-top span.outter span.inner-icon {
      height: 32px;
      width: 32px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      order: 1; }
    .back-to-top span.outter span.inner-text {
      color: #555;
      padding-right: 10px;
      display: none;
      height: 32px;
      width: 110px;
      align-items: center;
      text-align: right;
      order: 2; }
    .back-to-top span.outter span.sprite.s-back-to-top {
      background-image: url("../img/social-media.png");
      background-repeat: no-repeat;
      display: block;
      opacity: 1;
      transition: opacity .2s;
      background-position: -59px -5px;
      width: 17px;
      height: 10px; }
  .back-to-top.d-hide {
    opacity: 0; }
  .back-to-top:hover {
    opacity: 1; }
    .back-to-top:hover span.outter span.inner-text {
      display: inline-flex; }

@media screen and (max-width: 767px) {
  #cookie-law-info-again {
    left: 0 !important;
    right: auto !important; } }
@media screen and (min-width: 768px) {
  #cookie-law-info-again {
    left: auto !important;
    right: 0 !important; } }

/*# sourceMappingURL=archive.css.map */
