/*
Theme Name: Pixyweb
Theme URI:  https://www.pixyweb.fr
Author:     Pixyweb
Author URI: https://www.pixyweb.fr
Template:   hello-elementor
Version:    1.0
*/

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("assets/img/chevron-down.svg");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 12px);
    background-position-y: 50%;
    background-size: 24px;
}.elementor-select-wrapper .select-caret-down-wrapper {
    display: none;
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}

.square-img, .square-img img {
    aspect-ratio: 1;
}.square-img img {
    object-fit: cover;
}

.elementor-icon-wrapper {
    line-height: 0; /* Remove unwanted space below icons */
}

.light {
    font-weight: 300;
}

.form-cta {
    background-color: var( --e-global-color-primary );
    font-family: "larken", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
    line-height: 19.6px;
    color: var( --e-global-color-secondary ) !important;
    border-radius: 100px 100px 100px 100px;
    padding: 14px 25px 14px 25px;
    display: inline-block;
    margin-top: 10px;
}