.pmalcoo-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pmalcoo-popup {
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    max-width: 480px;
    width: 90%;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.pmalcoo-popup h2 {
    margin-top: 0;
    font-size: 1.5rem;
    color: #333;
}

.pmalcoo-popup p {
    color: #666;
    margin-bottom: 24px;
}

.pmalcoo-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.pmalcoo-buttons .btn {
    min-width: 160px;
    padding: 12px 20px;
    font-size: 1rem;
}   