/* QAFlow - deals.php (deals & coupons listing page)
   Extracted from inline style="" attributes. */

.dl-slide-logo-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    z-index: 1;
    opacity: 0.25;
}

.dl-slide-logo-img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    filter: brightness(10);
}

.dl-search-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.dl-cat-select {
    max-width: 160px;
    border-right: 2px solid #adb5bd !important;
}
