/* 
Theme Name: PANARAB
Theme URI: https://iconconcept.com
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Aymen Ouali
Author URI: https://iconconcept.com
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* Nettoie TOUS les <br> et <p> parasites WP Abstracts */
.wpabstracts br,
.wpabstracts p:empty,
.wpabstracts p:not(:has(*)):empty {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Corrige navbar + boutons */
.wpabstracts .navbar-toggle br,
.wpabstracts .navbar-nav a br {
    display: none !important;
}

.wpabstracts .navbar-header,
.wpabstracts .input-group-addon {
    line-height: 1.4 !important;
}

/* Garde le texte intact */
.wpabstracts p:has(strong),
.wpabstracts p:has(span) {
    display: block !important;
}


.wpabstracts .btn-primary:hover, .wpabstracts .btn-primary:focus, .wpabstracts .btn-primary:active, .wpabstracts .btn-primary.active, .wpabstracts .open > .dropdown-toggle.btn-primary,.wpabstracts .btn-primary {
  color: #fff !important;
  background-color: #041A57 !important;
  border-color: #041A57 !important;
}


.wp-auth-box {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: inherit;
}

.wp-user-name {
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 6px;
}

.wp-auth-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 25px;
    font-size: 14px;
    text-decoration: none;
    transition: all .25s ease;
}

.wp-auth-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* Bouton principal */
.wp-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 3px 26px;
    border-radius: 40px;
    border: 2px solid #F94743;
    background: #fff;
    color: #F94743;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all .25s ease;
}

/* Hover */
.wp-btn-outline:hover {
    background: #F94743;
    color: #fff;
}

/* Bouton secondaire (même style que l’image) */
.wp-btn-outline.primary {
    border-color: #F94743;
}

/* Logout (optionnel rouge au hover) */
.wp-btn-logout:hover {
    background: #e53935;
    border-color: #e53935;
}

/* Icônes */
.wp-btn-outline i {
    font-size: 14px;
}
