#pg-auth-open-modal span {
    font-family: var(--wp--preset--font-family--fira-sans) !important;
}

.wp-block-group.alignwide.is-content-justification-space-between.is-layout-flex.wp-container-core-group-is-layout-b2891da8.wp-block-group-is-layout-flex {
	padding-top: 5px;
}

.pg-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.pg-modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 300px;
    border-radius: 10px;
}

/* ───────── Alternative login (MPASS) inside modal ───────── */
.pg-auth-alt {
    margin-top: 14px;
    text-align: center;
}

.pg-auth-sep {
    margin: 10px 0;
    font-size: 12px;
    opacity: 0.8;
}

.pg-auth-mpass-btn {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.pg-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.pg-close:hover, .pg-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.pg-auth-logged-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px 15px 10px;
    font-size: 20px;
    padding-top: 8px;
    color: #0073aa;
    font-family: var(--wp--preset--font-family--fira-sans) !important; /*adaugat*/
}

#pg-auth-open-modal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px 10px 10px;	
}


.pg-auth-logged-in p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

#pg-auth-open-modal p {
	padding-top: 0px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

#pg-auth-open-modal span {
	padding-top: 10px;
	font-size: 20px;
   /* font-weight: bold;*/
}
/*pentru versiunea mobila*/
@media (max-width: 500px) {
	#pg-auth-open-modal span {
		display: none;
	}
}

.pg-auth-logged-in .button {
    margin-left: 10px;
    padding: 0px 12px 12px 15px;;
    background-color: #0073aa;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 20px;
	line-height: 0.8;
}

@media (max-width: 500px) {
.pg-auth-logged-in span {
		display: none;
	}
}

#pg-auth-open-modal .button, #pg-auth-open-modal .fas {
    margin-left: 0px;
    padding: 35px 25px 20px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 20px;
	line-height: 0.8;	
}

.pg-auth-logged-in .button:hover {
    background-color: #005f8d;
}
#pg-auth-open-modal .button .button:hover {
    background-color: #005f8d;
}
input[type="submit"] {
    background-color: #ddffded9;
    color: white;
	/*width: 275px; s-a adaugat latimea butonului*/
    padding: 10px 15px;
    margin-top: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}


#pg-auth-open-modal {
	text-decoration: none !important;
}
#pg-auth-open-modal:hover,
#pg-auth-open-modal:focus,
#pg-auth-open-modal:active {
	text-decoration: none !important;
}