/* Ensure the icon and text appear on the same line initially */
.price-list-item {
    display: flex;
    justify-content: center; /* Align the icon to the left */
    gap: 8px; /* Space between icon and text */
}

.richtext-content {
    text-align: left;
}
