.rle_template_icon[data-name=mobile_column] { background-image: url(../img/template-column.png) }
.rle_template_icon[data-name=mobile_column2] { background-image: url(../img/template-column2.png) }
.rle_template_icon[data-name=mobile_column3] { background-image: url(../img/template-column3.png) }
.rle_template_icon[data-name=mobile_text] { background-image: url(../img/template-text.png) }
.rle_template_icon[data-name=mobile_search] { background-image: url(../img/template-search.png) }
.rle_template_icon[data-name=mobile_products] { background-image: url(../img/template-products.png) }
.rle_template_icon[data-name=mobile_navigation] { background-image: url(../img/template-navigation.png) }
.rle_template_icon[data-name=mobile_button] { background-image: url(../img/template-button.png) }
.rle_template_icon[data-name=mobile_images] { background-image: url(../img/template-images.png) }
.rle_template_icon[data-name=mobile_youtube] { background-image: url(../img/template-youtube.png) }

.rl_template_column > .rl_template_span > div {
    position: relative;
}

.rl_template_column > .rl_template_span > div > .rl_column {
    width: 100%;
}

.rl_template_mobile[data_styl_background_image_full_height="1"] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.rl_template_mobile[data_styl_background_image_full_height="1"][data_styl_vertical_align=top] {
    justify-content: flex-start;
}

.rl_template_mobile[data_styl_background_image_full_height="1"][data_styl_vertical_align=center] {
    justify-content: center;
}

.rl_template_mobile[data_styl_background_image_full_height="1"][data_styl_vertical_align=bottom] {
    justify-content: flex-end;
}

.rl_template_mobile_button > .rl_template_span > .rl_content {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-width: 120px;
    padding: 10px 16px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    text-align: center;
    background-color: #f9f9f9;
}

.rl_template_mobile_button .rl_button_navigation {
    padding-top: 6px;
    border-top: 1px solid #cccccc;
    color: #666666;
    font-size: 12px;
}

.rl_template_mobile_button [data-placeholder]:empty:before {
    content: attr(data-placeholder);
}

.rl_template_mobile_button[data_attr_size=stretch] > .rl_template_span > .rl_content {
    display: flex;
    width: 100%;
}

.rl_template_mobile_button[data_attr_align=left] > .rl_template_span {
    text-align: left;
}

.rl_template_mobile_button[data_attr_align=center] > .rl_template_span {
    text-align: center;
}

.rl_template_mobile_button[data_attr_align=right] > .rl_template_span {
    text-align: right;
}
                          
.rl_template_mobile_search .search{
    display: flex;
    justify-content: center;
}      
.rl_template_mobile_search .input {
    width: 90%;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    background-color: #f9f9f9;
}

.rl_template_mobile_search .search-icon {
    width: 18px;
}
