:root{
  --bg:#ffffff; 
  --text:#000; /*#0f141b*/
  --muted:#9AA4AF;
  --card:#ffffff; 
  --card-b:#e5e7eb;
  --brand:#7dd3fc; 
  --accent:#34d399;
  --shadow: 2px 2px 12px rgb(230,230,230);
  --focus:#2563eb;
  --headerH: 64px;
  --headerT: #AD68FF;
  --t: #21FFD9;
  --t1: #000000;
}

*{box-sizing:border-box}

html,body{
  margin:0;padding:0;
  font:16px/1.55 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial;
  -webkit-text-size-adjust:100%;
  overflow-x:hidden;
}

body {
  padding-top: var(--headerH);
  min-height: 100svh; display: flex; flex-direction: column;
  background: var(--bg); color: var(--text);
}

main { flex: 1 0 auto; }

.container-f {
  padding-top: 60px;
  text-align: center;
}

.container-f img {
  display:inline-block;
  border-radius: 15px;
  box-shadow: 2px 2px 12px rgb(220,220,220);
}

@media (max-width: 1000px) {
.container-f img {
  width: 75px;
  height: 75px;
  border-radius: 12px;
}
}

.logo img {
  display:block;
  border-radius:10px;
}

a{color: rgb(0,0,0);text-decoration:none;font-size: 15px;} /*59CFD1*/
a:hover{text-decoration:none;}
:focus-visible{outline:2px solid var(--focus);outline-offset:2px;}

.container {
  width:calc(100% - 430px);
  margin: 0 0 0 30px;
  padding: 30px 0 15px 0;
}

.ad-fixed {
  position: fixed;
  top: calc(var(--headerH) + 30px);
  left: calc(100% - 370px);
  width: 100%;
  max-width: 340px;
  z-index: 9999;
}

.ad-fixed .adsbygoogle {
  display: block;
  width: 100%;
  height: auto;
  max-width: 340px;
  box-sizing: border-box;
  min-height: 280px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background-color: var(--headerT); /*#8D63F9 #FF649E #13FF89 #FE756F*/
  height: var(--headerH);
  display:flex;
  align-items:center;
}

header .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; /* logo levo, nav desno */
  height: var(--headerH);
  padding: 0 30px 0 0;
}

@media (max-width: 1500px) {
  .container {
    width:calc(100% - 420px);
    margin-left: 20px;
    padding: 20px 0 5px 0;
  }

  header .container {
    width: 100%;
    padding: 0 20px 0 0;
  }

.ad-fixed {
  top: calc(var(--headerH) + 20px);
}
}

@media (max-width: 800px) {
  .ad-fixed {
    display: none;
  }

  .container {
    width: 100%;
    margin: 0;
    padding: 20px;
  }

  header .container {
    padding: 0 20px;
  }

  .mobile-sticky-video-ad {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }

  .mobile-sticky-video-ad .adsbygoogle {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
  }
}

@media (min-width: 801px) {
    .mobile-sticky-video-ad {
        display: none;
    }
}

.active-home {
  font-weight: 500;
  font-size: 13px;
  background-color: white;
  color: black;
  padding: 11px 20px 11px 19px;
  border-radius: 7px;
  margin-left: 10px;
}

.active {
  font-weight: 500;
  font-size: 13px;
  background-color: white;
  color: black;
  padding: 12px 20px 12px 19px;
  border-radius: 50px;
  margin-left: 10px;
}

.desktop-nav a{color:white; font-weight: 500; font-size: 13px;}

h1{font-size:28px;margin:15px 0;}
h2{font-size:20px;margin:18px 0 10px;}
h3{font-size:15px;margin:38px 0 10px;}

ol li {
  font-size: 14px;
}

@media (max-width: 1000px) {
  ol, ul {
    padding-left: 20px;
  }
}

.underline {

}

/* ======= CARDS / FORMS ======= */
.card{background:var(--card);border-radius:14px;box-shadow: var(--shadow);padding:16px;margin:16px 0}
.result{margin-top:12px;padding:12px;border-radius:12px;border:1px solid var(--card-b); background:#fff;}
.card,.result,.aff { background: var(--card); border-color: var(--card-b); }
.input{margin:10px 0;}

.input input,
.input select,
.input textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  color: #111827;
  box-shadow: none;
  outline: none;
}

.input input::placeholder{ color: var(--muted); opacity:1}
.aff{ --bdc:var(--brand); --bgc:#ffffff; background:var(--bgc); }
.input label{display:block;margin-bottom:6px;color:var(--muted)}

.input input:focus,
.input select:focus,
.input textarea:focus {
border-color:#7DD3FC;
outline: 2px solid #60A5FA; /*#60A5FA #7dd3fc*/
box-shadow:0 0 0 3px rgb(125 211 252 / .15);
}

/*
======================================================================
======================================================================
======================================================================
*/

.card-calculators-1 {
  padding: 0;
  box-shadow: none;
  margin-bottom: 40px;
}

.calculators-grid {
  display: grid;
  align-items: stretch;
  justify-items: stretch;
  grid-gap: 7px;
}

.calculators-grid-1 {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 70px);
}

.calculators-grid-2 {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(8, 70px);
}

.calculators-grid > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
  width: 100%;
  height: 100%;
  text-align: center;
}

  a i {
  color: rgb(0,0,0);
  font-size: 17px;
  margin: 0 0 3px 0;
  }

.calculators-grid a {
 font-size: 12px;
 font-weight: 500;
 border-radius: 100px;
 box-shadow: 2px 2px 12px rgb(233,233,233);
 transition: 0.2s;
 color: rgb(0,0,0);
}

@media (max-width:1500px) {
 .calculators-grid-1 {
   grid-template-columns: repeat(3, 1fr);
   grid-template-rows: repeat(4, 70px);
 }
 .calculators-grid-2 {
   grid-template-columns: repeat(3, 1fr);
   grid-template-rows: repeat(10, 70px);
 }
}

@media (max-width:1300px) {
 .calculators-grid-1 {
   grid-template-columns: repeat(2, 1fr);
   grid-template-rows: repeat(6, 70px);
 }
 .calculators-grid-2 {
   grid-template-columns: repeat(2, 1fr);
   grid-template-rows: repeat(15, 70px);
 }
}

@media(max-width: 1150px) {
 .calculators-grid-1 {
  grid-template-columns: 100%;
  grid-template-rows: repeat(12, 65px);
  grid-gap: 5px;
}
 .calculators-grid-2 {
  grid-template-columns: 100%;
  grid-template-rows: repeat(30, 65px);
  grid-gap: 5px;
}
.calculators-grid > * {
  flex-direction: row;
}
a i {
  margin: 0 10px 0 0;
}
}

.calculators-grid a:hover {
  /*#21FFD9 #AD68FF #FFFE91 #37FFD5 #6AFFDD #21FFD9 #FF649E #13FF89*/
  transform: scale(0.9);
}

.calculators-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-bottom: 8px;
}

/*
======================================================================
======================================================================
======================================================================
*/

button.btn {
  all: unset;
}

.card-paragraph {
  margin-top: 40px;
}

.card-paragraph:first-of-type{
  margin-top: 20px;
}

.card-paragraph:last-of-type{
  margin-bottom: 20px;
}

@media(max-width: 1000px) {
.card-paragraph {
  margin-top: 30px;
}
}

button.btn, .related-link, .health-calculators-button {
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 2px 2px 12px rgb(230, 230, 230);
  border-radius: 50px;
  border: none;
  background-color: white;
  transition: 0.3s;
  color: rgb(30,30,30);
}

button.btn {
  margin: 10px 0;
}

.health-calculators-button {
  border-radius: 9px;
  box-shadow:none;
  padding: 15px;
  background-color: var(--t);
  margin-left: 3px;
}

/* ======= AFFILIATE BOX ======= */

.aff{--bdc:var(--brand);--bgc:#ffffff;border-radius:14px;padding:16px;background:var(--bgc);box-shadow:var(--shadow);margin:20px 0}
.aff h2{margin:0 0 6px;font-size:15px}
.aff p{margin:0 0 12px;color:var(--muted);font-size: 13px;}
.aff .cta{display:inline-block;padding:13px 19px;border-radius:50px;font-weight:600;text-decoration:none;background:white;color:rgb(30,30,30);box-shadow:2px 2px 12px rgb(230,230,230);font-size: 12px;transition:0.3s;}

.aff .cta:hover {
  padding: 13px 13px;
}

.aff .meta{margin-top:10px;font-size:12px;color:var(--muted)}
.aff .badge{display:inline-block;font-size:11px;font-weight:700;color:#000;background-color:var(--t);padding:4px 8px;border-radius:999px;margin-bottom:8px}

@media (min-width: 700px) {
button.btn, .related-link, .health-calculators-button {
  padding: 15px 25px;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
}
button.btn:hover, .related-link:hover {
  padding: 15px 20px;
  border-right: 15px solid var(--t);
}
.aff .cta {
  border-left: 15px solid #fff;
  border-right: 15px solid var(--t);
}
}

@media (max-width: 699px) {
button.btn, .related-link, .health-calculators-button, .aff .cta {
  padding: 15px 35px;
}
button.btn:hover, .related-link:hover, .aff .cta:hover {
  padding: 15px 35px;
}
}

/* ======= LAYOUT ======= */

/*
@media (min-width:1200px){
  .layout{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:20px;
    align-items:start;
    border:1px solid black;
  }
}
*/

/* ======= MOBILE TWEAKS ======= */
@media (max-width:480px){
  h1{font-size:22px}
  h2{font-size:18px}
  .btn{width:100%}
  /*nav a{display:inline-block;margin-right:10px;}*/
}

/* ======= LONG STRINGS SAFETY ======= */
*{word-break:break-word;overflow-wrap:anywhere}

/* ======= REDUCED MOTION ======= */
@media (prefers-reduced-motion: reduce){
  *{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}
}

main p {
  font-size: 14px;

}

@media (max-width: 1500px) {
main p {
  /*font-size: 13px;*/
}
}

h1.title-r, h2.subtitle-r {
  text-align: center;
}

h1.title-r {
  line-height: 35px;
}

h2.subtitle-r {
  margin: auto;
  margin-bottom: 60px;
  font-size: 14px;
  font-weight: 400;
  max-width: 450px;
  color: rgb(0,0,0);
}

@media (max-width: 1300px) {
.container-f {
  padding-top: 40px;
}
h2.subtitle-r {
  margin-bottom: 50px;
}
}

@media(max-width: 700px) {
h1.title-r {
  font-size: 27px;
}
h2.subtitle-r {
  margin-bottom: 35px;
}
}

@media (max-width: 500px) {
h2.subtitle-r {
  margin-bottom: 30px;
}
}

@media(max-width: 1700px) {
  header .header-container-a-c {
     width: 70%;
     margin:0 auto;
   }
}

@media(max-width: 1500px) {
  .header .header-container-a-c {
     width: 80%; 
   }
}

@media(max-width: 1300px) {
   header .header-container-a-c {
     width: 100%; 
   }
}

/*
.container-a h2 {
  font-weight: 500;
  margin-top: 50px;
}
*/

h2, h3 {
  font-weight: 500;
}

.related-links  {
  margin: 20px 0 30px 0;
}

.related-links-calculators {
  margin: 30px 0 19px 0;
}

.related-links-row {
  margin: 30px 0;
}

@media (max-width: 1300px) {
.related-links-row {
  margin: 0;
  margin-top: 5px;
}
.related-links-row .related-link {
  display: block;
}
.related-links .related-link {
  display: block;
  margin-top: 5px;
  text-align: center;
}
}

@media (max-width: 600px) {
.related-links-calculators {
  margin: 23px 0 9px 0;
}
.related-links-calculators .related-link {
  display: block;
  margin-top: 5px;
  text-align: center;
}
}

footer {
  z-index: 10000;
}

.footer-container {
  display: flex;
  padding: 16px 40px;
  background-color: black;
  justify-content: space-between; /* child 1 levo, child 2 desno */
  align-items: center; /* vertikalno centriranje */
}

.footer-nav a {
  margin-right: 15px;
  color: white;
  font-size: 12px;
  font-weight: 500;
}

.footer-nav a:last-child {
  margin-right: 0;
}

.footer-container p {
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 1700px) {
.footer-container {
  padding: 16px 20px;
}
}

@media (max-width: 700px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    gap: 12px;
  }

  .footer-nav a {
    display: inline-block;
    margin: 0 8px;
  }
}

strong {
  font-size: 14px;
  font-weight: 600;
}

li a, .inline-link, .inline-text-r {
  font-size: 13px;
  font-weight: 500;
}

.f-inf {
  font-size: 14px;
}

.card-r {
  padding-left: 23px;
  padding-bottom: 23px;
}

.card-r ul li a, .card-r ul li, ul li {
  font-size: 14px;
}

.bl-0 {
  font-size: 13px;
}

.bl-0, .bl-1 {
  font-weight: 700;
}

.hamburger-button {
  display: none;
}

@media (max-width: 900px) {
.header-container .desktop-nav {
  display: none;
}

.hamburger-button {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.ham {
  height: 4px;
  margin-bottom: 4px;
  background-color: white;
  border-radius: 4px;
}

.ham:last-of-type {
  margin-bottom: 0;
}
}

#menu {
  position: fixed;
  top: 50px;
  right: 20px;
  visibility: hidden;
}

.mobile-nav {
  display: grid;
  grid-template-columns: auto;
  background-color: white;
  border: 1px solid rgb(245,245,245);
  border-radius: 10px;
  text-align: center;
}

.mobile-nav a {
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 500;
}

h1.calculator-title {
 display: inline-flex;
 align-items: center;
 gap: 8px;
 margin-top: 30px;
}

.title-icon-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  box-shadow: 2px 2px 12px rgb(220,220,220);
  flex-shrink: 0; /* prevents it from squishing */
}

.title-icon-container i {
  color: var(--t1);
  font-size: 20px;
}

ol li, ul li {
  margin-bottom: 5px;
}

.reference {
  font-weight: 400;
}

p a {
  font-size: 13px;
  font-weight: 500;
}

.input label {
  display: block;
  margin-bottom: 6px;
}

.input .row, .row-fx-1 {
  display: flex;
  align-items: center;
  gap: 10px; /* razmak između select i input */
  margin-bottom: 8px
}

.row-fx-1 .input {
  flex: 1;
  min-width: 0;
}

.row-fx-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px; 
}

.row-fx-2 .input {
  margin: 0;
}

.container-a {
  width: calc(100% - 30px);
  margin: 0 auto;
  padding:20px;
}

@media(max-width: 1650px) {
  .container-a {
     width: 100%;
   }
}

.card-r-1 {
  padding-left: 50px;
  padding-right: 50px;
}

.card-r-1-x {
  padding-left: 40px;
  padding-right: 40px;
}

.card-h h2 {
  margin-top: 30px;
}

@media(max-width: 1200px) {
.card-r-1, .card-r-1-x {
  padding-left: 23px;
  padding-right: 23px;
}
}

h2,h3,p,ol li,ul li {
  color: rgb(30,30,30);
}

.row-x {
  display: flex;
  gap: 10px;           /* razmak između polja */
}

.row-x .input {
  flex: 1;             /* svako zauzima 50% */
  min-width: 0;        /* sprečava prelivanje */
}

.row-x label {
  display: block;
  margin-bottom: 5px;
}

.row-x select,
.row-x input {
  width: 100%;
  box-sizing: border-box;
}

@media (max-width:500px) {
  .row-x-1 {
    flex-direction: column;
     gap: 0; 
  }
  .row-x-1 .input {
    flex: 1 1 100%;
    width: 100%;
  }
}

@media (max-width:424px) {
  .row-x-3 {
    flex-direction: column;
     gap: 0; 
  }
  .row-x-3 .input {
    flex: 1 1 100%;
    width: 100%;
  }
}

@media (max-width:374px) {
  .row-x-2 {
    flex-direction: column;
     gap: 0; 
  }
  .row-x-2 .input {
    flex: 1 1 100%;
    width: 100%;
  }
}

.row-a {
  display: flex;
  gap: 10px;
}

.row-a .input {
  flex: 1 1 calc(33.333% - 7px);
  min-width: 0;
}

.row-a label {
  display: block;
  margin-bottom: 5px;
}

.row-a select,
.row-a input {
  width: 100%;
  box-sizing: border-box;
}

.mg-1 {
  margin-bottom: 0;
}

@media (max-width: 424px) {
.mg-2 {
  margin-bottom: 0;
}
}

.mg-3 {
  margin-top: 0;
}

form label {
  font-size: 14px;
}

/* ======= TABLES / SEO BLOCKS ======= */
.table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 10px 0;
}

/* Osnovni stil tabele */
.seo-table,
.table-wrap table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px; /* sprečava lomljenje strukture kolona */
  font-size: 14px;
}

/* Ćelije */
.seo-table th,
.seo-table td,
.table-wrap th,
.table-wrap td {
  border: 1px solid var(--card-b);
  padding: 8px 10px;
  text-align: left;
  white-space: nowrap;
}

/* Širine kolona (primer) */
.table-wrap th:nth-child(1),
.table-wrap td:nth-child(1) {
  min-width: 110px;
}
.table-wrap th:nth-child(2),
.table-wrap td:nth-child(2) {
  min-width: 100px;
}
.table-wrap th:nth-child(3),
.table-wrap td:nth-child(3) {
  min-width: 130px;
}
.table-wrap th:nth-child(4),
.table-wrap td:nth-child(4) {
  min-width: 100px;
}
.table-wrap th:nth-child(5),
.table-wrap td:nth-child(5) {
  width: 70px;
  text-align: right;
}

/* ======= RELATED LINKS BLOK ======= */
.related {
  margin-top: 24px;
  padding-top: 12px;
  border-top: 1px solid var(--card-b);
}
.related ul {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.related a {
  font-weight: 600;
}

/* ======= RESPONSIVE ======= */
@media (max-width: 600px) {
  .table-wrap {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
  }

  .table-wrap::-webkit-scrollbar {
    height: 6px;
  }
  .table-wrap::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
  }

  .table-wrap table {
    font-size: 14px;
  }

  .btn {
    padding: 4px 8px;
    font-size: 13px;
  }
}

/* === Fix za Stress / Burnout tabelu (0–4 kolone jednake + centrirane) === */
#f-stress .seo-table th,
#f-stress .seo-table td {
  text-align: center;
  vertical-align: middle;
}

/* Prva kolona: tekst levo i sme da prelomi u više redova */
#f-stress .seo-table th:first-child,
#f-stress .seo-table td:first-child {
  text-align: left;
  white-space: normal;       /* pregazi globalni nowrap */
  min-width: 220px;          /* po želji: 200–280px */
}

/* Kolone 0–4: iste širine + centrirane */
#f-stress .seo-table th:nth-child(n+2),
#f-stress .seo-table td:nth-child(n+2) {
  width: 56px;
  min-width: 56px;
  max-width: 56px;
  text-align: center;
}

/* Radio dugmad tačno u centru ćelije */
#f-stress .seo-table input[type="radio"] {
  display: inline-block;
  margin: 0 auto;
}

/* Header (0 1 2 3 4) dodatno centriran/vizuelno ujednačen */
#f-stress .seo-table thead th {
  font-weight: 600;
  text-align: center;
}

/* Header grid (desktop) */
.drink-grid-head{
  display:grid;
  grid-template-columns:160px 130px 110px 140px 1fr 44px;
  gap:8px;
  font-size:12px;
  color:#666;
}

/* Builder rows: ista mreža kao header (desktop) */
.drink-row{
  display:grid;
  grid-template-columns:160px 130px 110px 140px 1fr 44px;
  gap:8px;
  align-items:center;
  margin-bottom:8px;
}

/* Malene labele iznad polja – skrivene na desktopu */
.drink-row .m-label{
  display:none;
  font-size:11px;
  color:#666;
  margin-bottom:2px;
}

/* "Polje" wrapperi da bismo lako slagali u gridu */
.drink-row .fld{ display:flex; flex-direction:column; }
.drink-row .fld-std .d-std{ align-self:flex-start; }
.drink-row .fld-del .d-del{ width:44px; }

/* Tablet kompresija kolona */
@media (max-width: 900px){
  .drink-grid-head{
    grid-template-columns:140px 110px 90px 120px 1fr 40px;
  }
  .drink-row{
    grid-template-columns:140px 110px 90px 120px 1fr 40px;
  }
}

/* Mobilni: sakrij header, slaži po blokovima + prikaži labele */
@media (max-width: 680px){
  .drink-grid-head{ display:none; }

  .drink-row{
    grid-template-columns:1fr 1fr;
    grid-template-areas:
      "type  type"
      "size  unit"
      "abv   abv"
      "std   std"
      "del   del";
  }

  .drink-row .m-label{ display:block; }

  .drink-row .fld-type{ grid-area:type; }
  .drink-row .fld-size{ grid-area:size; }
  .drink-row .fld-unit{ grid-area:unit; }
  .drink-row .fld-abv { grid-area:abv;  }
  .drink-row .fld-std { grid-area:std;  }
  .drink-row .fld-del { grid-area:del;  }

  /* dugme X desno na mobilnom */
  .drink-row .fld-del{ display:flex; align-items:center; justify-content:flex-end; }
}

/* === Fix za delete X dugme u Drink Builderu === */
.drink-row .d-del{
  box-sizing: border-box;   /* širina uključuje padding */
  width: 36px;
  height: 36px;
  min-width: 36px;
  padding: 0;               /* pregazi globalni .btn padding */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;     /* kružno dugme */
  justify-self: end;        /* drži ga na desnom kraju kolone */
}

.drink-row .d-del i{
  font-size: 16px;          /* ikonica ‘x’ razumne veličine */
  line-height: 1;
  pointer-events: none;
}

/* kolona za X neka bude malo šira (desktop/tablet) */
.drink-grid-head,
.drink-row{
  grid-template-columns:160px 130px 110px 140px 1fr 40px;
}

@media (max-width: 900px){
  .drink-grid-head,
  .drink-row{
    grid-template-columns:140px 110px 90px 120px 1fr 40px;
  }
}

/* Na mobilnom već koristimo grid-areas; samo poravnaj desno */
@media (max-width: 680px){
  .drink-row .fld-del{
    display:flex; align-items:center; justify-content:flex-end;
  }
}


/* ---------- 7-day table desktop ---------- */
.mini {
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px 5px;
  table-layout: fixed;
  font-size: 14px;
}
.mini th, .mini td {
  padding: 6px 8px;
  text-align: left;
  white-space: nowrap;
}

/* ---------- MOBILE VIEW ---------- */
@media (max-width: 520px) {
  .mini, .mini thead, .mini tbody, .mini th, .mini td, .mini tr {
    display: block;
    width: 100%;
  }
  .mini thead { display: none; }              /* sakrij header */
  .mini tr {
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fafafa;
    margin-bottom: 10px;
    padding: 8px 10px;
  }
  .mini td {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    font-size: 13px;
  }
  .mini td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #555;
  }
}

.ad-top, .ad-inline {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.ad-inline {
  margin: 30px auto;
}

.ad-top .adsbygoogle, .ad-inline .adsbygoogle {
  display: block;
  width: 100%;
  height:auto!important
}