.photographer-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.featured-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 123, 255, 0.85);
    color: white;
    padding: 3px 8px;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 3px;
    z-index: 10;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.02em;
}