.competition_wrapper {
    padding: 50px 0;
    /* background-color: deepskyblue; */
}

.competition_banner {
    border-radius: 20px;
    background-color: var(--background_white);

    transition: 0.5s;
    height: auto;
    padding: 20px;
    /* margin-bottom: 0px; */
}

.votes_wrap {
    position: relative;

    background-color: var(--background_white);
    height: auto;
    margin-bottom: 10px;
    padding: 10px 5px;

}

.votes_wrap_progress {
    width: 100%;
    overflow: hidden;
    height: 10px;
    border-radius: 20px;
    background-color: var(--background_semi_transparent_gray_hover);
}

.progress {
    width: 50%;
    background-color: var(--background_sky);
    height: 10px;
}

.votes_count {
    color: var(--text_color_gray);
    font-weight: lighter;
    margin: 2px 10px;
    font-size: small;
}

.votes_count ins {
    color: var(--background_white);
    background-color: var(--background_sky);
    padding: 0px 10px;
    border-radius: 10px;
}

.competition_banner_home {
    position: relative;
    background-image: url(../img/website_background_0.jpg);
    /* background-position: cover; */
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    justify-content: space-around;
    align-items: center;
    /* display: none; */

}


.banner_info {
    text-align: center;
    width: 35%;
    margin-right: 10%;
    color: var(--text_color_gold);
    font-size: xx-large;
    /* background-color: antiquewhite; */
}

.banner_info a {
    font-size: medium;
    background-color: var(--background_orange);
    color: var(--text_color_gray);
    padding: 5px 30px;
    border-radius: 20px;
    margin-top: 50px;
    transition: 0.5s ease;
    text-decoration: none;
    font-weight: bolder;
}

.banner_info a:hover {
    filter: contrast(5);
}

.banner_info h3 {
    color: var(--text_color_white);
}

.banner_info p {
    font-size: large;
    margin-top: 30px;
    color: var(--text_color_white);
}

.prectitions_instructions {
    background-color: var(--background_white);
    padding: 50px;
    border-radius: 20px;
    margin-top: 60px;
    box-shadow: var(--shadow);
    margin-right: 15px;
    font-size: smaller;
}

.prectitions_instructions h2 {
    font-size: 24px;
    color: var(--text_color_gray);
    margin-bottom: 15px;
    border-bottom: var(--border);
    padding-bottom: 10px;
}

.prectitions_instructions p {
    font-size: 16px;
    color: var(--text_color_gray);
    line-height: 1.6;
    margin-bottom: 20px;
}

.prectitions_instructions ol,
.prectitions_instructions ul {
    margin-left: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.prectitions_instructions ol li,
.prectitions_instructions ul li {
    font-size: 16px;
    color: var(--text_color_gray);
    margin-bottom: 10px;
    line-height: 1.5;
}

.prectitions_instructions a {
    color: var(--text_sky);
    text-decoration: none;
    font-weight: bold;
}

.prectitions_instructions a:hover {
    text-decoration: underline;
}

.prectitions_instructions ul {
    list-style-type: disc;
}

.prectitions_instructions ol {
    list-style-type: decimal;
}

.prectitions_instructions li strong {
    color: var(--text_color_gray);
}

.prectitions_instructions h2 {
    text-transform: uppercase;
    font-weight: bold;
}

.prectitions_instructions p:last-child {
    font-style: italic;
    text-align: center;
}

.prectitions_instructions .btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--background_sky);
    color: var(--background_white);
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.date_announcement {
    color: var(--text_sky);
}

.prectitions_instructions .btn:hover {
    background-color: var(--background_blue_hover);
}

.monologues {
    max-width: 60%;
    margin: 20px auto;
    padding: 30px;
    background-color: var(--background_white);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.monologue {
    margin-bottom: 20px;
    padding: 10px 15px;
    background-color: var(--background_white);
    border-radius: 8px;
    box-shadow: var(--shadow);
    margin-top: 50px;
}

.monologues h2 .monologues h3 {
    color: var(--text_color_gray);
}

.monologue h3 {
    margin-top: 0;
    font-size: 1.25em;
    color: var(--text_color_gray);
    font-weight: 600;
}

.monologue p {
    font-size: 1em;
    color: var(--text_color_gray);
    line-height: 1.6;
    margin: 10px 0;
}

.monologue strong {
    color: var(--text_black);
    font-weight: 700;
}

.monologue:last-child {
    margin-bottom: 0;
}

.monologues a {
    color: var(--text_sky);
    text-decoration: none;
    font-weight: bold;
}

.note_this {
    display: flex;
    margin-top: 20px;
}

.note_this p {
    margin-left: 20px;
}

.competition_wrapper_home {
    display: none;
}



.no_competitions_running_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    background-color: var(--background_white);
    border-radius: 20px;
    box-shadow: var(--shadow);
    margin: 0 auto;
    width: 98%;

}

.video_name_wrapper {
    padding: 10px;
}

.video_name_wrapper p {
    min-height: 0;
    padding: 0;
    margin: 0;
}

.open_and_close_voting {
    display: none;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 50px;
}

.open_and_close_voting button {
    padding: 5px 30px;
    background-color: var(--background_sky);
    color: var(--text_color_white);
    border-radius: 20px;
    transition: 0.5s ease;
    font-size: small;
    outline: none;
    border: none;
    cursor: pointer;
}

.open_and_close_voting button:hover {
    background-color: var(--background_blue_hover);
}

/* ==================================================================================================================================================== */

@media screen and (max-width: 1024px) {
    .competition_banner {
        margin: 0;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .competition_banner {
        margin: 0 auto;
        height: auto;
        width: 99%;
        margin-bottom: 40px;
    }

    .competition_banner_home {
        padding-top: 50px;
        /* display: none; */
    }


    .banner_info {
        width: 100%;
        margin: 0;
        margin-top: 50px;
    }

    .prectitions_instructions {
        margin: 0;
        padding: 10px;
        width: 99%;
    }

    .prectitions_instructions h2 {
        font-size: 18px;
    }

    .prectitions_instructions p {
        font-size: 12px;
    }

    .prectitions_instructions ol,
    .prectitions_instructions ul {
        margin-left: 10px;
        margin-bottom: 20px;
        padding-left: 10px;
    }

    .prectitions_instructions ol li,
    .prectitions_instructions ul li {
        font-size: 12px;
        color: #555;
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .monologues {
        max-width: 99%;
        margin: 20px auto;
        padding: 30px 5px;
        background-color: var(--background_white);
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .monologues h2 {
        font-size: 20px;
        color: var(--text_color_gray);
    }

    .monologue {
        margin-bottom: 20px;
        padding: 10px 10px;
        background-color: var(--background_white);
        border-radius: 8px;
        box-shadow: var(--shadow);
        margin-top: 50px;
    }

    .monologue p {
        font-size: 1em;
        color: var(--text_color_gray);
        line-height: 1.6;
        margin: 10px 0;
    }

    .monologue strong {
        color: var(--text_black);
        font-weight: 700;
    }

    .monologue:last-child {
        margin-bottom: 0;
    }

    .monologues a {
        color: var(--text_sky);
        text-decoration: none;
        font-weight: bold;
    }

    .note_this p {
        margin-left: 5px;
    }

    .competition_wrapper_home {
        display: none;
    }
}