/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/** Custom Css - Hellocare **/

/** Label Categories - Colors **/

/** General - Padding Commun **/
a[href*='/category/teleconsultation-e-sante/'],
a[href*='/category/grossesse-maternite/'],
a[href*='/category/alimentation-nutrition/'],
a[href*='/category/sante-generale-medecine/'],
a[href*='/category/sante-mentale-bien-etre/'],
a[href*='/category/medecine-alternative/'],
a[href*='/category/sante-mentale-bien-etre/sport-bien-etre/'],
a[href*='/category/sexualite/'],
span.fusion-tb-categories a[href*='/category/conseils-dermatologie/'] {
    padding: 6px 14px 6px;
    border-radius: 16px;
    font-family: "Rethink Sans", sans-serif; /* Corrected font-family syntax */
    font-weight: 800;
    /* white-space: nowrap; - This property was removed in your latest input. If needed, add it back. */
}

/** E-Santé **/
a[href*='/category/teleconsultation-e-sante/'],
span.fusion-tb-categories a[href*='/category/teleconsultation-e-sante/'] {
    background: #FAF0FF;
    color: #7502A2;
}

/** Grossesse **/
a[href*='/category/grossesse-maternite/'],
span.fusion-tb-categories a[href*='/category/grossesse-maternite/'] {
    background: #FFF0FD;
    color: #C62588;
}

/** Alimentation **/
/* Note: Original input had separate rules for background (general a) and color (span.fusion-tb-categories a). */
/* If color should also apply to general 'a' tags, add a[href*='/category/alimentation-nutrition/'] to the color rule. */
a[href*='/category/alimentation-nutrition/'] {
    background: #F7FFF0;
}
span.fusion-tb-categories a[href*='/category/alimentation-nutrition/'] {
    color: #0D9B06;
}

/** Santé Générale **/
a[href*='/category/sante-generale-medecine/'],
span.fusion-tb-categories a[href*='/category/sante-generale-medecine/'] {
    background: #FFF0F0;
    color: #A20202;
}

/** Santé Mentale **/
a[href*='/category/sante-mentale-bien-etre/'],
span.fusion-tb-categories a[href*='/category/sante-mentale-bien-etre/'] {
    background: #FFF0F0;
    color: #A20202;
}

/** Médecine Alternative **/
a[href*='/category/medecine-alternative/'],
span.fusion-tb-categories a[href*='/category/medecine-alternative/'] {
    background: #FFFAF0;
    color: #A24F02;
}

/** Santé & Bien-être (Sport & Bien-être) **/
a[href*='/category/sante-mentale-bien-etre/sport-bien-etre/'],
span.fusion-tb-categories a[href*='/category/sante-mentale-bien-etre/sport-bien-etre/'] {
    background: #EEF4FF;
    color: #3538CD;
}

/** Sexualité **/
a[href*='/category/sexualite/'],
span.fusion-tb-categories a[href*='/category/sexualite/'] {
    background: #F7F0FF;
    color: #C006D9;
}

/** Dermatologie **/
/* Note: Original input had separate rules for background (general a) and color (span.fusion-tb-categories a). */
/* If color should also apply to general 'a' tags, add a[href*='/category/conseils-dermatologie/'] to the color rule. */
a[href*='/category/conseils-dermatologie/'] {
    background: #F0FFF2;
}
span.fusion-tb-categories a[href*='/category/conseils-dermatologie/'] {
    color: #02A20C;
}

/* The following block was a partial or duplicate. It has been removed. */
/* If 'Santé Homme', 'Santé Enfants', 'Santé Femme' from previous requests are still needed, include them. */
/* The input provided in this request ended abruptly. I'm providing the refactored version of what was given. */

/** Styling Breadcrumb **/
.awb-breadcrumb-list a {
    color: black;
    background: none;
}
.fusion-breadcrumb-link {
    background: transparent;
}