.unidrama-hero-section {
    width: 100%;
    line-height: 0;
}

main {
    flex-grow: 1;
}

.unidrama-content-wrapper {
    max-width: 1000px;
    margin: 40px auto;
    padding: 0 20px;
    text-align: center;
}

.section {
    margin-bottom: 20px;
}

.section h2 {
    display: inline-block;
    background-color: #f0f0f0;
    color: black;
    font-weight: 900;
    padding: 12px 35px;
    border-radius: 30px;
    font-size: 1.2em;
    margin-bottom: 10px;
    width: 800px;
    max-width: 90%;
    text-align: center;
    box-sizing: border-box;
}

.section-title-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.intro-tagline {
    font-weight: 900;
    color: black;
    font-size: 1.2em;
}

.intro-text p,
.entry-details p,
.terms-list p {
    font-size: 1em;
    line-height: 1.2;
    color: black;
}

.prize-list {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.prize-item {
    text-align: center;
}

.prize-medal {
    width: 160px;
    height: auto;
    margin-bottom: 10px;
}

.entry-details a {
    color: black;
    text-decoration: none;
    font-weight: 900;
}

.terms-list {
    text-align: center;
    list-style-position: inside;
    max-width: 700px;
    margin: 0 auto;
    padding-left: 0;
}

.terms-list li {
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.2;
    color: black;
}

@media (max-width: 768px) {
    .unidrama-content-wrapper {
        margin: 20px auto;
        padding: 0 10px;
    }

    .section h2 {
        font-size: 1em;
    }

    .prize-list {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}