/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com
Description: A child theme for Hello Elementor
Author: Ahmad
Author URI: https://exploreahmad.com
Template: hello-elementor
Version: 1.0.0
*/

/********** Template CSS **********/

/**
* Property card + Property Archive Styles
*/

.property-card {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
  text-align: center;
}

.property-featured-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.property-card h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.property-card p {
  margin: 5px 0;
}

.property-card .btn {
  display: inline-block;
  padding: 10px 15px;
  background-color: #0073aa;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
}
