.angie-price-menu-31c7bad3 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.angie-price-menu-item-31c7bad3 {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.angie-price-menu-image-wrap-31c7bad3 {
    flex-shrink: 0;
}

.angie-price-menu-image-31c7bad3 {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.angie-price-menu-content-31c7bad3 {
    flex: 1;
    min-width: 0; /* Prevents flex items from overflowing */
}

.angie-price-menu-title-row-31c7bad3 {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    width: 100%;
}

.angie-price-menu-title-31c7bad3 {
    font-weight: 700;
    font-size: 1.25rem;
    margin: 0;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.angie-price-menu-divider-31c7bad3 {
    flex-grow: 1;
    border-bottom: 1px dashed #e5e5e5;
    position: relative;
    top: -4px; /* Adjust vertical alignment to match baseline visually */
}

.angie-price-menu-price-31c7bad3 {
    font-weight: 700;
    font-size: 1.25rem;
    color: #d9534f;
    white-space: nowrap;
    flex-shrink: 0;
}

.angie-price-menu-desc-31c7bad3 {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.angie-price-menu-badge-31c7bad3 {
    font-size: 0.7rem;
    text-transform: uppercase;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-weight: 800;
    letter-spacing: 0.5px;
    background-color: #f0ad4e;
    color: #fff;
    vertical-align: middle;
}

.badge-rec {
    background-color: #5cb85c;
}

@media (max-width: 767px) {
    .angie-price-menu-title-row-31c7bad3 {
        flex-wrap: wrap;
    }
    .angie-price-menu-divider-31c7bad3 {
        display: none; /* Often better to hide the dots on small screens where things wrap */
    }
    .angie-price-menu-price-31c7bad3 {
        width: 100%;
        text-align: right;
    }
}