.firma-yorumlar-blok .yorum-tek {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px 0 rgba(34,58,94,0.08);
  padding: 18px 20px 14px 20px;
  margin-bottom: 22px;
  word-break: break-word;
  line-height: 1.7;
  border: 1.2px solid #f0f1f6;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition: box-shadow 0.18s, border-color 0.18s;
}
.firma-yorumlar-blok .yorum-tek:hover {
  box-shadow: 0 4px 18px 0 rgba(34,58,94,0.13);
  border-color: #e0e6ed;
}
.firma-yorumlar-blok .yorum-tek .yorum-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #e9eef6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25em;
  font-weight: 600;
  color: #223a5e;
  flex-shrink: 0;
  margin-top: 2px;
}
.firma-yorumlar-blok .yorum-tek .yorum-icerik-blok {
  flex: 1;
  min-width: 0;
}
.firma-yorumlar-blok .yorum-tek .yorum-baslik {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
.firma-yorumlar-blok .yorum-tek .yorum-ad {
  font-weight: 600;
  color: #223a5e;
  font-size: 1.08em;
}
.firma-yorumlar-blok .yorum-tek .yorum-puan {
  color: #f5b301;
  font-size: 1.18em;
  margin-left: 6px;
  letter-spacing: 1px;
}
.firma-yorumlar-blok .yorum-tek .yorum-tarih {
  color: #aaa;
  font-size: 0.97em;
  margin-left: 8px;
  font-weight: 400;
}
.firma-yorumlar-blok .yorum-tek .yorum-icerik {
  margin-top: 2px;
  font-size: 1.08em;
  color: #222;
  word-break: break-word;
  line-height: 1.6;
}

/* İletişim sayfası kartı ve adres bloğu için modern stil */
.fgcontact-address {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px 0 rgba(34,58,94,0.10);
  padding: 32px 28px 28px 28px;
  margin-bottom: 32px;
  border: 1.5px solid #f0f1f6;
  transition: box-shadow 0.18s, border-color 0.18s;
}
.fgcontact-address:hover {
  box-shadow: 0 8px 32px 0 rgba(34,58,94,0.16);
  border-color: #e0e6ed;
}
.fgcontact-address-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fgcontact-address-list li {
  background: #f8fafd;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(34,58,94,0.06);
  margin-bottom: 18px;
  padding: 18px 20px 14px 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border: 1px solid #f0f1f6;
  transition: box-shadow 0.18s, border-color 0.18s;
}
.fgcontact-address-list li:last-child {
  margin-bottom: 0;
}
.fgcontact-list-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e9eef6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  color: #223a5e;
  flex-shrink: 0;
  margin-top: 2px;
  box-shadow: 0 2px 8px 0 rgba(34,58,94,0.08);
}
.fgcontact-list-text span.xs-mb-0px {
  font-weight: 600;
  color: #223a5e;
  font-size: 1.08em;
  display: block;
  margin-bottom: 2px;
}
.fgcontact-list-text span {
  font-size: 1.08em;
  color: #222;
  word-break: break-word;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .fgcontact-address {
    padding: 18px 10px 16px 10px;
  }
  .fgcontact-address-list li {
    flex-direction: column;
    gap: 8px;
    padding: 14px 10px 10px 10px;
  }
}
