/**
 * Theme Name:     CompareAirportParkings
 * Author:         #
 * Template:       twentytwentyfour
 * Text Domain:	   compareairportparkings
 * Description:    Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
 * Theme URI:      #
 * Author URI:     #
 * Version:        1.0.0
 */
/* .is-style-pill a, .is-style-pill span:not([class], [data-rich-text-placeholder]) {
    border: 1px solid #6b3084;
	padding: 0.1em 0.4em !important;
    border-radius: 5px !important;
} */
/* .is-style-pill a:hover{
	background-color:#6b3084 !important;
	color:#ffffff !important;
} */

.airport-parking-form-container {
  background: #fbbd08;
  padding: 25px 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  font-family: 'Inter', sans-serif;
  max-width: 360px;
  margin: 0 auto;
}

.airport-parking-form .form-title {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.airport-parking-form label {
	font-size:13px;
  font-weight: 800;
  display: block;
  margin-top: 10px;
  color: #333;
}

.airport-parking-form select,
.airport-parking-form input[type="date"],
.airport-parking-form input[type="text"] {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: none;
  outline: none;
  margin-top: 6px;
  margin-bottom: 0px;
  font-size: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.airport-parking-form .book-btn {
  width: 100%;
  background-color: #682d82;
  color: #fff;
  border: none;
  padding: 12px 0;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.airport-parking-form .book-btn:hover {
  background-color: #4a148c;
}

form.airport-parking-form .form-group {
    display: flex;
    flex-wrap: wrap;
}

form.airport-parking-form .form-group .book-btn {
    margin-top: 20px;
}

.wp-block-post-title{
	border-radius:15px
}

    

