.hs-gated-wrapper { 
    background: #ededed;
}
.hs-gated-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    position: relative;
    background-color: #000; 
    color: #fff; 
    padding: 15px 20px;
    text-align: center;
    font-family: sans-serif;
}

.hs-gated-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

    
.hs-gated-form div.input{
        margin-right: unset !important;
}
.hs-gated-form, .hs-gated-content{
        padding: 10px 20px;
}
.hs-gated-form form{
    margin-bottom: unset;
}
 .hs-gated-form input, .hs-gated-form select{ 
    min-height: 50px !important;
} 
.hs-gated-form .actions{
    margin-bottom: unset !important;
}
.hs-gated-form .actions input{
max-width: 150px;
    width: 100%;
    min-height: 35px !important;
}
input.hs-input{
        box-shadow: unset !important;
        margin-bottom: 5px !important;
}
@media (max-width: 480px){
    .hs-gated-title {
        font-size: 22px;
    }
}