.elementor-3658 .elementor-element.elementor-element-4d7f9f6{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:column;}.elementor-3658 .elementor-element.elementor-element-5faddad .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-3658 .elementor-element.elementor-element-5faddad .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-3658 .elementor-element.elementor-element-5faddad .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-3658 .elementor-element.elementor-element-5faddad .jet-listing-dynamic-field__content{text-align:left;}@media(max-width:1024px){.elementor-3658 .elementor-element.elementor-element-4d7f9f6{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-3658 .elementor-element.elementor-element-4d7f9f6{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for container, class: .elementor-element-4d7f9f6 *//* Force each listing item to be its own row (fixes the paragraph issue) */
.cja-bullets .jet-listing-grid__items {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px; /* Spacing between bullets */
}

/* Style the individual item */
.cja-premium-list-item {
    position: relative;
    padding-left: 35px; /* Space for the custom bullet */
    color: #111111;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

/* Create the Premium Blue Diamond Bullet */
.cja-premium-list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px; /* Align with the first line of text */
    width: 10px;
    height: 10px;
    background-color: #3A86FF; /* Premium Blue */
    
    /* Turn square into a diamond */
    transform: rotate(45deg);
    border-radius: 2px; /* Slightly rounded corners for "soft" premium look */
    
    /* Add a subtle glow */
    box-shadow: 0 0 10px rgba(58, 134, 255, 0.6);
}

/* Optional: Add a subtle hover effect to the text */
.cja-premium-list-item:hover {
    color: #3A86FF;
    transition: color 0.3s ease;
}/* End custom CSS */