.cnmav-cta-wrapper {
    text-align: center;
    margin: 30px 0;
}

.cnmav-cta-btn {
    background: #0d6efd;
    color: #fff;
    padding: 14px 28px;
    border-radius: 6px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.cnmav-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    z-index: 9999;
}

.cnmav-modal-content {
    background: #fff;
    max-width: 700px;
    margin: 5% auto;
    padding: 25px;
    border-radius: 8px;
    position: relative;
}

.cnmav-close {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 22px;
    cursor: pointer;
}

.cnmav-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.cnmav-grid input,
.cnmav-modal textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.cnmav-submit {
    margin-top: 15px;
    background: #198754;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 4px;
    width: 100%;
}

.cnmav-result .success {
    color: green;
}
.cnmav-error {
    border: 2px solid #dc3545 !important;
    background-color: #fff5f5;
}
.cnmav-machine-info {
    margin-bottom: 15px;
    padding: 12px;
    border: 1px solid #e0e0e0;
    background: #f8f9fa;
    border-radius: 6px;
    font-size: 14px;
}

.cnmav-machine-info a {
    font-weight: 600;
    color: #0d6efd;
    text-decoration: none;
}
