
.impex-flower-card-link {
    text-decoration: none;
    display: block;
    color: inherit;
}

.impex-flower-card {
    background: #f3f0ec;
    max-width: 400px;
    text-align: left;
    font-family: 'Helvetica Neue', sans-serif;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
    transition: transform 0.3s ease-in-out;
}

.impex-image-wrapper {
    overflow: hidden;
}

.impex-image-wrapper img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.impex-image-wrapper:hover img {
    transform: scale(1.1);
}

.impex-card-content {
    padding: 20px;
    position: relative;
}

.impex-card-content h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.impex-description {
    font-size: 14px;
    color: #6b6b6b;
    margin: 12px 0;
}

.impex-arrow {
    font-size: 20px;
    color: #7a2424;
    font-weight: bold;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
