.imageCardFullWidth_imageCard__TtYQo {
    position: relative;
    display: block;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
    transition: transform .3s ease;
    height: 100%
}

.imageCardFullWidth_imageCard__TtYQo:hover {
    transform: translateY(-2px)
}

.imageCardFullWidth_overlayLink__2t5WN {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative
}

.imageCardFullWidth_imageContainer__gmzAa img {
    cursor: default
}

.imageCardFullWidth_imageContainer__gmzAa {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    border: 5px solid #9d0022;
    border-radius: 25px;
    overflow: hidden
}

.imageCardFullWidth_image__tq6hE {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px
}

.imageCardFullWidth_yellowDiamond___lysf {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #FFD700;
    z-index: 25;
    -webkit-clip-path: polygon(50% 0, 62% 20%, 80% 38%, 100% 50%, 80% 62%, 62% 80%, 50% 100%, 38% 80%, 20% 62%, 0 50%, 20% 38%, 38% 20%);
    clip-path: polygon(50% 0, 62% 20%, 80% 38%, 100% 50%, 80% 62%, 62% 80%, 50% 100%, 38% 80%, 20% 62%, 0 50%, 20% 38%, 38% 20%)
}

.imageCardFullWidth_overlay__47l6j {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #9D0022;
    opacity: .9;
    color: white;
    padding: 15px 0;
    z-index: 10;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.imageCardFullWidth_content__AGpgl {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    z-index: 15;
    padding-left: 80px;
    cursor: pointer
}

.imageCardFullWidth_title__XYEy0 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    color: white;
    letter-spacing: .5px;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5)
}

.imageCardFullWidth_subtitle___BTfe {
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0;
    color: rgba(255, 255, 255, .95);
    letter-spacing: .3px;
    line-height: 1.3;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .4)
}

.imageCardFullWidth_errorState__ZqRmA .imageCardFullWidth_placeholderImage__hIBfw {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    height: 400px;
    color: #666;
    font-size: 16px;
    border-radius: 20px
}

@media (max-width:768px) {
    .imageCardFullWidth_title__XYEy0 {
        font-size: 20px
    }
    .imageCardFullWidth_subtitle___BTfe {
        font-size: 18px;
        display: none
    }
    .imageCardFullWidth_yellowDiamond___lysf {
        width: 30px;
        height: 30px;
        left: 20px
    }
    .imageCardFullWidth_overlay__47l6j {
        padding: 15px 20px;
        min-height: 70px
    }
    .imageCardFullWidth_content__AGpgl {
        padding-left: 70px;
        justify-content: center
    }
}

@media (max-width:480px) {
    .imageCardFullWidth_title__XYEy0 {
        font-size: 16px
    }
    .imageCardFullWidth_subtitle___BTfe {
        font-size: 12px;
        display: none
    }
    .imageCardFullWidth_yellowDiamond___lysf {
        width: 25px;
        height: 25px;
        left: 15px
    }
    .imageCardFullWidth_overlay__47l6j {
        padding: 10px 15px;
        min-height: 50px
    }
    .imageCardFullWidth_content__AGpgl {
        gap: 5px;
        padding-left: 60px;
        justify-content: center
    }
}