/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
*/

@import url("../astra/style.css");

.abadaya-header-login-wrap {
    display: flex;
    justify-content: flex-end; /* Push to the right */
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    font-size: 14px;
    max-width: var(--ast-container-width, 1200px);
    margin: 0 auto;
}


.abadaya-username {
    color: #333;
    font-weight: 500;
}

.abadaya-login-btn {
    background-color: #007bff !important;
    color: #fff !important;
    padding: 6px 14px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: background-color 0.2s ease !important;
}

.abadaya-login-btn:hover {
    background-color: #0056b3;
}
