﻿.image-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 8px;
    line-height: 0;
}

.blurred-image {
    display: block;
    filter: blur(8px) brightness(0.48);
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    text-align: center;
    pointer-events: none;
}

.image-overlay-text {
    display: block;
    max-width: 220px;
    white-space: normal;
    word-break: break-word;
    line-height: 1.4;
    font-weight: 600;
    color: white;
    font-size: 20px;
}