.fi-simple-header .fi-logo {
    height: 100px !important;
}

.admin-pre {
    overflow: auto;
    max-width: 100%;
}

/* ZapSign Dashboard CTA Button - Subtle Pulse Animation */
.zapsign-cta-btn {
    position: relative;
    animation: zapsign-pulse 2.5s ease-in-out infinite;
    transition: all 0.3s ease;
}

.zapsign-cta-btn:hover {
    animation: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(6, 182, 212, 0.3);
}

@keyframes zapsign-pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(6, 182, 212, 0.4);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(6, 182, 212, 0);
    }
}

/* Sidebar compacta para telas menores */
.fi-sidebar-item-badge {
    font-size: 0.625rem;
    padding: 0.125rem 0.375rem;
    line-height: 1;
}

.fi-sidebar-item-button {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.fi-sidebar-item-label {
    font-size: 0.8125rem;
}