/* o-apacare.fix.css — poprawka wyjeżdżającego tekstu w kartach na mobile */
.o-apacare .feature { 
  min-width: 0; /* WAŻNE w gridach – pozwala zawartości się zawijać zamiast wypychać kolumnę */
}
.o-apacare .feature h3{
  word-break: break-word;
  overflow-wrap: anywhere;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  line-height: 1.2;
  margin-top: 8px;
}
.o-apacare .feature p,
.o-apacare .feature ul{
  overflow-wrap: anywhere;
  word-break: break-word;
}
/* delikatna korekta typografii na bardzo wąskich ekranach */
@media (max-width: 480px){
  .o-apacare .feature h3{ font-size: 1.1rem; }
}
/* === icons size adjustment (50% smaller) === */
.o-apacare .feature img{width:14px;height:14px;margin-bottom:6px}
