
.epl-price-list {
    width: 100%;
    margin: 0 auto;
}

.epl-item {
    margin-bottom: 20px;
}

.epl-item-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
}

.epl-item-title {
    font-weight: bold;
    font-size: 1.1em;
    padding-right: 10px;
    background: #fff; /* Helps in case of overlap, adapts to background */
    z-index: 2;
}

/* The "dots" leader */
.epl-item-shim {
    flex-grow: 1;
    border-bottom: 1px dotted #ccc;
    height: 1px;
    margin: 0 10px;
    position: relative;
    top: -5px; /* Adjust alignment */
}

.epl-price-container {
    padding-left: 10px;
    background: #fff;
    z-index: 2;
    white-space: nowrap;
}

.epl-item-price {
    font-weight: bold;
}

.epl-old-price {
    text-decoration: line-through;
    opacity: 0.6;
    margin-left: 8px;
    font-size: 0.9em;
}

.epl-promo-price {
    color: #d9534f; /* Example promo color */
}

.epl-item-desc {
    margin-top: 5px;
    font-size: 0.9em;
    color: #666;
    line-height: 1.4;
}

.epl-empty-state {
    padding: 20px;
    background: #f8f9fa;
    border: 1px dashed #ccc;
    text-align: center;
    color: #555;
}
