/*
 * Product USP's
 * Wrapper: .awcf-product-usps
 */

.awcf-product-usps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.awcf-product-usps .awcf-product-usp {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.awcf-product-usps .awcf-usp-icon {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 1;
    /* Dashicons gebruiken color, het standaard SVG-vinkje gebruikt fill */
    color: #07ba07;
    fill: #07ba07;
}

.awcf-product-usps img.awcf-usp-icon {
    object-fit: contain;
}

.awcf-product-usps .awcf-usp-tekst {
    font-size: 16px;
    line-height: 1.3;
}
