.pl-d5f08579-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.pl-d5f08579-item {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}
.pl-d5f08579-item:last-child {
    border-bottom: none;
}
.pl-d5f08579-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
}
.pl-d5f08579-title {
    margin: 0;
    font-weight: bold;
}
.pl-d5f08579-separator {
    flex-grow: 1;
    border-bottom: 1px dotted #999;
    margin: 0 10px;
}
.pl-d5f08579-price {
    font-weight: bold;
}
.pl-d5f08579-desc {
    margin: 5px 0 0 0;
    color: #666;
    font-size: 0.9em;
}