.pppro-container {
    max-width: 1200px;
    margin: 0 auto;
    font-family: sans-serif;
}
.pppro-manager-controls {
    margin-bottom: 20px;
}
/* PPPro Univerzális Modal Stílusok */
.pppro-modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pppro-modal-content {
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.pppro-modal-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
}

.pppro-modal-close:hover {
    color: #d00;
}