/* ---------------------------------------------------------------------------------------------------------------------------------
//  What the plugin do : add credits in footer
//  ----------------------------------------------------------------------------------------------------------------------------- */

.acat-signature {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    text-align: center;
    transition: all 200ms ease-in-out;
}

.acat-signature__text {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
			clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.acat-signature__logo {
    height: auto;
    width: 100%;
    display: block;
    max-height: 16px;
    max-width: 100%;
}