.phonestrap-elonyok-wrap {
    margin: 0px 0 !important;
    font-family: 'Poppins', sans-serif !important;
    color: #14433D !important;
}

.phonestrap-elonyok-wrap h3 {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    font-family: 'Poppins', sans-serif !important;
    color: #14433D !important;
}

.phonestrap-elonyok-lista {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    font-family: 'Urbanist', sans-serif !important;
    color: #14433D !important;
}

.phonestrap-elonyok-lista li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    margin-bottom: 10px !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    font-family: 'Urbanist', sans-serif !important;
    color: #14433D !important;
}

/* Ikon szín */
.phonestrap-elonyok-lista .ps-check img {
    width: 18px !important;
    height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    display: inline-block !important;
    object-fit: contain !important;
    padding: 0 !important;
    margin: 3px 0 0 0 !important;
    filter: brightness(0) saturate(100%) invert(21%) sepia(14%) saturate(1523%) hue-rotate(135deg) brightness(95%) contrast(90%) !important;
}

/* SVG-re is */
.phonestrap-elonyok-lista .ps-check img[src$=".svg"] {
    width: 18px !important;
    height: 18px !important;
    filter: brightness(0) saturate(100%) invert(21%) sepia(14%) saturate(1523%) hue-rotate(135deg) brightness(95%) contrast(90%) !important;
}



@media (max-width: 768px) {
    .phonestrap-elonyok-lista li {
        font-size: 16px !important;
        line-height: 1.45 !important;
         font-family: 'Urbanist', sans-serif !important;
    color: #14433D !important;
    }

    .phonestrap-elonyok-wrap h3 {
        font-size: 22px !important;
        font-weight: 600 !important;
        font-family: 'Poppins', sans-serif !important;
    color: #14433D !important;
    }

    .phonestrap-elonyok-lista .ps-check img {
        width: 26px !important;
        height: 26px !important;
        max-width: 26px !important;
        max-height: 26px !important;
        min-width: 16px !important;
        min-height: 16px !important;
        margin-top: 2px !important;
    }
}

