.coupon-tile {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    margin-bottom: 24px;
    background: #fff;
    transition: box-shadow 0.2s;
}

.coupon-tile:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.coupon-logo {
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
    margin-bottom: 12px;
}

.coupon-code {
    font-weight: bold;
    color: #0d6efd;
    background: #e7f1ff;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 0.95em;
}

.price-original {
    text-decoration: line-through;
    color: #888;
    margin-right: 8px;
}

.price-discounted {
    color: #198754;
    font-weight: bold;
    font-size: 1.2em;
}

.nav-tabs .nav-link.active {
    background-color: #0d6efd !important;
    color: #fff !important;
    border-color: #0d6efd #0d6efd #fff !important;
}

.copy-code {
    cursor: pointer;
}

.coupon-tabs .nav-link {
    border-radius: 2rem !important;
    margin: 0 0.25rem;
    transition: background 0.2s, color 0.2s;
    font-weight: 500;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.coupon-tabs .nav-link.active,
.coupon-tabs .nav-link:focus,
.coupon-tabs .nav-link:hover {
    background-color: #0d6efd !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(13, 110, 253, 0.08);
}