
/* popup úprava úprava farieb */

.msg.msg-notice, .msg.msg-success {
    background-color: #FFF;
    border-color: #5b5b5b;
    color: #000;
}

.msg.msg-notice a, .msg.msg-success a {
    color: #000;

}

/* footer úprava */
.footer-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px 0;
}

.footer-icon {
  width: 110px;
  height: 60px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-icon img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  display: block; 
  margin: auto; 
}
.footer-icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.contact-box ul li > span.address:before {
    content: "\e923";
}

.container.footer-rows .site-name {
  display: none !important;
}

.custom-footer {
  padding-left: 0 !important; 
  padding-top: 40px !important; 
  margin: 0 auto;               
  display: flex !important;
  justify-content: center;     
  flex-wrap: wrap;            
}

.container .footer-icons {
    background-color: #fff;
}

#footer a {
    color: #ffffff;
}

.footer-icons {
    background-color: #fff;
    padding: 20px 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    border-bottom: 1px solid #f0f0f0;
}

.footer-icon {
  width: 110px;
  height: 60px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-icon img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  display: block; 
  margin: auto; 
}

.footer-icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.contact-box ul li > span.address:before {
    content: "\e923";
}

.container.footer-rows .site-name {
  display: none !important;
}


.custom-footer {
  padding-left: 0 !important; 
  padding-top: 40px !important; 
  margin: 0 auto;               
  display: flex !important;
  justify-content: center;     
  flex-wrap: wrap;            
}
  /* Efekt pri prechode myšou */


.contact-box a:hover {
  text-decoration: underline; 
  color: var(--colors-foregrounds-content-secondary);
}


.custom-footer__articles a:hover {
  text-decoration: underline; 
  color: var(--colors-foregrounds-content-secondary); 
}

a[data-testid="linkWebsiteLogo"] img {
  max-width: 80%;
}

  .contact-box a {
     font-weight: 600;
  color: inherit; 
  text-decoration: none; 
  transition: color 0.3s, text-decoration 0.3s;
}

#footer h4 {
  font-weight: bold;
  color: #fff;
}

@media (max-width: 768px) {
  .footer-rows,
  .custom-footer {
    text-align: center;        
  }

  .custom-footer > div {
    margin: 15px auto;          
  }

  .custom-footer img {
    display: block;
    margin: 0 auto;              
    max-width: 80%;              
    height: auto;
  }

  .custom-footer ul {
    padding-left: 0;         
    list-style: none;          
  }

  .custom-footer li {
    margin: 5px 0;  
  }

.footer-links {
  display: none;
}

.footer-socials a {
  display: inline-block;
  margin: 0 10px;
  font-size: 22px;
  color: var(--colors-foregrounds-content-secondary);
  transition: color 0.3s, transform 0.3s;
}

.footer-socials a:hover {
  color: var(--colors-foregrounds-content-primary);
  transform: scale(1.1);
}
}
