.root {
    @apply inline-block m-0 items-center w-full font-medium border-b border-solid border-gray-200 h-14;
}

.root .target {
    @apply text-black font-semibold inline m-0 p-0 text-left w-full flex-auto justify-start;
    font-family: inherit;
    min-height: 3.5rem;
}

.root .target svg {
    @apply float-right mt-1;
}

.root .label {
    @apply inline-block overflow-hidden whitespace-nowrap;
    text-overflow: ellipsis;
}

.root .item_desc img {
    @apply w-full;
}

.root .item_rich_content {
    margin: 0 -0.5rem;
}

.root .item_rich_content img {
    @apply w-full;
}

.root :global(.panties-photo) {
    @apply pb-4;
}