/* --- 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: 992px) {
  body.single-post .left-sidebar-articles .news-content-wrapper {
    padding-left: 40px;
    padding-right: 25px; } }
@media screen and (min-width: 1200px) {
  body.single-post .left-sidebar-articles .news-content-wrapper {
    padding-left: 70px; } }
@media screen and (min-width: 1400px) {
  body.single-post .left-sidebar-articles .news-content-wrapper {
    padding-right: 55px; } }
@media screen and (min-width: 1900px) {
  body.single-post .left-sidebar-articles .news-content-wrapper {
    padding-left: 90px; } }

@media screen and (max-width: 991.98px) {
  body.single-post > .fm-expert-main > .container > .row {
    display: flex;
    flex-direction: column-reverse; } }

/* --- SINGLE POST --- */
.article-header {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-grey); }

.article-header .thumbnail {
  position: relative;
  aspect-ratio: 16 / 9;
  display: block;
  margin: 0 0 0 auto;
  z-index: 1;
  width: 100%;
  max-width: 650px; }

.article-header img {
  width: 100%; }

.article-header .img-overlay {
  margin: 0 0 0 auto;
  max-width: 650px;
  z-index: 2;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(10, 15, 30, 0.1) 10%, rgba(10, 15, 30, 0.4) 35%, rgba(10, 15, 30, 0.6) 60%, rgba(10, 15, 30, 0.75) 80%, #0a0f1e 96%); }

.article-header .single-post-meta {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding-top: 20px;
  width: 100%;
  padding-left: calc(var(--bs-gutter-x) * .5); }

.article-header .single-post-meta h1 {
  margin-bottom: 1.5rem;
  max-width: 650px; }

.article-header .single-post-meta .inner-post-meta {
  padding-left: calc(var(--bs-gutter-x) * .5);
  width: calc(100% - 550px); }

.article-header .single-post-meta .inner-post-meta .taxonomy {
  color: var(--border-grey);
  font-family: 'Oswald', sans-serif;
  font-weight: 300; }

.article-header .single-post-meta .inner-post-meta .taxonomy .tax {
  margin-right: 0.2rem; }

.article-header .single-post-meta .inner-post-meta .taxonomy .term {
  color: var(--text-cards); }

.article-header .single-post-meta .inner-post-meta .taxonomy a .term:hover {
  color: var(--primary-green); }

.article-header .single-post-meta .inner-post-meta .taxonomy.categories a:after {
  content: ", ";
  color: var(--text-cards); }

.article-header .single-post-meta .inner-post-meta .taxonomy.categories a:last-child:after {
  content: none; }

.article-header .single-post-meta .inner-post-meta .taxonomy.author,
.article-header .single-post-meta .inner-post-meta .taxonomy.date {
  margin-bottom: 0.35rem; }

.article-header .single-post-meta .inner-post-meta .taxonomy.tags {
  margin-top: 1.5rem; }

.article-header .single-post-meta .inner-post-meta .taxonomy.tags .term {
  margin-right: 6px;
  display: inline-flex;
  margin-bottom: 0.5rem; }

.article-header .single-post-meta .inner-post-meta .taxonomy.tags .term a {
  background-color: var(--border-grey);
  border-radius: 17px;
  padding: 4px 15px 7px;
  color: var(--bg-body); }

.article-header .single-post-meta .inner-post-meta .taxonomy.tags .term a:before {
  content: "#";
  color: var(--text-heading);
  margin-right: 2px; }

.article-header .single-post-meta .inner-post-meta .taxonomy.tags .term:hover a {
  background-color: var(--primary-green);
  color: var(--bs-heading-color); }

.article-header .single-post-meta .excerpt {
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: 1rem;
  display: block;
  font-size: 1.25rem;
  max-width: 80%; }

.article-body p {
  line-height: 2; }

.article-body img {
  max-width: 100%;
  height: auto; }

.article-body .wp-block-image {
  margin-bottom: 1rem; }

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

.article-body .wp-block-heading {
  margin-top: 2rem;
  margin-bottom: 1rem; }

:where(.is-layout-flex) {
  gap: 0; }

.wp-block-button a {
  border-radius: 0; }
.wp-block-button:not(.btn-download) a {
  background-color: var(--primary-green); }
  .wp-block-button:not(.btn-download) a:hover {
    color: #fff;
    cursor: default; }
.wp-block-button.btn-download a:hover {
  background-color: var(--bg-header); }

.social-share-column {
  /* Social Share Wrapper */
  /* Share Icons */
  /* Hover Effects - Promjena u brand boju */
  /* Icon Animation */
  /* Responsive */ }
  .social-share-column .social-share-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 20px 0;
    top: 20px; }
  .social-share-column .share-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    color: #333; }
  .social-share-column .share-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #333;
    color: #333;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    opacity: 0.6; }
  .social-share-column .share-icon:hover {
    opacity: 1; }
  .social-share-column .share-icon.facebook:hover {
    background-color: #1877f2;
    border-color: #1877f2;
    color: #fff; }
  .social-share-column .share-icon.twitter:hover {
    background-color: #000;
    border-color: #000;
    color: #fff; }
  .social-share-column .share-icon.linkedin:hover {
    background-color: #0077b5;
    border-color: #0077b5;
    color: #fff; }
  .social-share-column .share-icon.whatsapp:hover {
    background-color: #25d366;
    border-color: #25d366;
    color: #fff; }
  .social-share-column .share-icon.reddit:hover {
    background-color: #ff4500;
    border-color: #ff4500;
    color: #fff; }
  .social-share-column .share-icon.email:hover {
    background-color: #ea4335;
    border-color: #ea4335;
    color: #fff; }
  .social-share-column .share-icon.copy-link:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff; }
  .social-share-column .share-icon:active {
    transform: scale(0.95); }
  @media (max-width: 768px) {
    .social-share-column .share-icon {
      width: 45px;
      height: 45px;
      font-size: 18px; } }

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