/* File: assets/css/fdp-custom-list.css */

.fdp-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.fdp-list-item h3 {
    font-size: 2vh !important;
    line-height: 1 !important;
    margin-top: 7px;
}

.fdp-circle {
    width: 50px;
    height: 50px;
    background-color: #e3fbeb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00dc4d;
    font-size: 24px;
    flex-shrink: 0;
    margin-right: 10px;
}

.container-wrap ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.container-wrap ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.container-wrap ul li::marker {
    content: none;
}

.container-wrap ul li::before {
    content: ">";
    position: absolute;
    left: 0;
    top: 0.2em;
    background-color: #008E45;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
}