.iwohd-form-wrapper{
    max-width:1100px;
    margin:40px auto;
    padding:35px;
    background:#ffffff;
    border-radius:12px;
    box-shadow:0 4px 20px rgba(0,0,0,0.08);
}

.iwohd-header{
    text-align:center;
    margin-bottom:35px;
    padding-bottom:20px;
    border-bottom:2px solid #f1f1f1;
}

.iwohd-header img{
    max-width:120px;
    margin-bottom:15px;
}

.iwohd-header h1{
    margin:0;
    color:#2271b1;
    font-size:30px;
    font-weight:700;
}

.iwohd-header h2{
    margin-top:10px;
    color:#555;
    font-size:20px;
}

.iwohd-form-wrapper h3{
    background:#2271b1;
    color:#fff;
    padding:12px 15px;
    border-radius:6px;
    margin-top:30px;
    margin-bottom:20px;
}

.iwohd-form-wrapper p{
    margin-bottom:18px;
}

.iwohd-form-wrapper label{
    display:block;
    font-weight:600;
    margin-bottom:6px;
    color:#333;
}

.iwohd-form-wrapper input[type="text"],
.iwohd-form-wrapper input[type="email"],
.iwohd-form-wrapper input[type="file"],
.iwohd-form-wrapper select,
.iwohd-form-wrapper textarea{
    width:100%;
    padding:12px;
    border:1px solid #dcdcde;
    border-radius:6px;
    font-size:14px;
    box-sizing:border-box;
}

.iwohd-form-wrapper textarea{
    min-height:120px;
}

.iwohd-form-wrapper input:focus,
.iwohd-form-wrapper select:focus,
.iwohd-form-wrapper textarea:focus{
    border-color:#2271b1;
    outline:none;
    box-shadow:0 0 0 1px #2271b1;
}

.iwohd-form-wrapper input[type="submit"]{
    background:#2271b1;
    color:#fff;
    border:none;
    padding:14px 35px;
    font-size:16px;
    font-weight:600;
    border-radius:6px;
    cursor:pointer;
}

.iwohd-form-wrapper input[type="submit"]:hover{
    background:#135e96;
}

.iwohd-success{
    background:#d4edda;
    border:1px solid #c3e6cb;
    color:#155724;
    padding:15px;
    margin-bottom:20px;
    border-radius:6px;
}

.iwohd-closed{
    text-align:center;
    padding:40px;
    background:#fff3cd;
    border:1px solid #ffeeba;
    border-radius:8px;
}

@media(max-width:768px){

    .iwohd-form-wrapper{
        padding:20px;
    }

    .iwohd-header h1{
        font-size:24px;
    }

    .iwohd-header h2{
        font-size:18px;
    }
}