/* NOVARIS Startseite – mobile Leistungstitel: gerade, lesbar, mit Icon. */
@media (max-width:680px){
  #root .novaris-home-premium-card .p-5{
    padding:13px 10px 14px !important;
  }

  #root .novaris-home-premium-card .flex.items-center.gap-3.mb-2{
    display:grid !important;
    grid-template-columns:.82rem minmax(0,1fr) !important;
    column-gap:.3rem !important;
    row-gap:0 !important;
    align-items:center !important;
    min-width:0 !important;
  }

  #root .novaris-home-premium-card .flex.items-center.gap-3.mb-2 > i{
    display:block !important;
    width:.82rem !important;
    min-width:.82rem !important;
    margin:0 !important;
    color:#c9a84c !important;
    font-size:.72rem !important;
    line-height:1 !important;
    text-align:center !important;
  }

  #root .novaris-home-premium-card .flex.items-center.gap-3.mb-2 > h3{
    min-width:0 !important;
    margin:0 !important;
    color:#f5ead0 !important;
    font-size:clamp(.69rem,2.95vw,.79rem) !important;
    font-weight:700 !important;
    line-height:1.24 !important;
    letter-spacing:.035em !important;
    white-space:normal !important;
    -webkit-hyphens:none !important;
    hyphens:none !important;
    word-break:normal !important;
    overflow-wrap:normal !important;
  }
}
