.daz-property-inner {
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.property-image {
    position: relative;
}

.page-title {
    font-size: 28px;
    margin-bottom: 30px;
}

.fav-property-title {
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
    color: white; 
    background: #34b0d9;
    width: inherit;
    padding: 10px;
}

.property-title a {
    color: white;
    text-decoration: none;
}

.property-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
    background-color: #858586;
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
}

.property-info-item {
    margin-right: 10px;
    font-size: 14px;
}

.fav-property-type {
    padding: 5px;
    background-color: #eaeaea;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 10px;
    display: inline-block;
    border-radius: 4px;
}

.property-content {
    padding: 10px;
}

.property-excerpt {
    padding: 10px;
    font-size: 14px;
}

div.property-details i.favorite-button.fa-star-o { /*  This CSS is for the single-property.php page template */
  display: inline-block;
  float: right;
  font-family: FontAwesome;
  /* background: transparent; */
}

div.property-details button.favorite-button  {
	float: right;
	margin-right: 0px;
	margin-top: 0px;
    /* background: transparent; */
}


h3.property-title i.favorite-button.fa-star-o { /*  This CSS is for the template-property.php page template */
  /* position: fixed; */
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  font-family: FontAwesome;
  /* background: transparent; */
}

.property-title .daz-favorite-star {
	top: 15px;
	right: 15px;
}

/* i.favorite-button  {
  padding: 8px 12px;
  border: none;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
*/

i.favorite-button {
    position: absolute;
    top: 4px;
    right: 6px;
    font-family: FontAwesome;
    font-size: 20px;
    cursor: pointer;
    z-index: 3;
}

button.favourite  {
	  /* background-color: #00FF00; */
	  /* color: #00FF00;  */
}

div.favourite-button-text  {
	/* display: inline; */
	display: none;
	margin-right: 25px;
}

/*
.favorite-button:before {
    content: '';
    color: #fff;
}
*/

/*
.footer-favorite-button {
    content: '';
    background: transparent;
    color: #34b0d9;
    font-size: 25px;
    padding: 0;
    margin: 0px;
}
*/


/* CSS for hiding the "button-text" on small screens */
@media (max-width: 768px) {
    .favorite-button .favourite-button-text {
        display: none;
    }
	.favorite-button-container  {
		display: none;
	}
}
