/* Style dla pojedyńczego wpisu firmy */

/* Sekcja Hero */
@media (min-width: 768px) {
  #template .hero-page{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #template .hero-page h1{
    margin-top: 0;
  }
  #template .hero-page .breadcrumb{
    margin-bottom: 0;
  }
}
/* Opinia o firmie */
.comment-form-rating #star-rating{
  font-size:2em;
  color:gold;
  cursor:pointer;
}
.comment-form-rating #star-rating span {
    transition: color 0.2s;
    margin-right: 2px;
}
.comment-form-rating #star-rating span:hover,
.comment-form-rating #star-rating span:focus {
    color: orange;
}
#comments .comment-rating{
  color: gold;
}
#comments .comment-form-author{
  margin-top: 10px;
}
#comments .comment-body::before {
  content: "\f4fb";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: -64px;
  bottom: 0;
  font-size: 45px;
  color: var(--theme-purple);
  font-weight: 600;
}
#comments .comment-form-consent label,
#comments .comment-form-consent2 label{
  font-size: 14px;
}
#comments .comment-form-consent2,
#comments .comment-form-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
}
#comments .comment-form-consent2 input[type="checkbox"],
#comments .comment-form-consent input[type="checkbox"] {
    margin-top: 4px;
    flex-shrink: 0;
}
#comments .comment-form-consent2 label,
#comments .comment-form-consent label {
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    line-height: 1.5;
}

/* Tekst */
.content-box ul{
  padding-left: 15px;
}
