:root {
  /* Champagne gold — use only for carousel active dot + amenity bullets */
  --condobayan-champagne: #c9a44a;
}

body{
  background: #f3f6f9;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  /*font-family: 'Courier New', Courier, monospace;*/
  /*font-family: Arial, Helvetica, sans-serif;*/
  /*background-color: #eff5fd;*/
  font-size: 0.875em;  
  width:100%;
  padding-left: 0px;
  margin: 0 auto;
  margin-top: 0%;
  padding-top: 0%;
  max-width: 480px;
}

/* * * * * *  S E A R C H    B A R      */
.searchbar{  
  background-color: lightsteelblue;
  width:100%;
  height:46px;  
}
.searchbar input[type=text] {
  float: left;
  padding: 7px;
  width: 50%;
  margin-top: 8px;
  margin-left: 10px;
  border: 1px solid lightgray;
  font-size: 0.875em;  
}
.searchbar p{
  float: right;  
  font-size: 0.875em; 
  margin-top: 14px;
  
  margin-right: 10px; 
}
/* * * * * *   S T A T U S   B A R      */
.statusbar{
  display: flex; 
  height:35px;
  margin: 0px;
}
.statusbar div{  
  margin: 0px;
  background-color: #eff4fd;
  padding-left: 10px; 
  padding-top: 4px;  
  height: 100%;
  width: 100%;
  text-align: left;
  border: 1px solid lightgray;  
}
.statusbar div p{
  text-align: center;
  margin:0;
  padding-top:0px;
  font-size: 0.775em;  
  
}
/*     M E N U    B A R      */
.menubar{ 
  display: flex; 
  height:25px; 
  margin: 0px;
  margin-bottom: 7px;
}
.menubar div{  
    margin: 0px;        
    background-color: #f9fafb;
    padding-left: 10px; 
    font-size: 0.875em;
    height: 100%;
    width: 100%;
    padding-top: 8px;
    text-align: center;    
    border: 1px solid lightgray;  
  }
  .menubar img{            
      vertical-align: text-bottom;
    }  

/*     P A G E    F O O T E R      */
  .ftr{
    position: fixed;
    left: 0;
    bottom: -4px;
    width: 100%;
    background-color: white;
    display: flex; 
    height:36px;
    margin: 0px;
    z-index: 100;
  }  
  .ftr div{  
    margin: 0px;
    background-color: white;
    height: 100%;
    width: 100%;
    text-align: center;
    border: 1px solid lightgray;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
  }

/*     C O N T E N T     */
.content{
    background-color: white;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 
        0 2px 6px rgba(0,0,0,0.06),
        0 10px 24px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.content:hover {
    transform: translateY(-2px);
    box-shadow: 
        0 4px 8px rgba(0,0,0,0.08),
        0 12px 28px rgba(0,0,0,0.12);
}

/* .content div{ */
  /*  border: 1px solid black; */
/* } */
  
.blank {
  grid-area: tom;  
  background-color: #eff5fd;
  width: 100%;
  height: 100%;   
}



.top_img {
    position: relative;
    width: 100%;
    height: 270px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 0;
}

/* Property Info Section - Vertical Rhythm Design */
.property-info {
    padding: 0;
    position: relative;
}

/* Agent Avatar on Card */
.agent-avatar-card {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 12px;
    overflow: hidden;
    border: 2px solid white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    z-index: 5;
}

.agent-avatar-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 1. Title Group - 8px from image */
.title-group {
    padding: 8px 12px 0 12px;
}

.property-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0;
    line-height: 1.3;
}

.property-address {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Dashboard: city/district on one row, building + tower on the next */
.property-location {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 2px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.property-building-line {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    margin-top: 2px;
    margin-bottom: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Between title/building block and price stats (div, not hr — avoids UA hr margins) */
.property-info-meta-divider {
    display: block;
    margin-top: 6px;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 12px;
    padding: 0;
    border: 0;
    /* 1px background reads more reliably on Android than border-top on height:0 */
    height: 1px;
    background: #eceef2;
    line-height: 0;
    font-size: 0;
}

/* 2. Price Group - Table Layout */
.price-group {
    padding: 6px 12px 0 12px;
    margin-top: 0;
}

.price-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
}

.price-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.price-label {
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.price-value {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.price-item:first-child .price-value {
    font-weight: 600;
}

/* 3. Fee Group - 8px from price group - Table Layout */
.fee-group {
    padding: 8px 12px 0 12px;
}

.fee-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
}

.fee-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.fee-label {
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.fee-value {
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

/* 4. Amenities Group - 16px from fee group */
.amenities-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-top: 16px;
    margin-bottom: 12px;
    background: #f4f7fa;
    border-top: 1px solid #e5e9ef;
    padding: 10px 12px;
}

.amenities-group::-webkit-scrollbar {
    display: none;
}

.amenity-item {
    font-size: 13px;
    color: #2c2f33;
    white-space: nowrap;
}

.amenity-item::first-letter {
    color: var(--condobayan-champagne);
}

.divider {
    color: #cbd5e1;
    font-size: 11px;
    margin: 0 2px;
}