.tob-search-result {
    padding: 10px 8px 0;
}

.tob-search-header {
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
    padding: 0 2px;
}

.tob-waterfall {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.tob-waterfall-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tob-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,.08);
    cursor: pointer;
    text-decoration: none;
    display: block;
    color: inherit;
}

.tob-card:active {
    opacity: .85;
}

.tob-card-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    background: #f5f5f5;
}

.tob-card-body {
    padding: 7px 8px 9px;
}

.tob-card-title {
    font-size: 13px;
    line-height: 1.4;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tob-card-price-row {
    margin-top: 6px;
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.tob-card-price {
    font-size: 16px;
    font-weight: 700;
    color: #e4393c;
}

.tob-card-price-orig {
    font-size: 12px;
    color: #aaa;
    text-decoration: line-through;
}

.tob-card-price-iqd {
    font-size: 12px;
    color: #888;
    margin-left: auto;
}

.tob-card-vol {
    font-size: 11px;
    color: #aaa;
    margin-top: 3px;
}

.tob-search-loading {
    text-align: center;
    padding: 16px 0;
    color: #aaa;
    font-size: 13px;
}

.tob-search-end {
    text-align: center;
    padding: 14px 0;
    color: #ccc;
    font-size: 12px;
}
