/*
Theme Name: MYDIY.site Raffle child
Template: Impreza
Version: 1.0
Author:	GETFOUND
Theme URI: https://competition.demo.getfoundni.co.uk/
Author URI: https://competition.demo.getfoundni.co.uk/
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt 
Text Domain: diyraffle
*/

/*Add your own styles here:*/

.inline-section{
   display: flex;
   justify-content: space-between;
   align-items: center;
}
form.search-form {
   display: flex;
   gap: 10px;
}
.inline-section h1 {
    margin-bottom: 0px;
}
.customer-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.customer-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 5px;
    max-width: 400px;
    width: 90%;
}

.customer-popup input {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
}

.customer-popup button {
    width: 100%;
    padding: 10px;
    background: #333;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
span.close-popup {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 30px;
cursor: pointer;
}
.header_hor .l-subheader-cell.at_right .w-html.ush_html_2 {
     margin-left: 0px;
}
.wpfda-error span i {
    font-style: normal;
}
@media screen and (max-width: 768px) {
  .inline-section  {
    	display: block;
  }
  form.search-form{ margin-top: 10px;  }
}
