/**** Brevduvan  ****/
.brevduvan {display: flex; justify-content: flex-start;}
.brevduvan #custom-email-form {border-radius: var(--wp--preset--border-radius--mini); display: block; width: 50%; padding: var(--wp--preset--spacing--2);}
.brevduvan label {background:unset!important;}
.brevduvan #subject {margin-bottom: 12px!important;}
.brevduvan #subject, .brevduvan #content {width: 98%!important;}
.brevduvan #content {height: 160px!important;}
.brevduvan input[type="checkbox"] {margin: 6px 0!important;}
.brevduvan .wp-element-button {margin-top: var(--wp--preset--spacing--1vh);}
.brevduvan .wp-block-cover__inner-container {display: flex; align-items: center; flex-direction: row;}
.brevduvan .message {text-align: center; width: 35%;}





/*---------- * * * * RESPONSIVITET * * * * ----------*/
@media screen and (max-width: 800px){
.brevduvan #custom-email-form {width: 70%;}
}


@media screen and (max-width: 650px){
.brevduvan #custom-email-form {width: 95%;}
.brevduvan .wp-block-cover__inner-container {flex-direction: column;}
.brevduvan .wp-block-cover__inner-container .message {margin: 10px 0; width: 60%;}
}



