.pkp_structure_head {
    height: auto !important;
    min-height: 80px !important;
    padding: 10px 0 !important;
}

.pkp_site_name_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 15px !important;
}

.pkp_site_name .is_text::before {
    content: "Sqripta";
    display: block !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 24px !important;
    font-weight: 500 !important; 
    color: #ff914d !important;  
    margin-bottom: 30px !important;
}

.pkp_site_name .is_text {
    display: block !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 34px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
}

@media (max-width: 992px) {
    .pkp_site_name .is_text {
        font-size: 18px !important;
    }
}

@media (max-width: 992px) {
    .pkp_structure_head,
    .pkp_site_name_wrapper,
    .pkp_site_name {
        height: auto !important;
        min-height: 90px !important;
        overflow: visible !important;
    }
    
    .pkp_site_name .is_text {
        font-size: 18px !important;
        display: block !important;
        visibility: visible !important;
    }
}

@media (max-width: 992px) {
    .pkp_navigation_user_wrapper {
        display: none !important;
    }
    
    .pkp_nav_menu_wrapper ul.pkp_navigation_user {
        display: none !important;
    }
}

.pkp_structure_head .pkp_search {
    display: none !important;
}

.pkp_nav_menu_wrapper .search,
.pkp_navigation_primary .search,
.pkp_navigation_user .search {
    display: none !important;
}

.page_homepage .current_issue,
.page_homepage .current_issue_title {
    display: none !important;
}

.pkp_structure_footer .designed_by {
    display: none !important;
}
/* --- ČISTI I PROVJERENI DODATAK ZA TEKST NA LOGIN STRANICI --- */

/* 1. Generiranje čistog uvodnog teksta iznad polja za prijavu */
.page_login .pkp_form.login::before {
    content: "Sqripta Manuscript Submission & Peer Review Portal \A\A Welcome to the official Sqripta online submission system. This portal is dedicated solely to receiving and processing manuscripts through the editorial and double-blind peer-review workflow. \A\A To initiate a new submission or track the status of an existing manuscript, please log into your account. If you are a first-time user, you must complete the registration process to obtain your login credentials. \A\A Getting Started: \A • Log in or Register an account. \A • Ensure your manuscript complies with the journal's Instructions for Authors before submitting. \A • Click Make a New Submission on your dashboard and follow the step-by-step instructions. \A\A For any technical assistance or inquiries regarding the submission process, please contact the Editorial Office at editorial.rrbe@sqripta.com.";
    display: block !important;
    white-space: pre-wrap !important; /* Ključno: aktivira prijelaze u novi red kroz oznaku \A */
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #222222 !important;
    margin-bottom: 30px !important;
    max-width: 600px !important;       /* Prilagođeno točnoj širini login forme da ne bježi van */
}

/* 2. Generiranje uočljivog i stabilnog gumba za registraciju novih autora */
.page_login .pkp_form.login::after {
    content: "👉 NEW AUTHOR? CLICK HERE TO REGISTER" !important;
    display: block !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    letter-spacing: 0.5px !important;
    margin-top: 20px !important;
    padding: 12px !important;
    background: #f4f4f4 !important;      /* Elegantna svijetlo siva kutija */
    border-left: 4px solid #111111 !important; /* Crni rub koji privlači pažnju */
    max-width: 100% !important;
    color: #111111 !important;
    text-align: center !important;
}
