.elementor-4606 .elementor-element.elementor-element-e374888{--display:flex;--min-height:400px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4606 .elementor-element.elementor-element-e374888:not(.elementor-motion-effects-element-type-background), .elementor-4606 .elementor-element.elementor-element-e374888 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.icefallproductions.com/wp-content/uploads/2025/12/IMG_1709-1-scaled.jpg");}.elementor-4606 .elementor-element.elementor-element-168fee1{--display:flex;}.elementor-4606 .elementor-element.elementor-element-518e255{--grid-columns:1;}@media(max-width:1024px){.elementor-4606 .elementor-element.elementor-element-518e255{--grid-columns:2;}}@media(max-width:767px){.elementor-4606 .elementor-element.elementor-element-518e255{--grid-columns:1;}}/* Start custom CSS *//* --- CONTAINER --- */
.icefall-variable-card {
    display: flex;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06); /* Slightly stronger shadow */
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    
    /* Variable Height Logic */
    height: fit-content !important; 
    align-items: stretch; 
}

/* --- LEFT COLUMN (Image & Title) --- */
.icefall-v-left {
    width: 30%;
    background-color: #fcfcfc;
    border-right: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px; /* Increased padding */
}

.poster-container {
    flex: 1; 
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0; 
    margin-bottom: 12px;
}

.poster-container img {
    max-width: 100%;
    max-height: 100%; 
    width: auto;
    height: auto;
    object-fit: contain; 
    display: block;
    /* Add a subtle shadow to the poster itself to make it pop */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); 
}

.title-container {
    text-align: center;
    flex-shrink: 0; 
}

.movie-label {
    font-size: 1.1rem; /* Slightly larger title */
    font-weight: 700;
    color: #29abe2;
    margin: 0;
    line-height: 1.3;
}

/* --- RIGHT COLUMN (Awards List) --- */
.icefall-v-right {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* --- ROWS (The Big Changes) --- */
.icefall-v-row {
    display: flex;
    align-items: center;
    /* Big padding makes the row feel "full" even if there is only one */
    padding: 25px 20px; 
    border-bottom: 1px solid #e0e0e0;
}

.icefall-v-row:last-child {
    border-bottom: none;
}

/* Logo - MUCH BIGGER */
.v-cell-logo {
    width: 25%; /* Give logo more horizontal space */
    display: flex;
    justify-content: center;
    align-items: center;
}

.v-cell-logo img {
    max-height: 85px; /* Increased from 55px */
    width: auto;
    object-fit: contain;
}

/* Info - MUCH BIGGER */
.v-cell-info {
    width: 75%;
    padding-left: 20px;
    text-align: center;
}

.v-award-name {
    font-size: 1.5rem; /* Increased from 1.1rem */
    font-weight: 800; /* Extra Bold */
    color: #222;
    margin-bottom: 6px;
    line-height: 1.2;
}

.v-award-meta {
    font-size: 1.1rem; /* Increased from 0.85rem */
    color: #666;
    font-weight: 400;
}

.sep {
    color: #ccc;
    margin: 0 6px;
}

.v-status.winner {
    color: #29abe2;
    font-weight: 700;
    text-transform: uppercase; /* Makes "Winner" look more premium */
    font-size: 0.95rem; 
}

/* --- MOBILE --- */
@media (max-width: 768px) {
    .icefall-variable-card {
        flex-direction: column;
    }
    .icefall-v-left {
        width: 100%;
        height: 220px; /* Taller area for mobile poster */
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }
    .icefall-v-right {
        width: 100%;
    }
    .icefall-v-row {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    .v-cell-logo { width: 100%; margin-bottom: 10px; }
    .v-cell-info { width: 100%; padding: 0; }
    
    /* Scale down slightly for mobile so it fits screen */
    .v-award-name { font-size: 1.3rem; }
    .v-cell-logo img { max-height: 70px; }
}/* End custom CSS */