.cscat-download-wrapper {
    margin: 6px 0 2px;
    text-align: center;
}

.cscat-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 32px !important; /* !important: o tema força padding maior nos <button> */
    border: none !important; /* o tema força border:1px solid #292929 nos <button> — anular */
    outline: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif; /* igualar botões do tema (Elementor) */
    font-weight: 500;
    text-transform: none;
    transition: filter 0.2s, transform 0.1s;
    line-height: 1.4;
}

.cscat-download-btn:hover {
    filter: brightness(0.92);
    transform: translateY(-1px);
}

.cscat-download-btn:active {
    transform: translateY(0);
}

.cscat-download-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.cscat-btn-icon {
    display: inline-flex;
    align-items: center;
}

.cscat-spinner {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: cscat-spin 0.6s linear infinite;
}

@keyframes cscat-spin {
    to {
        transform: rotate(360deg);
    }
}

.cscat-status {
    margin-top: 10px;
    font-size: 13px;
    font-family: sans-serif;
}

.cscat-status-success {
    color: #2e7d32;
}

.cscat-status-error {
    color: #c62828;
}

.cscat-email-opt {
    margin-top: 8px;
}

.cscat-email-input {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 13px;
    width: 250px;
    max-width: 100%;
}

.cscat-download-btn .cscat-btn-text {
    font-size: inherit;
}
