.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-2ece50e:#1BA3C7;--e-global-color-f2747ca:#FAD100;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}@media(max-width:1200px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
    text-decoration: none;
}

.entry-title {
display: none;
}

.elementor-widget-text-editor p {
    margin-bottom: 0;
}
.elementor-widget-heading {
    margin-bottom: 0;
}



/* Hide the native multi-select appearance */
select[name*="product-interests"] {
    height: 200px !important;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
}

/* Style the tags container */
.selected-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    padding: 10px;
    background: #f8f8f8;
    border-radius: 4px;
    min-height: 50px;
}

.product-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #2c5f8d;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
}

.remove-tag {
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
}

.remove-tag:hover {
    color: #ff4444;
}/* End custom CSS */