/* Everyoung Custom Logout Button Style */
#ey-logout-link {
    display: inline-block;
    padding: 12px 24px;
    background-color: #28a745; /* Matching your green Sign In button */
    color: #ffffff !important;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-family: inherit;
    transition: all 0.3s ease;
}

#ey-logout-link:hover {
    background-color: #218838;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.2);
}