.text-red-600 {
    color: red;
}

.thong-tin-cuoc-thi h3{
    text-transform: uppercase; color: #c80000
}

.thong-tin-cuoc-thi h4{
     color: #c80000;
}
li.menu-item.active {
    border-bottom: solid 2px;
}
ul.wp-block-list {
    margin-left: 15px;
}

.thong-tin-cuoc-thi h2 {
    margin-top: 20px;
    font-size: 24px;
}
.thong-tin-cuoc-thi h2 * {
    text-decoration: none;
}
.thong-tin-cuoc-thi h3 {
    text-transform: uppercase;
    color: #c80000;
    font-size: 20px;
    line-height: 1.4em;
}

.hide_desk{ display:none; }
.hide_mobile{ display:block; }

div#wpadminbar {
    display: none;
}
html {
    padding: 0 !important;
    margin-top: 0 !important;
}

span.join-item.active {
    height: 35px;
    width: 35px;
    background-color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s ease;
}


label.block.w-full.p-3.bg-white.border-2.border-dashed.border-\[\#fe518c\].rounded-lg.text-center.cursor-pointer.hover\:bg-\[\#ffe0f0\].transition{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #ff517f;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px;
    height: 134px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
}

#upload-featured-image-form svg, .upload-img-button label svg {
    width: 38px;
    height: 38px;
    fill: #fff;
}

@media only screen and (max-width: 600px) {
.text-shadow {
    text-shadow: -1px 3px 4px rgba(122,0,58,.58);
}

.hide_desk{ display:block; }
.hide_mobile{ display:none; }
}