/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://example.com
Description: Child theme using Frontline homepage design
Author: Your Name
Template: twentytwentyfive
Version: 1.0.0
*/
form .btn{
  	background: var(--red);
    padding-left: 2rem;
    padding-right: 2rem;
    color: var(--white);
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding: 1rem 1.5rem;
    border-radius: .3rem;
    font-family: "Nunito Sans", sans-serif;
    border: 1px solid var(--red);
    height: 3.8rem;
    position: relative;
    transition: all .3s;
    width: 12rem;
}
.CreateSeoDescription{
 	width:100%; 
}
.footer-link {
    color: #b7080d !important;
}
.footer-link:hover {
    color: #90060a !important; /* darker shade on hover */
}body.admin-bar, body.admin-bar .main-header-bar{
	margin-top:32px;
}
