/*
Theme Name: Battle of the Throne
Theme URI: https://yourwebsite.com/
Author: Your Name
Author URI: https://yourwebsite.com/
Description: A powerful custom WordPress theme boilerplate.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: battle-of-the-throne
Tags: custom-theme, responsive, minimal
*/

.ml-form-embedContent{
	display:none !important;
}
#mlb2-29178659.ml-form-embedContainer .ml-form-embedWrapper{
	background:transparent !important;
}

.ml-block-form{
	display: flex;
    gap: 15px;
    width: 100%;
    max-width: 450px;
    justify-content: center;
    position: relative;
}

#mlb2-29178659.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input{
	width : 100% !important;
	max-width:450px !important;
}

#mlb2-29178659.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit{
	position: absolute;
    width: 150px !important;
    right: 0;
    top: 1px;
}
.ml-form-formContent{
	width: 450px !important;
}
.ml-form-embedSubmit submit{
	background-color: #e50000 !important;
}

@media (max-width: 768px) {
	.ml-embedded{
		width:100%;
	}
	.ml-block-form {
		flex-direction: column; /* Stack items vertically */
		align-items: stretch;
		gap: 10px;
	}

	#mlb2-29178659.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
		max-width: 100% !important;
	}

	#mlb2-29178659.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
		position: static; /* Remove absolute positioning */
		width: 100% !important;
	}

	.ml-form-formContent {
		width: 100% !important;
	}
}
