h1 {
    display: inline;
    line-height: 1.3;
    background-image: linear-gradient(
        transparent calc(100% - 12px),
        rgba(236, 103, 8, 0.3) 0
    );
    background-repeat: repeat;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}
h1:after {
	display: none;
}
.navbar-brand img {
    height: 85px;
}
.header-logos, .social-media {
    gap: 8px;
}
.social-media img,
.social-media p {
    margin-bottom: 0;
}
.fa-sr-only, .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
}
#block-custom-barrio-zawartoscglowna {
	margin-top: 2em;
}
.paragraph--type-biography img {
	    width: 100%;
    height: auto;
    border-radius: 50%;
}
.co-wiemy .field--name-field-image img {
	  width: 100%;
    height: auto;
}
.paragraph--unpublished {
	position: relative;
}
.paragraph--unpublished::before {
    content: "Nieopublikowane";
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 4px 8px;
    background: #dc3545;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    z-index: 10;
}
.eu-cookie-compliance-banner {
	border: 5px solid rgba(236,103,8,0.7);
	    background: var(--color-green);
}
.eu-cookie-compliance-message p {
    display: block;
}
#sliding-popup .popup-content #popup-text {
     max-width: 70%;
     margin: 20px 0 0;
}
#popup-text span {
    font-size: 16px;
    font-weight: normal;
}

#sliding-popup .eu-cookie-compliance-default-button {
    font-size: 14px;
    letter-spacing: .56px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0.4rem;
    padding: 10px 18px;
    color: #000;
    background-color: #fff;
    border: 2px solid rgb(236, 103, 8);
    box-shadow: none;
    background-image: unset;
    margin: 50px 0 0 0;
    width: 120px;
    height: 42px;
    text-shadow: unset;
}
#popup-text p {
   color: #fff !important;
}
li p {
    display: inline-block;
}
.footer-wrapper .footer .region-footer {
    display: flex;
    flex-direction: row;
    color: white;
    flex-wrap: wrap;
    justify-content: center;
}

#edit-rodo-text {
    color: #ffffff;
    max-width: 300px;
    font-size: 14px;
    margin: 10px auto 15px;
}
#edit-rodo-text a {
    color: #ffffff;
}
 /*--------- Azure Login ----------*/

 .user-login-form {
	display: flex;
    flex-direction: column;
 }

 .user-login-form .form-item-name {
	order: 2;
}

.user-login-form .form-item-pass {
	order: 3;
}

.user-login-form .form-actions {
	order: 4;
}

.user-login-form > a {
	font-size: 14px;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0.4rem;
	padding: 10px 17px;
	color: #F6FEFF;
    background-color: #219DAB;
    border: 1px solid #219DAB;
	text-align: initial;
	width: fit-content;
width: max-content;
	margin: 2em 0;
	text-decoration: unset;
 }

 /*--------- Azure Login END ----------*/

 