.rm-4b6bbd52-wrapper {
    width: 100%;
}
.rm-4b6bbd52-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.rm-4b6bbd52-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.rm-4b6bbd52-image {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
}
.rm-4b6bbd52-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.rm-4b6bbd52-content {
    flex-grow: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.rm-4b6bbd52-header {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    margin-bottom: 5px;
    width: 100%;
}
.rm-4b6bbd52-title-wrapper {
    flex-shrink: 0;
}
.rm-4b6bbd52-title {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.rm-4b6bbd52-badge {
    background-color: #ff4a4a;
    color: #fff;
    font-size: 0.65rem;
    text-transform: uppercase;
    padding: 2px 6px;
    border-radius: 3px;
    letter-spacing: 0.5px;
    font-weight: 700;
    white-space: nowrap;
}
.rm-4b6bbd52-dots {
    flex-grow: 1;
    border-bottom: 2px dotted #ccc;
    position: relative;
    top: -5px;
    min-width: 20px;
}
.rm-4b6bbd52-price {
    font-weight: 700;
    font-size: 1.125rem;
    white-space: nowrap;
    flex-shrink: 0;
}
.rm-4b6bbd52-desc {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 5px;
}

@media (max-width: 1024px) {
    .rm-4b6bbd52-dots {
        display: none;
    }
}

@media (max-width: 767px) {
    .rm-4b6bbd52-image {
        width: 60px;
        height: 60px;
    }
}