/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 13 2026 | 13:58:00 */
.offer-filter {
    margin-bottom: 30px;
}

.offer-filter select {
    padding: 10px 14px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.offer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.offer-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.offer-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

.offer-card h3 {
    margin-top: 0;
}

.offer-type {
    margin-bottom: 10px;
}

.badge {
    display: inline-block;
    background: #eef2ff;
    color: #1e3a8a;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    margin-right: 5px;
}

.offer-button {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 16px;
    background: #1e3a8a;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
}

.offer-button:hover {
    background: #162b63;
}
