.elementor-5397 .elementor-element.elementor-element-9f70040{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-around;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-5397 .elementor-element.elementor-element-8b4d848{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5397 .elementor-element.elementor-element-7bdb339{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5397 .elementor-element.elementor-element-0c1786b .elementor-heading-title{font-family:"Times New Roman", Sans-serif;font-size:50px;font-weight:600;color:#135EAE;}.elementor-5397 .elementor-element.elementor-element-92351c5.elementor-element{--flex-grow:0;--flex-shrink:0;}body.elementor-page-5397:not(.elementor-motion-effects-element-type-background), body.elementor-page-5397 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #F5F9FC 0%, #F5F9FC 100%);}:root{--page-title-display:none;}@media(min-width:768px){.elementor-5397 .elementor-element.elementor-element-8b4d848{--width:30%;}.elementor-5397 .elementor-element.elementor-element-7bdb339{--width:70%;}}/* Start custom CSS for global, class: .elementor-global-5921 *//* =========================
CUSTOM VERTICAL MENU - MINIMALIST
========================= */
.custom-vertical-menu {
    background: #F5F9FC;       /* svetlo ozadje */
    padding: 20px;             /* manj paddinga za minimalističen občutek */
    border-radius: 8px;        /* subtilni robovi */
    border-right: 1px solid #e2e8f0; /* subtilna ločnica */
    position: relative;
}

/* vsaka sekcija menija */
.custom-vertical-menu .menu-section {
    margin-bottom: 25px;       /* manjši razmik med sekcijami */
}

/* ikona v naslovu */
.menu-icon {
    display: flex;
    align-items: center;
    color: #135EAE;            /* ohranjena modra za ikone */
}

/* seznam menija */
.custom-vertical-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-vertical-menu ul li {
    margin-bottom: 6px;        /* manjši razmik med linki */
}

/* naslovi sekcij */
.custom-vertical-menu h3 {
    font-size: 18px;      
    font-weight: 600;
    letter-spacing: 0.2px; 
    margin-bottom: 12px;
    color: #135EAE;            /* ohranjena modra */
    display: flex;
    align-items: center;
    gap: 8px;
}

/* povezave */
.custom-vertical-menu ul li a {
    font-size: 16px;      
    line-height: 1.5;    
    color: #475569;           /* temno siva za minimalističen kontrast */
    transition: color 0.2s ease;
    text-decoration: none;
}

/* hover efekt za povezave */
.custom-vertical-menu ul li a:hover {
    color: #135EAE;           /* samo sprememba barve, brez premika */
}

/* odstranjen gradient, minimalistično je čisto */
.custom-vertical-menu::after {
    display: none;
}/* End custom CSS */
/* Start custom CSS for global, class: .elementor-global-5921 */.custom-vertical-menu {
    background: #F5F9FC;
    padding: 30px;

}

.custom-vertical-menu .menu-section {
    margin-bottom: 35px;
}


.menu-icon {
    display: flex;
    align-items: center;
    color: #135EAE; 
}

.custom-vertical-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-vertical-menu ul li {
    margin-bottom: 8px;
}

.custom-vertical-menu h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;      
    font-weight: 600;
    letter-spacing: 0.3px; 
    margin-bottom: 16px;
    color: #135EAE;        
}

.custom-vertical-menu ul li a {
    font-size: 18px;      
    line-height: 1.6;    
    color: #475569;       
    transition: all 0.3s ease;
}


.custom-vertical-menu ul li a:hover {
    color: #135EAE;
    padding-left: 6px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-92351c5 *//* PISAVA */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

.kraji-buttons,
.ambulante-grid,
.ambulanta-card,
.kraj-btn {
  min-width: 0;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* LINKI */
a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

/* GUMBI – KRAJI */
.kraji-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.kraj-btn {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background-color: #eef4fb;
  border: 1px solid #c9dbf3;
  color: #135EAE;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.kraj-btn:hover {
  background-color: #dfeaf8;
}

.kraj-btn.active {
  background-color: #135EAE;
  color: #ffffff;
  border-color: #135EAE;
}

/* FOCUS – WCAG */
.kraj-btn:focus-visible,
.ambulanta-card-link:focus-visible {
  outline: 3px solid #135EAE;
  outline-offset: 3px;
  box-shadow: 0 0 5px rgba(19, 94, 174, 0.6);
  border-radius: 14px;
}

/* GRID KARTIC */
.ambulante-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  align-items: stretch;
}

.ambulanta-card-link {
  color: inherit;
  text-decoration: none;
}

/* KARTICA */
.ambulanta-card {
  border: 1px solid #d8e4f5;
  padding: 20px;
  border-radius: 14px;
  background-color: #ffffff;
  color: #000000;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;

  height: auto;
  min-height: unset;
  overflow: visible;

  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ambulanta-card-link:hover .ambulanta-card {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
  border-color: #135EAE;
}

/* TEKST */
.zdravnik-title {
  margin: 0 0 6px 0;
  font-size: 1.15rem;
  font-weight: 600;
  color: #000;
}

.ambulanta-subtitle {
  margin: 0;
  font-size: 0.95rem;
  color: #555555;
}

/* MOBILNO */
@media (max-width: 600px) {
  .kraji-buttons {
    gap: 8px;
  }

  .kraj-btn {
    padding: 8px 12px;
    font-size: 14px;
  }

  .ambulanta-card {
    padding: 16px;
  }
}/* End custom CSS */