.home-icons strong.h2{
  font-size: 1.125rem;
  font-weight: 700;
}
.firm h1, 
.firm span.h2{
    font-size: 2.5rem;
    font-weight: 700;
    border: 0;
    padding-bottom: initial;
}

.sidebar-widget span.h3{
  background-color: #bb022b;
  padding: .5rem 1rem;
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1.75rem;
  display: block;
}
.sidebar-link{
  align-items: center;
}

.full-article .full-article-text p.h2{
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.full-article .full-article-text p.h2 a{
  color: #fff;
}
.article .article-text p.h3{
  font-size: 1.25rem;
  font-weight: 700;
}
.article .article-text p.h3 a{
  color: #000500;
}

@media (max-width: 768px){
  .firm h1, 
  .firm span.h2{
    font-size: 1.5rem;
    margin: 15px auto;
    text-align: center;
  }
  .firm-details{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .firm-details a.image{
        display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
  }
  .firm-details a.image img{
    width:128px;
  }
  .firm .firm-info{
    margin: 0 auto !important;
  }
  .firm-info a.phone{
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #62c462 0%, #4cae4c 100%); /* Zeleni gradijent */
    color: white;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: bold;
    /* Veći font za lakše čitanje na mobilnom */
    /* font-size: 22px;  */
    font-size: 1.75rem;
    padding: 12px 25px;
    border-radius: 50px; /* Potpuno zaobljene ivice kao na slici */
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: transform 0.2s ease;
    gap: 8px;
  }
  .firm-info a.phone i{
    font-size: 1.75rem !important;
  }

  /* .firm-info a.phone .icon {
    background: rgba(255, 255, 255, 0.2);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
  } */

  /* Efekat pri kliku */
  /* .call-button:active {
    transform: scale(0.95);
  } */

  /* Ako želiš da dugme stalno stoji fiksirano na dnu ekrana za mobilne uređaje */
  /* @media (max-width: 768px) {
    .call-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 1000;
    }
  } */
}