.experience-assets-race_challenge_tile figure a,
.experience-assets-race_challenge_tile figure a:hover,
.experience-assets-race_challenge_tile figure a:visited,
.experience-assets-race_challenge_tile figure a:link,
.experience-assets-race_challenge_tile figure a:active {
    text-decoration: none;
}

.race-challenge-figure {
    width: 235px;
}

@media screen and (max-width: 1024px) {
    .race-challenge-figure {
        margin: 10px 0 !important;
    }
}

.race-challenge-link {
    display: block;
    background-color: white !important;
    border-radius: 20px 0 20px 0;
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.22);
}

.race-challenge-link:hover,
.race-challenge-link:focus,
.race-challenge-link:active {
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}

.race-challenge-link picture img {
    height: 235px;
}

@media screen and (max-width: 1024px) {
    .race-challenge-figure {
        width: 35vw;
    }
    .race-challenge-link picture img {
        height: 35vw;
    }
}

@media screen and (max-width: 768px) {
    .race-challenge-figure {
        width: 45vw;
    }
    .race-challenge-link picture img {
        height: 45vw;
    }
}

@media screen and (max-width: 550px) {
    .race-challenge-figure {
        width: 65vw;
    }
    .race-challenge-link picture img {
        height: 65vw;
    }
}

.race-challenge-name {
    padding: 4px 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 300;
    background-color: #ebebeb;
    color: #6a6a6a;
}

.race-challenge-button {
    padding: 10px 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 300;
    background-color: var(--button_background_color, black);
    color: var(--button_text_color, white);
}

.race-challenge-text-container {
    text-align: center;
    margin-top: 30px;
}

.race-challenge-distance {
    display: block;
    color: var(--race_distance_color);
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    font-weight: 900;
}

.race-challenge-type {
    display: block;
    color: var(--race_type_color);
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    font-weight: 300;
}

.race-challenge-description {
    color: var(--race_description_color);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

@media screen and (max-width: 1024px) {
    .race-challenge-distance,
    .race-challenge-type {
        color: var(--race_distance_color) !important;
        display: inline !important;
    }
}
