body {
    background: #f6f7fb;
    color: #1f2937;
}

main {
    min-height: calc(100vh - 140px);
}

.offer-card,
.card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.offer-card:hover {
    transform: translateY(-4px);
}

.offer-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    background: #eef2f7;
}

.offer-detail-image {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    background: #eef2f7;
}

.offer-price,
.offer-price-detail {
    font-size: 1.25rem;
    font-weight: 700;
}

.offer-description {
    white-space: pre-line;
    line-height: 1.65;
}

.site-footer {
    background: #ffffff;
}

.admin-offer-thumb {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 16px;
    background: #eef2f7;
}

.admin-offer-preview {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 20px;
    background: #eef2f7;
}

@media (max-width: 767.98px) {
    .offer-image {
        height: 220px;
    }

    .offer-detail-image {
        min-height: 240px;
    }
}
