.search-post-row {
    display: flex;
    margin: 2rem 0;
    justify-content: center;
}
.btn-post {
    padding: 0 2rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-left: 1rem;
    cursor: pointer;
    background-color: #a51e1e;
    color: #fff;
}

.content-left {
    flex: 1;
}
.content-right {
    width: 20rem;
    margin-left: 1rem;
}
.filter-section {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 1rem;
    background-color: #fff;
}
.filter-item .circle-close {
    width: 18px;
    height: 18px;
    position: absolute;
    right: -24px;
    background-color: #ccc;
    display: none;
}
.filter-item .circle-close:hover {
    background-color: #666;
}
.filter-item .tm-childs-row:hover {
    color: var(--color);
    text-decoration: underline;
}
.filter-item.toggle-menu.selected {
    background-color: var(--color);
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
}
.filter-item.toggle-menu.selected .tm-icon {
    display: none;
}
.filter-item.toggle-menu.selected .circle-close {
    display: inline-block;
}
div#purchase-content-box {
    padding: 0.6rem;
    background-color: #fff;
}
.rows-item {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 1rem;
}
.item-left {
    flex: 1;
    margin-right: 1rem;
    width: 0;
}
.item-left-title {
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}
.item-left-bottom {
    display: flex;
    /* align-items: flex-end; */
    margin-top: 0.6rem;
}
.item-left-bottom-left {
    flex: 1;
    margin-right: 1rem;
    width: 0;
}
.item-details {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.7rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.item-number-category, .item-right-offer-number {
    display: flex;
    justify-content: space-between;
    color: gray;
    padding-top: 0.4rem;
    font-size: 0.92rem;
}
.purchase-category {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 8px;
    color: #888;
}
img.purchase-image {
    max-width: 10rem;
    max-height: 7rem;
}
.item-right {
    width: 14rem;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 9rem;
    line-height: 1.8rem;
}
.item-right-start-time, .item-right-end-time {
    color: #444;
    font-size: 0.92rem;
    min-width: 120px;
}
.btn-offer {
    width: 74%;
    text-align: center;
    margin-top: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.9rem;
    cursor: pointer;
}