.pp-19021227-button-wrapper {
    margin-bottom: 20px;
}
.pp-19021227-main-btn {
    padding: 12px 24px;
    cursor: pointer;
    border: none;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pp-19021227-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pp-19021227-modal {
    background: #fff;
    max-width: 900px;
    width: 95%;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    padding: 30px;
}
.pp-19021227-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
}
.pp-19021227-table {
    width: 100%;
    border-collapse: collapse;
}
.pp-19021227-table th, .pp-19021227-table td {
    padding: 10px;
    text-align: center;
}
.pp-19021227-info-box {
    margin: 20px 0;
}
.pp-19021227-highlight-box {
    padding: 20px;
    background: #fff9e6;
    border: 1px solid #ffd54f;
    border-radius: 5px;
    margin-bottom: 20px;
}