.sph-part-types {
    display:block;
    margin-top:8px;
    padding:18px;
    border:1px solid #e5e5e5;
    border-radius:6px;
    background:#fafafa;
}

.sph-part-type strong {
    font-weight: bold;
}

.sph-part-type-names {
    font-weight: 400;
}

.sph-part-types h4 {
    margin:0 0 12px;
    font-size:18px;
}

.sph-part-types ul {
    margin:0;
    padding-left:18px;
}

.sph-part-types li {
    margin-bottom:6px;
}

.sph-vehicle-match {
    display:flex;
    align-items:center;
    gap:6px;
    margin-top:6px;
    padding:4px;
    font-size:11px;
    font-weight:600;
    color:#2e7d32;
    background:#edf7ed;
    border:1px solid #c8e6c9;
    border-radius:4px;
}

.sph-vehicle-match .dashicons {
    font-size:14px;
    width:12px;
    height:14px;
}

.sph-vehicle-match-list {
    display:flex;
    align-items:center;
    gap:6px;
    margin-top:0px;
    padding:0px;
    font-size:12px;
    font-weight:600;
    color:#2e7d32;
}

.sph-compatible-vehicles-count {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}