/* style.css */
.pms-receipt {
    margin-top: 40px;
    padding: 30px;
    background: #f4f4f4;
    border-radius: 16px;
    max-width: 500px;
}

.pms-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.pms-total {
    font-size: 1.2em;
}