.elementor-kit-5{--e-global-color-primary:#FFB6D5;--e-global-color-secondary:#FFE3EF;--e-global-color-text:#5A3A52;--e-global-color-accent:#FFD86B;--e-global-color-b5b9e4f:#C86BD2;--e-global-color-8bb99d5:#FFFFFF;--e-global-color-960d9a3:#FF89C6;--e-global-color-e032adf:#B84B76;--e-global-color-470cc9c:#7A003B;--e-global-typography-primary-font-family:"Abril Fatface";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:34px;--e-global-typography-primary-letter-spacing:-0.2px;--e-global-typography-secondary-font-family:"Changa One";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:10px;--e-global-typography-secondary-letter-spacing:-0.2px;--e-global-typography-text-font-family:"Imprima";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:13px;--e-global-typography-accent-font-family:"Capriola";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:13px;--e-global-typography-accent-letter-spacing:0.5px;background-color:var( --e-global-color-secondary );color:var( --e-global-color-e032adf );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-5{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Container for the bubble tags */
.acf-bubble-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

/* Individual pastel bubble tag */
.acf-bubble-tags .bubble-tag {
    display: inline-block;
    padding: 6px 14px;
    font-size: 13px;
    line-height: 1;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;

    /* Your color scheme */
    background-color: #FFE3EF;  /* Secondary – light pastel pink */
    color: #5A3A52; /* Text (purple-gray) */
    border: 2px solid #FF89C6; /* Hot Pink Border */

    /* Animation */
    transition: all 0.25s ease;
}

/* Hover effect — soft DV-style lift */
.acf-bubble-tags .bubble-tag:hover {
    background-color: #FFB6D5; /* slightly deeper pastel pink */
    border-color: #C86BD2; /* Tiles (purple-pink) */
    color: #7A003B; /* Dark Plum */
    transform: translateY(-2px);
}/* End custom CSS */