.angie-hfl-3c679050 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.angie-hfl-item-3c679050 {
    flex: 1 1 280px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: #f9f9f9;
    border-left: 4px solid #cc0000;
    border-radius: 4px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.angie-hfl-item-3c679050:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.angie-hfl-icon-3c679050 {
    font-size: 24px;
    color: #cc0000;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.angie-hfl-icon-3c679050 svg {
    width: 24px;
    height: 24px;
    fill: #cc0000;
}

.angie-hfl-content-3c679050 {
    flex: 1;
}

.angie-hfl-content-3c679050 h4 {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 600;
    color: #111;
}

.angie-hfl-content-3c679050 p {
    margin: 0;
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}