
.video-upload-wrapper{
max-width:700px;
margin:40px auto;
background:#fff;
padding:30px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.video-upload-wrapper h2{
font-size:26px;
margin-bottom:20px;
font-weight:600;
}

.acf-form input[type=text],
.acf-form textarea,
.acf-form select{
width:100%;
padding:12px;
border-radius:6px;
border:1px solid #ddd;
margin-top:5px;
}

.acf-form textarea{
min-height:120px;
}

.acf-form input[type=submit]{
background:#ff3b3b;
color:white;
padding:14px 30px;
border:none;
border-radius:6px;
font-size:16px;
cursor:pointer;
}

.acf-form input[type=submit]:hover{
background:#e02828;
}
