/*
Theme Name: bolshakova
Version: 2023.02.12
Description:  Blank WordPress Theme.
Author: Petro Senyo
Author URI: None

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.phone-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}
.country-code {
  height: 48px;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0 8px;
  font-size: 16px;
  background: #fff;
  cursor: pointer;
  min-width: 130px; 
  margin-top: 50px;
}

.phone-wrapper input {
	margin-top: 30px;
}
