.elementor-15487 .elementor-element.elementor-element-6fcd768{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:nowrap;--border-radius:14px 14px 14px 14px;--padding-top:0px;--padding-bottom:0px;--padding-left:11px;--padding-right:11px;}.elementor-15487 .elementor-element.elementor-element-6fcd768:not(.elementor-motion-effects-element-type-background), .elementor-15487 .elementor-element.elementor-element-6fcd768 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#007682;}.elementor-15487 .elementor-element.elementor-element-6fcd768.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-15487 .elementor-element.elementor-element-507a940.elementor-element{--flex-grow:1;--flex-shrink:0;}.elementor-15487 .elementor-element.elementor-element-507a940 .jet-listing-dynamic-field__content{color:#FFFFFF;font-family:"Poppins", Sans-serif;font-size:13px;font-weight:400;text-align:center;}.elementor-15487 .elementor-element.elementor-element-507a940 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:100%;}.elementor-15487 .elementor-element.elementor-element-507a940 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:100%;}.elementor-15487 .elementor-element.elementor-element-507a940 .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-15487 .elementor-element.elementor-element-7605bc7.elementor-element{--flex-grow:0;--flex-shrink:1;}.elementor-15487 .elementor-element.elementor-element-7605bc7 .jet-listing-dynamic-image{justify-content:flex-start;}.elementor-15487 .elementor-element.elementor-element-7605bc7 .jet-listing-dynamic-image__figure{align-items:flex-start;}.elementor-15487 .elementor-element.elementor-element-7605bc7 .jet-listing-dynamic-image a{display:flex;justify-content:flex-start;}.elementor-15487 .elementor-element.elementor-element-7605bc7 .jet-listing-dynamic-image img{height:14px;border-radius:2px 2px 2px 2px;}.elementor-15487 .elementor-element.elementor-element-7605bc7 .jet-listing-dynamic-image__caption{text-align:left;}/* Start custom CSS for jet-listing-dynamic-image, class: .elementor-element-7605bc7 */.elementor-15487 .elementor-element.elementor-element-7605bc7 {
    min-width: 14px;
    width: auto;
    height: 14px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6fcd768 */.elementor-15487 .elementor-element.elementor-element-6fcd768 {
    display: inline-flex;
    align-items: center;        /* Vertically centers the text and image perfectly */
    justify-content: center;    /* Keeps everything centered within the chip */
    
    width: fit-content !important;
    height: 27px !important;
    padding: 0 16px;            /* Standard padding on both ends */
    gap: 6px;                   /* Only adds space IF both image and text exist */
    
    border-radius: 50px;
    background-color: #007682; 
    color: #ffffff;
    white-space: nowrap;
}

/* 1. Ensure the image doesn't create "ghost" space if it's broken or empty */
.elementor-15487 .elementor-element.elementor-element-6fcd768 img:not([src]), 
.elementor-15487 .elementor-element.elementor-element-6fcd768 img[src=""] {
    display: none !important;
}

/* 2. Fix vertical alignment for the image */
.elementor-15487 .elementor-element.elementor-element-6fcd768 img {
    height: 18px;               /* Adjust to fit your 27px chip height */
    width: auto;
    display: block;             /* Removes inline bottom-gap */
    border-radius: 4px;         /* Matches the slight rounding in your screenshot */
}

/* Optional: If the image is missing from the DOM entirely, 
   the text will naturally center due to the padding: 0 14px */

/* 2. OVERRIDE FOR SINGLE POST PAGE */
/* Targets the chip only when viewed on a single post */
body.single-post .elementor-15487 .elementor-element.elementor-element-6fcd768 {
    background-color: #EBEEF2;
    color: #333333;
}

/* 3. UNIQUE CATEGORY COLORS */
/* These override everything based on the slug */

/* Work Management */
.elementor-15487 .elementor-element.elementor-element-6fcd768.work-management {
    background-color: #3D3DA1 !important;
    color: #ffffff !important;
}

/* Service */
.elementor-15487 .elementor-element.elementor-element-6fcd768.service {
    background-color: #8B3046 !important;
    color: #ffffff !important;
}

/* Dev */
.elementor-15487 .elementor-element.elementor-element-6fcd768.dev {
    background-color: #007140 !important;
    color: #ffffff !important;
}

/* 4. ICON SIZE */
.elementor-15487 .elementor-element.elementor-element-6fcd768 img {
    width: auto;
    height: 14px;
    object-fit: contain;
}/* End custom CSS */