/*
Theme Name: Find Your Apartments
Theme URI: https://criterionb.com/
Author: Team CriterionB
Author URI: https://criterionb.com/ 
Version: 0.1
Tags: community
License: GNU General Public License v2 or later
*/


img.fya-logo {
    max-height: 70px;
    max-width: 250px;
    display: block;
}
.navbar-light .navbar-brand {
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.property-item img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.header-carousel.community-page-carousel .owl-nav {
    top: auto;
    bottom: 0;
    width: calc(100% + 50px);
    transform: none;
    flex-flow: wrap;
    justify-content: center;
}
.header-carousel.community-page-carousel .owl-nav .owl-prev, .header-carousel.community-page-carousel .owl-nav .owl-next {
    margin-left: 5px;
    margin-right: 5px;
}
.header-carousel.community-page-carousel .owl-item img {
    height: 33vw;
    object-fit: cover;
    max-height: 560px;
}

/* Minimal custom styles to match the visual */
.floorplan-card {
  border-radius: 12px;
}

.fp-thumb {
  width: 64px;
  height: 90px;
  border-radius: 8px;
  background: #eef2f7;          /* light gray like the screenshot */
  display: grid;
  place-items: center;
  
}

.fp-thumb-svg {
  width: 36px;
  height: 36px;
  color: #b7c1d1;                /* muted icon color */
}

.fp-sqft {
  color: #d72c27;                /* red line for sqft */
  font-size: 0.875rem;
  font-weight: 600;
}

.fp-thumb img.flp-img {
    width: 100%;
    height: auto;
}

.listing-min-rent, .listing-contact-phone {
    font-size: 18px;
}

.listing-min-rent span {
    font-weight: 700;
    font-size: 27px;
    vertical-align: middle;
}

/* Optional: tighter card padding on small screens */
@media (max-width: 576px) {
  .floorplan-card .card-body { padding: .75rem .75rem; }
}