.mppl-price-list-wrapper {
    font-family: inherit;
    width: 100%;
}

.mppl-category-group {
    margin-bottom: 2.5rem;
}

.mppl-category-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    border-bottom: 2px solid rgba(0,0,0,0.06);
    padding-bottom: 0.5rem;
}

.mppl-items-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.mppl-item-card {
    display: flex;
    flex-direction: column;
}

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

.mppl-item-title {
    font-size: 1.1rem;
    font-weight: 600;
    white-space: nowrap;
}

.mppl-leader-line {
    flex-grow: 1;
    border-bottom: 1px dotted rgba(0,0,0,0.2);
    margin: 0 4px;
}

.mppl-price-wrapper {
    display: flex;
    align-items: baseline;
    white-space: nowrap;
}

.mppl-price {
    font-size: 1.1rem;
    font-weight: 700;
}

.mppl-period {
    font-size: 0.85rem;
    opacity: 0.7;
    margin-left: 2px;
}

.mppl-item-desc {
    font-size: 0.95rem;
    opacity: 0.8;
    margin-top: 4px;
    line-height: 1.4;
}

.mppl-tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.mppl-tag {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    background-color: #e2e8f0;
    color: #475569;
}
