/* --- 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); }

.regular-page img {
  max-width: 100%;
  height: auto; }

.regular-page .wp-block-image {
  margin-bottom: 1rem; }

.regular-page .wp-block-image .wp-element-caption {
  background-color: var(--bg-header);
  margin: 0;
  padding: 0.5rem 1rem 0.25rem;
  color: var(--text-heading); }

.regular-page .wp-block-heading {
  margin-top: 2rem;
  margin-bottom: 1rem; }

.page-header {
  padding: 25px 0 25px 10px;
  border-bottom: 1px solid var(--text-heading);
  margin-bottom: 35px; }

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=page-style.css.map */
