/*
 * FilePath: ./style/elementor/elementor-text.css
 * Date: Wed Aug 27 2025
 * Description: Text styles for Elementor
 */

/* --------------------------------- BULLET --------------------------------- */
.li-arrow li {
    padding-bottom: 0.6em;
}
.li-arrow.black li {
    list-style: none;
}
.li-arrow.black li:before {
    content: "";
    display: inline-block;
    height: 0.8em;
    width: 0.8em;
    background-image: url("../../images/Text_Bullet_01.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.5em;
    margin-left: -1.3em;
}
.li-arrow.white li {
    list-style: none;
}
.li-arrow.white li:before {
    content: "";
    display: inline-block;
    height: 0.8em;
    width: 0.8em;
    background-image: url("../../images/Text_Bullet_02.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.5em;
    margin-left: -1.3em;
}
.li-arrow.blue li {
    list-style: none;
}
.li-arrow.blue li:before {
    content: "";
    display: inline-block;
    height: 0.8em;
    width: 0.8em;
    background-image: url("../../images/Text_Bullet_03.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.5em;
    margin-left: -1.3em;
}
.li-arrow.red li {
    list-style: none;
}
.li-arrow.red li:before {
    content: "";
    display: inline-block;
    height: 0.8em;
    width: 0.8em;
    background-image: url("../../images/Text_Bullet_04.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.5em;
    margin-left: -1.3em;
}
.li-arrow.yellow li {
    list-style: none;
}
.li-arrow.yellow li:before {
    content: "";
    display: inline-block;
    height: 0.8em;
    width: 0.8em;
    background-image: url("../../images/Text_Bullet_05.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.5em;
    margin-left: -1.3em;
}
.li-arrow.blue2 li {
    list-style: none;
}
.li-arrow.blue2 li:before {
    content: "";
    display: inline-block;
    height: 0.8em;
    width: 0.8em;
    background-image: url("../../images/Text_Bullet_06.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.5em;
    margin-left: -1.3em;
}
.rs-link .elementor-cta__content {
    background-color: #fff !important;
}
.rs-link .elementor-bg {
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}
