.ast-footer-row-tablet-stack{
	background-color: #2155CD !important;
}
.customize-partial-edit-shortcut-widget-block-14{
	color: white
		!important;
}

.form-label {
	margin: 0 10% 0 0 !important;
	text-align: center !important;
	width: 180% !important; 
}

.link-color a{
	color: #2155CD;
	font-weight: 600;
}

.link-color a:hover{
	color: #0AA1DD;
	
}
	
}
.submit-btn {
	margin: 12 0 0 0;
}

.format-btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
	border: solid #ffffff 2px;
  font-family: 'Inter', sans-serif;
	font-weight: 600;
  color: #2155CD;
  font-size: 20px;
  background: #ffffff;
	text-align: center;
	width: 100% !important;
  text-decoration: none;
}

.format-btn:hover {
  background: #2155cd;
	border: solid #ffffff 2px;
	color: #ffffff;
/* 	font-family: 'Inter', sans-serif; */
	font-weight: bold;
  text-decoration: none;
}

.subscribe-btn {
	margin: 0 0 0 40%;
	padding: 10px 20px 10px 20px;
}

@media screen and (max-width: 700px) {
	.submit-btn {
		padding: 10px 20px 10px 20px;
		width: 70%
	}
}

/* New button styles */
.wpforms-form input[type=submit], 
.wpforms-form button[type=submit] {
    padding: 5px !important; /* Increase distance between text and border */
    ; /* Make the button full-width */
    font-size: 1em !important; /* Increase text size */
    background-color: #007C89 !important; /* Red background */
    color: #fff !important; /* White text */
    border: 8px double #ffff !important; /* Dark red, double-line border */
}
 
/* New button hover styles */
.wpforms-form input[type=submit]:hover, 
.wpforms-form input[type=submit]:active, 
.wpforms-form button[type=submit]:hover, 
.wpforms-form button[type=submit]:active, 
.wpforms-form .wpforms-page-button:hover, 
.wpforms-form .wpforms-page-button:active {
    background-color: #F06226 !important; /* Dark red background */
    border: 8px double #ffffff !important; /* Red, double-line border */
}
 
/* New button focus styles */
.wpforms-form input[type=submit]:focus,
.wpforms-form button[type=submit]:focus,
.wpforms-form .wpforms-page-button:focus {
    background-color: red !important; /* Dark red background */
    border: 8px double #860b0b !important; /* Red, double-line border */
}