/* ==========================================================================
   search-result.css
   Styles pour le bloc résultat injecté par AnnuaireSearch.js
   Charte annuaire-inverse-mobiles.fr (marron #42260E + orange #FF9500)
   ========================================================================== */

/* Container du résultat trouvé */
.result-found {
    color: #42260E;
    font-family: arial, sans-serif;
}

.result-found p {
    color: #42260E;
    margin-bottom: 8px;
}

/* Liens "tel:" et boutons audiotel (anciens color:white -> couleur charte) */
.no-style-link {
    color: #42260E;
    text-decoration: none;
}

.no-style-link:hover {
    color: #FF9500;
    text-decoration: none;
}

/* Numéro audiotel en gras dans le résultat (accent orange) */
.result-found .no-style-link strong,
.result-found strong {
    color: #FF9500;
}

/* Code NAF (discret) */
.naf-code {
    color: #663D1B;
    font-size: 0.9em;
}

/* Liens "Site web" et "Email" : hover avec soulignement orange */
.underline-hover {
    color: #FF9500;
    cursor: pointer;
}

.underline-hover:hover {
    text-decoration: underline;
    color: #FF7700;
}

/* Bloc "no-result" (numéro non trouvé) */
.list-unstyled {
    color: #42260E;
    list-style: none;
    padding-left: 0;
}

.list-unstyled li {
    color: #42260E;
    padding: 4px 0;
}

.list-unstyled li strong {
    color: #FF9500;
}

/* Icônes check : on respecte le style existant (#307720) */
/* .fa-check-square déjà stylé dans style.css */
