.myproof-footer-badge {
	background: var(--myproof-footer-background, transparent);
	border-top: 1px solid transparent;
	font-family: var(--myproof-footer-font, inherit);
}

.myproof-footer-badge:not([style*="transparent"]) {
    border-top-color: var(--myproof-border);
    box-shadow: 0 -1px 3px rgb(0 0 0 / 5%);
}

.myproof-footer-badge__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    max-width: 100%;
    margin: auto;
}

.myproof-footer-badge__copyright {
    font-size: 13px;
    color: var(--myproof-footer-color);
    line-height: 1.5;
}

.myproof-footer-badge__logo {
    flex-shrink: 0;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.myproof-footer-badge__logo .myproof-badge,
.myproof-footer-badge__logo .myproof-badge:hover {
    transition: none !important;
    transform: none !important;
}

.myproof-footer-badge--center .myproof-footer-badge__inner {
    justify-content: center;
    gap: 20px;
}

.myproof-footer-badge--left .myproof-footer-badge__inner {
    flex-direction: row-reverse;
}

.myproof-footer-badge a:focus {
    outline: 2px solid var(--myproof-accent);
    outline-offset: 2px;
    box-shadow: 0 0 0 2px #fff;
}

@media (max-width: 782px) {
    .myproof-footer-badge__inner { padding: 8px 15px; }
    .myproof-footer-badge__copyright { font-size: 12px; }
}

@media (max-width: 600px) {
	.myproof-footer-badge__inner,
    .myproof-footer-badge--left .myproof-footer-badge__inner,
    .myproof-footer-badge--center .myproof-footer-badge__inner {
        flex-direction: column;
        gap: 8px;
        padding: 10px 12px;
    }
    .myproof-footer-badge__copyright { text-align: center; }
}

@media print {
	.myproof-footer-badge { display: none; }
}
