/*
 * NARUČI KAFU – GLOBAL STYLES
 * Globalni WooCommerce, blog, FAQ, footer i pomoćni stilovi.
 */

/* ===========================================================
   1) Global helpers
   =========================================================== */

.custom-tag {
  display: inline-block;
  background: #f7f3ee;
  color: #3a2a22 !important;
  border: 1px solid #e3d6c8;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: none;
  box-shadow: none;
}


/* ===========================================================
   2) WooCommerce archive / product grid
   =========================================================== */

/* Slike proizvoda – stabilno bez forsiranja visine */
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap img,
.woocommerce-page ul.products li.product .astra-shop-thumbnail-wrap img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Brend u product loop-u */
.woocommerce ul.products li.product div.pwb-brands-in-loop,
.woocommerce-page ul.products li.product div.pwb-brands-in-loop,
div.pwb-brands-in-loop {
  display: block !important;
  margin: 5px 0 3px 0 !important;
  padding: 0 !important;
  text-align: center !important;
  line-height: 1.1 !important;
}

.woocommerce ul.products li.product div.pwb-brands-in-loop a,
.woocommerce-page ul.products li.product div.pwb-brands-in-loop a,
div.pwb-brands-in-loop a {
  color: #4a4a4a !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  text-decoration: none !important;
}

.woocommerce ul.products li.product div.pwb-brands-in-loop a:hover,
.woocommerce-page ul.products li.product div.pwb-brands-in-loop a:hover,
div.pwb-brands-in-loop a:hover {
  color: #222222 !important;
}

/* WooCommerce product category badge */
.woocommerce ul.products li.product .ast-woo-product-category,
.woocommerce-page ul.products li.product .ast-woo-product-category,
.ast-woo-product-category {
  background: #eee9e4;
  color: #2b211c !important;
  padding: 3px 10px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

/* Custom tag u product grid-u */
.woocommerce ul.products li.product .custom-tag,
.woocommerce-page ul.products li.product .custom-tag {
  display: inline-block;
}

/* Linkovi u opisima kategorija */
.woocommerce .term-description a,
.woocommerce-page .term-description a {
  color: #6b3f1f;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(107, 63, 31, 0.45);
}

.woocommerce .term-description a:hover,
.woocommerce-page .term-description a:hover {
  color: #2b211c;
  border-bottom-color: #2b211c;
}

/* Kratak opis iznad proizvoda na kategorijama i brendovima */
.nk-category-intro {
  margin: 8px 0 16px;
  padding: 12px 16px;
  border-radius: 10px;
  background: #faf7f2;
  font-size: 15px;
  line-height: 1.55;
}

.nk-category-intro p {
  margin: 0;
}


/* ===========================================================
   3) WooCommerce single product
   =========================================================== */

/* PWB brand logo – single product */
.single-product .pwb-single-product-brands a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 120px !important;
  height: 120px !important;
  max-width: 120px !important;
  max-height: 120px !important;
}

.single-product .pwb-single-product-brands a img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
}

.single-product .summary .pwb-single-product-brands.pwb-clearfix {
  margin: 0 0 10px !important;
}

.single-product .summary .pwb-single-product-brands.pwb-clearfix a {
  display: inline-block !important;
}

.single-product .summary .pwb-single-product-brands.pwb-clearfix a img.attachment-medium.size-medium {
  width: 90px !important;
  max-width: 100px !important;
  height: auto !important;
  display: block !important;
}

/* Sakrivanje tagova i jedinična cena */
.single-product .product_meta .tagged_as,
.single-product .product_meta .tagged_as a {
  display: none !important;
}

/* GTIN i MPN se prikazuju u Deklaraciji proizvoda – sakrij duplikate iz product meta */
.single-product .product_meta .cr_gtin,
.single-product .product_meta .cr_mpn,
.single-product .product_meta br:has(+ .cr_gtin),
.single-product .product_meta br:has(+ .cr_mpn) {
  display: none !important;
}

.single-product .summary .nkf-unit-price {
  margin: 6px 0 10px;
  font-size: 16px;
  line-height: 1.4;
  color: #666;
}


/* ===========================================================
   4) Yoast FAQ – elegantne kartice
   Dodaj klasu: faq-pretty
   =========================================================== */

.wp-block-yoast-faq-block.faq-pretty {
  --nk-brown: #b48a60;
  --nk-dark: #222;
  --nk-muted: #666;
  --card-bg: #fff;
  --card-br: #ececec;
  --radius: 14px;
  --shadow: 0 6px 18px rgba(0, 0, 0, 0.06);

  display: grid;
  gap: 18px;
}

.wp-block-yoast-faq-block.faq-pretty .schema-faq-section {
  background: var(--card-bg);
  border: 1px solid var(--card-br);
  border-radius: var(--radius);
  padding: 16px 18px;
  box-shadow: var(--shadow);
  transition: 0.15s ease;
}

.wp-block-yoast-faq-block.faq-pretty .schema-faq-section:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.wp-block-yoast-faq-block.faq-pretty .schema-faq-question {
  margin: 0 0 8px !important;
  font-size: 18px;
  font-weight: 700;
  color: var(--nk-dark);
  line-height: 1.3;
  display: flex;
  gap: 10px;
}

.wp-block-yoast-faq-block.faq-pretty .schema-faq-question::before {
  content: "☕";
  color: var(--nk-brown);
  font-size: 18px;
}

.wp-block-yoast-faq-block.faq-pretty .schema-faq-answer {
  color: var(--nk-muted);
  margin: 0;
  line-height: 1.6;
}

.wp-block-yoast-faq-block.faq-pretty .schema-faq-answer a {
  color: var(--nk-brown);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wp-block-yoast-faq-block.faq-pretty .schema-faq-answer a:hover {
  opacity: 0.9;
}

.wp-block-yoast-faq-block.faq-pretty .schema-faq-section + .schema-faq-section {
  border-top: none;
}


/* ===========================================================
   5) Price Hub – grid kartica
   =========================================================== */

.price-hub-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.phb-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
}

.phb-card strong {
  font-size: 1.05rem;
  color: #111;
}

.phb-card span {
  font-size: 0.9rem;
  color: #444;
  opacity: 0.7;
}

.phb-card:hover {
  background: #fafafa;
  border-color: #b9b9b9;
}


/* ===========================================================
   6) Payments sekcija – trustmark + kartice
   =========================================================== */

.nk-payments {
  text-align: center;
  padding: 10px 0;
  max-width: 100%;
  margin: 0 auto;
}

.nk-payments-top,
.nk-payments-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.nk-payments-top {
  gap: 14px;
  margin-bottom: 12px;
}

.nk-payments-bottom {
  gap: 10px 16px;
}

.nk-payments img {
  width: auto !important;
  height: auto !important;
  max-height: 32px !important;
}

.nk-payments img.nk-big {
  max-height: 55px !important;
}

.nk-payments img.nk-medium {
  max-height: 40px !important;
}

@media (min-width: 1024px) {
  .nk-payments {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 18px;
  }

  .nk-payments-top,
  .nk-payments-bottom {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .nk-payments-top a,
  .nk-payments-bottom img {
    display: flex;
    align-items: center;
  }

  .nk-payments img {
    max-height: 36px !important;
    width: auto;
  }

  .nk-payments .nk-big {
    max-height: 42px !important;
  }
}

@media (max-width: 1023px) {
  .nk-payments {
    flex-direction: column;
  }

  .nk-payments-top,
  .nk-payments-bottom {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .nk-payments {
    padding: 8px 0;
  }

  .nk-payments img {
    max-height: 26px !important;
  }

  .nk-payments img.nk-big {
    max-height: 45px !important;
  }

  .nk-payments img.nk-medium {
    max-height: 32px !important;
  }

  .nk-payments-top {
    gap: 10px;
    margin-bottom: 10px;
  }

  .nk-payments-bottom {
    gap: 8px 12px;
  }
}

@media (max-width: 480px) {
  .nk-payments img {
    max-height: 32px !important;
  }
}

/* ===========================================================
   8) Blog intro
   =========================================================== */

.nk-blog-intro {
  max-width: 1100px;
  margin: 0 auto 36px;
  padding: 34px 34px 28px;
  background: #fff8ef;
  border: 1px solid #ead8c1;
  border-radius: 18px;
}

.nk-blog-intro h2 {
  margin: 0 0 18px;
  font-size: 32px;
  line-height: 1.25;
  color: #1f1713;
}

.nk-blog-intro p {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.8;
  color: #4b3a31;
}

.nk-blog-intro p:last-of-type {
  margin-bottom: 0;
}

.nk-blog-topic-buttons {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.nk-blog-topic-label {
  font-size: 16px;
  font-weight: 600;
  color: #4b3a31;
  margin-right: 4px;
}

.nk-blog-topic-btn {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #2b211c;
  border-radius: 999px;
  background: transparent;
  color: #2b211c;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  transition: all 0.2s ease;
}

.nk-blog-topic-btn:hover {
  background: #2b211c;
  color: #ffffff;
  text-decoration: none;
}

.nk-blog-topic-btn-active {
  background: #2b211c;
  color: #ffffff;
}

.nk-blog-topic-btn-active:hover {
  background: #1f1713;
  color: #ffffff;
}


/* ===========================================================
   9) Recepti / blog stilovi
   =========================================================== */

.nk-recipe-post,
.nk-recepti-blog,
.nk-recepti {
  max-width: 980px;
  margin: 0 auto;
}

.nk-recipe-post p,
.nk-recepti-blog p,
.nk-recepti p {
  font-size: 18px;
  line-height: 1.8;
  color: #3f3028;
  margin: 0 0 18px;
}

.nk-recipe-post p {
  line-height: 1.85;
}

.nk-recipe-post a {
  color: #7a4a25;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nk-recepti-blog a {
  color: #7a4a25;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(122, 74, 37, 0.25);
}

.nk-recepti-blog a:hover {
  color: #2b211c;
  border-bottom-color: #2b211c;
}

.nk-recepti a,
.nk-recepti a:visited,
.nk-recepti a:hover,
.nk-recepti a:focus,
.nk-recepti a:active {
  color: #7a4a25;
  font-weight: 600;
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.nk-recepti a:hover {
  color: #2b211c;
}

.nk-recipe-post h2,
.nk-recepti-blog h2,
.nk-recepti h2 {
  margin: 42px 0 18px;
  font-size: 30px;
  line-height: 1.3;
  color: #1f1713;
}

.nk-recipe-post h3,
.nk-recepti-blog h3,
.nk-recepti h3 {
  margin: 28px 0 12px;
  font-size: 22px;
  line-height: 1.35;
  color: #2b211c;
}

.nk-recipe-post h3 {
  margin: 0 0 14px;
}

.nk-recepti h3 {
  margin: 26px 0 12px;
}

.nk-recepti-blog ul,
.nk-recepti-blog ol,
.nk-recepti ul,
.nk-recepti ol {
  margin: 0 0 22px 24px;
  padding: 0;
}

.nk-recepti-blog li,
.nk-recepti li {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.65;
  color: #3f3028;
}

.nk-lead {
  font-size: 21px !important;
  line-height: 1.75 !important;
  color: #2b211c !important;
  font-weight: 500;
}

.nk-info-box,
.nk-product-box {
  margin: 30px 0;
  padding: 24px 26px;
  background: #fff8ef;
  border: 1px solid #ead8c1;
  border-radius: 18px;
}

.nk-info-box ul {
  margin: 14px 0 0 20px;
  padding: 0;
}

.nk-info-box li {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.6;
}

.nk-blog-image,
.nk-blog-slika,
.nk-blog-img {
  margin: 30px 0 34px;
}

.nk-blog-image img,
.nk-blog-slika img,
.nk-blog-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.nk-blog-image img {
  border-radius: 18px;
}

.nk-blog-image figcaption,
.nk-blog-slika figcaption {
  margin-top: 9px;
  font-size: 14px;
  line-height: 1.5;
  color: #6d5a4f;
  text-align: center;
}

.nk-recipe-box {
  margin: 38px 0;
  padding: 26px 28px 24px;
  background: #fff8ef;
  border: 1px solid #ead8c1;
  border-radius: 18px;
}

.nk-recipe-box h2 {
  margin-top: 8px;
}

.nk-recipe-tag {
  display: inline-block;
  margin: 0 0 6px !important;
  padding: 5px 12px;
  background: #2b211c;
  color: #ffffff !important;
  border-radius: 999px;
  font-size: 13px !important;
  line-height: 1.4 !important;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.nk-recipe-note {
  margin: 22px 0 !important;
  padding: 16px 18px;
  background: #ffffff;
  border-left: 4px solid #7a4a25;
  border-radius: 12px;
}

.nk-product-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 32px;
}

.nk-product-links a {
  display: inline-block;
  padding: 10px 16px;
  background: #fff8ef;
  border: 1px solid #ead8c1 !important;
  border-radius: 999px;
  color: #2b211c !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: none !important;
}

.nk-product-links a:hover {
  background: #2b211c;
  color: #ffffff !important;
}


/* ===========================================================
   10) Mobile blog / recepti
   =========================================================== */

@media (max-width: 768px) {
  .nk-blog-intro {
    margin: 0 16px 28px;
    padding: 22px 18px;
    border-radius: 14px;
  }

  .nk-blog-intro h2 {
    font-size: 24px;
  }

  .nk-blog-intro p {
    font-size: 16px;
    line-height: 1.7;
  }

  .nk-blog-topic-buttons {
    margin-top: 22px;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nk-blog-topic-label {
    font-size: 15px;
    margin-bottom: 2px;
  }

  .nk-blog-topic-btn {
    width: 100%;
    text-align: center;
    padding: 11px 16px;
    font-size: 15px;
  }

  .nk-recepti {
    padding: 0 16px;
  }

  .nk-recepti p,
  .nk-recepti-blog p,
  .nk-recipe-post p {
    font-size: 16px;
    line-height: 1.75;
  }

  .nk-recepti h2,
  .nk-recepti-blog h2,
  .nk-recipe-post h2 {
    font-size: 24px;
    margin-top: 34px;
  }

  .nk-recepti h3,
  .nk-recepti-blog h3,
  .nk-recipe-post h3 {
    font-size: 20px;
  }

  .nk-recepti li,
  .nk-recepti-blog li {
    font-size: 16px;
  }

  .nk-recipe-box {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .nk-product-links {
    flex-direction: column;
    gap: 10px;
  }

  .nk-product-links a {
    text-align: center;
  }
}


/* ===========================================================
   11) WooCommerce mobile toolbar / filter spacing
   =========================================================== */

@media (max-width: 768px) {
  .woocommerce .ast-shop-toolbar-container,
  .woocommerce .ast-woo-shop-toolbar,
  .woocommerce .ast-shop-toolbar-aside-wrap {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
  }

  .woocommerce .ast-shop-toolbar-container + ul.products,
  .woocommerce ul.products {
    margin-top: 8px !important;
    padding-top: 0 !important;
  }
}
/* ===========================================================
   12) WooCommerce archive H1 – brend i kategorija stranice
   =========================================================== */

.woocommerce-products-header__title.page-title,
.woocommerce-page .entry-title,
.archive.woocommerce .entry-title {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  color: #1f1713;
  margin: 0 0 14px;
}

/* Mobile H1 */
@media (max-width: 768px) {
  .woocommerce-products-header__title.page-title,
  .woocommerce-page .entry-title,
  .archive.woocommerce .entry-title {
    font-size: 26px !important;
    line-height: 1.25 !important;
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
  }

  .woocommerce-products-header {
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
  }
}

.nk-guide-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 20px 0;
}

.nk-guide-card {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 16px;
  background: #fff;
}

.nk-guide-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
}

.nk-guide-card p {
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .nk-guide-cards {
    grid-template-columns: 1fr;
  }

  .nk-guide-card {
    padding: 14px;
  }
}
/* ===========================================================
   CLS FIX – bez kvarenja WooCommerce grid-a
   =========================================================== */

/* Ne diramo raspored wrapper-a, samo stabilizujemo prostor */
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap,
.woocommerce-page ul.products li.product .astra-shop-thumbnail-wrap {
  display: block;
  position: relative;
}

/* Slike ostaju prirodne */
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap img,
.woocommerce-page ul.products li.product .astra-shop-thumbnail-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Samo stabilizacija naslova da kartice manje skaču */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  min-height: 48px;
}

/* Stabilizacija custom taga ako se pojavi */
.woocommerce ul.products li.product .custom-tag,
.woocommerce-page ul.products li.product .custom-tag {
  min-height: 24px;
}

/* Single product galerija */
.single-product div.product .woocommerce-product-gallery {
  min-height: 420px;
}

@media (max-width: 768px) {
  .single-product div.product .woocommerce-product-gallery {
    min-height: 320px;
  }
}
/* Deklaracija proizvoda - WooCommerce */
.single-product .woocommerce-Tabs-panel--additional_information table.shop_attributes {
    border: 1px solid #e8e2dc;
    border-radius: 8px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
}

/* Leva kolona */
.single-product .woocommerce-Tabs-panel--additional_information table.shop_attributes th {
    width: 180px;
    background: #faf7f4;
    color: #2f2520;
    font-weight: 600;
    padding: 14px 18px;
    border-right: 1px solid #e8e2dc;
    border-bottom: 1px solid #e8e2dc;
}

/* Desna kolona */
.single-product .woocommerce-Tabs-panel--additional_information table.shop_attributes td {
    padding: 14px 18px;
    border-bottom: 1px solid #e8e2dc;
    color: #3b302b;
}

/* WooCommerce često ubacuje p tag u td */
.single-product .woocommerce-Tabs-panel--additional_information table.shop_attributes td p {
    margin: 0;
    padding: 0;
}

/* Linkovi za Tip i Brend */
.single-product .woocommerce-Tabs-panel--additional_information table.shop_attributes a {
    color: #7a4a2a;
    font-weight: 600;
    text-decoration: none;
}

.single-product .woocommerce-Tabs-panel--additional_information table.shop_attributes a:hover {
    text-decoration: underline;
}

/* Skidanje donje linije sa poslednjeg reda */
.single-product .woocommerce-Tabs-panel--additional_information table.shop_attributes tr:last-child th,
.single-product .woocommerce-Tabs-panel--additional_information table.shop_attributes tr:last-child td {
    border-bottom: none;
}

/* Mobilni prikaz */
@media (max-width: 544px) {
    .single-product .woocommerce-Tabs-panel--additional_information table.shop_attributes th,
    .single-product .woocommerce-Tabs-panel--additional_information table.shop_attributes td {
        display: block;
        width: 100%;
        padding: 11px 14px;
    }

    .single-product .woocommerce-Tabs-panel--additional_information table.shop_attributes th {
        border-right: none;
        border-bottom: none;
        padding-bottom: 4px;
    }

    .single-product .woocommerce-Tabs-panel--additional_information table.shop_attributes td {
        padding-top: 4px;
    }
}
/* ===========================================================
   13) Footer navigacija – diskretan SEO footer
   =========================================================== */

.seo-footer {
  width: 100%;
  margin: 0;
  padding: 18px 0 20px;
  background: #171717;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: #ffffff;
}

.seo-footer .seo-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
  text-align: left;
}

.seo-footer-col h3 {
  margin: 0 0 9px;
  padding: 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.seo-footer ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.seo-footer li {
  margin: 0 0 6px !important;
  padding: 0 !important;
  list-style: none !important;
  line-height: 1.35 !important;
}

.seo-footer li::marker,
.seo-footer li::before,
.seo-footer li::after {
  content: none !important;
  display: none !important;
}

.seo-footer a {
  color: rgba(255,255,255,0.82) !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.seo-footer a:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

/* Tablet */
@media (max-width: 1024px) {
  .seo-footer .seo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .seo-footer {
    padding: 18px 0 22px;
  }

  .seo-footer .seo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 18px;
    padding: 0 20px;
  }

  .seo-footer-col h3 {
    font-size: 13px;
  }

  .seo-footer a {
    font-size: 13px !important;
  }
}

/* Mali mobilni */
@media (max-width: 480px) {
  .seo-footer .seo-grid {
    grid-template-columns: 1fr;
    text-align: left;
  }
}


/* Footer – mobilna aplikacija */
.nk-footer-app {
  text-align: center;
}

.nk-footer-app-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.nk-footer-app-text {
  font-size: 14px;
  color: #ddd;
  margin-bottom: 14px;
}

.nk-footer-app img {
  width: 180px;
  max-width: 100%;
  height: auto;
}
