<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.tag-box-headline {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex !important;
}
.tag-box-headline span {
    border-radius: .2rem;
    padding: .5rem 1rem;
    height: 2rem;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.tag-box-headline.tl {
    justify-content: start;
    align-items: start;
}
.tag-box-headline.tc {
    justify-content: center;
    align-items: start;
}
.tag-box-headline.tr {
    justify-content: end;
    align-items: start;
}
.tag-box-headline.bl {
    justify-content: start;
    align-items: end;
}
.tag-box-headline.bc {
    justify-content: center;
    align-items: end;
}
.tag-box-headline.br {
    justify-content: end;
    align-items: end;
}

/* */
@media screen and (max-width: 720px) {
	.ps-headline-title h4 span {
		width: 100% !important;
        padding: 0 !important;
	}

    .headline-wrapper-x {
        justify-content: center !important;
    }


}</pre></body></html>