/* ====================================
   GANBOLSA SOFT UI THEME
==================================== */

:root{

    --coffee:#4A3428;
    --orange:#ffc312;
    --blue:#0866ff;
    --green:#008e06;
    --white:#ffffff;

    --bg:#FCFAF7;
    --card:#FFFFFF;
    --card-padding:4px 12px 2px 12px;

    --text:#2B2B2B;
    --muted:#7A726C;

    --border:1px solid #E7E1D8;

    --radius:0px;

    --shadow:
    0 2px 12px rgba(0,0,0,.05);

}

/* ====================================
   RESET
==================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family: "Google Sans Flex", sans-serif;

    background:var(--bg);

    color:var(--text);

    padding-bottom:70px;

}
/* ====================================
   CONTAINER
==================================== */
*{

    -webkit-tap-highlight-color: rgba(0,0,0,.02);

}

.container{

    width:100%;

  padding: 0px;

}

/* ====================================
   HEADER
==================================== */

.site-header{

    position:relative;

    overflow:hidden;

    padding:12px 16px 10px;

}

/* ====================================
   CARD
==================================== */

.card{

    background:var(--card);

    border-radius:var(--radius);

    box-shadow:var(--shadow);

}



/* ====================================
   ROOM / HOUSE SWITCH
==================================== */
.switch-group{

    display:flex;

    gap:0px;

    width:100%;

    margin-bottom:0px;
}

.switch-group .switch-btn{

    flex:1;

    width:50%;

    height:40px;

    border-radius:0px;

    font-size:17px;

    font-weight:700;

    cursor:pointer;
}
.rental-switch{

    display:flex;

    gap:0px;

    margin-bottom:0px;

}

.switch-btn{

    flex:1;

    cursor:pointer;

    padding:4px;

    border-radius:0px;

    font-size:18px;

    font-weight:700;

}

.switch-btn.active{

    background:var(--green);

    color:white;

}


/* ====================================
   INPUT
==================================== */

.select-box-color{

    width:100%;

    outline:none;

    padding:12px 18px;

    font-size:18px;

    background:var(--gray);

    margin-bottom:0px;

}

.select-box{

    width:100%;

    outline:none;

    padding:12px 18px;

    font-size:18px;

    background:var(--white);

    margin-bottom:16px;

}



/* ====================================
   QUICK MENU
==================================== */

.quick-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:14px;

    margin-bottom:24px;

}

.quick-item{

    background:white;

    border-radius:var(--radius);

    box-shadow:var(--shadow);

    text-align:center;

    padding:24px 12px;

}

.quick-item .icon{

    font-size:34px;

    margin-bottom:10px;

}

.quick-item {
color: #307efb;
    font-size:15px;
	text-decoration: none;

}

/* ====================================
   LISTING CARD
==================================== */

.listing-box{

    background:white;

    border-radius:var(--radius);
    border:var(--border);

    overflow:hidden;
    margin-bottom:10px;

    padding: 0px;
}

.listing-card{

    background:white;

    border-radius:var(--radius);

    overflow:hidden;
    margin-bottom:20px;

    padding: 12px;
}
.listing-image{

    width:100%;

    height:220px;

    object-fit:cover;

}

.listing-body{

    line-height: 1.6;
    color: #181818;
    font-size: 16px;
    padding:2px 0px;

}



.listing-desc{

    line-height: 1.6;
    color: #181818;
    font-size: 16px;
}
.listing-room {
  font-weight: 700;
  color:#c80606;
    font-size: 18px;
}
/* ====================================
   LISTING ACTIONS
==================================== */

.listing-actions{

    display:flex;

    justify-content:space-between;

    
    padding: 12px 0px 0px 0px;
    border-top:1px solid #f1f1f1;

}

.listing-actions button{


    background:none;

    cursor:pointer;

    font-size:16px;

    font-weight:700;
color: #777;
}

.listing-new-today{
    background:#2fff4d0a;
}
.listing-legend{
    display:flex;
    align-items:center;
    gap:7px;
    font-size:14px;
    font-weight:600;
    color:#555;
    margin:6px 14px 14px;
}

.legend-box{
    width:14px;
    height:14px;
    border-radius:2px;
    background:#2fff4d0a;    border:1px solid rgba(0,180,90,0.18);
}
.listing-meta{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:0px;
}

.listing-city{
    font-size:16px;
    font-weight:700;
    color:#007b7b;
}

.listing-time{
    font-size:13px;
    color:#888;
    white-space:nowrap;
}
/* ====================================
   BLOG CARD
==================================== */

.blog-card{

    background:white;

    border-radius:var(--radius);

    overflow:hidden;

    box-shadow:var(--shadow);

    margin-bottom:20px;

}

.blog-card img{

    width:100%;

    height:200px;

    object-fit:cover;

}

.blog-content{

    padding:18px;

}



.success-box{

    background:#e8fff0;
    color:#0b7a2a;

    padding:15px;

    border-radius:0px;

    margin-bottom:15px;
    border: solid 1px #054517;
}

.error-box{

    background:#fff1f1;
    color:#d62828;
    border: solid 1px #6e0707;

    padding:15px;

    border-radius:0px;

    margin-bottom:15px;
}

textarea.select-box{

    resize:none;
}
/* ====================================
   LISTING DETAIL
==================================== */
.listing-text{

  padding:2px 0px;
	    color: #444;
}
.listing-gallery{

    margin-bottom:20px;

}

.gallery-image{

    width:100%;

    border-radius:12px;

    margin-bottom:12px;

    box-shadow:var(--shadow);

}

.listing-detail-card{

    margin-bottom:6px;

}

.listing-detail-body{

    padding:12px 12px;
  
	    color: #005df4;
    font-size: 18px;

}

.listing-city{

    margin-top:0px;
    font-size: 18px;

}

.listing-meta{


    margin-top:0px;
  
	    color: #3666b2;
    font-size: 18px;

}
.listing-date{

    color:var(--muted);

    margin-top:2px;

}

.description-card{

    margin-bottom:20px;

    padding:12px 12px;

}

.description-card h3{

    margin-bottom:15px;

}

.description-content{

    line-height:1.8;
	    color: #181818;
    font-size: 20px;

}
.view-detail{

    
    color: var(--darkblue) !important;
}
    font-size: 16px;

}
.action-card{

    padding:12px 0px;

    margin-bottom:10px;

}

.action-btn{

    width:100%;

    height:42px;

    border:none;

    border-radius:50px;

    margin-bottom:2px;

    font-size:16px;

    font-weight:500;

    cursor:pointer;

}
.action-card{

    display:flex;

    gap:10px;

    justify-content:space-between;

    align-items:center;
}

.action-btn{

    flex:1;

    text-align:center;

    padding:8px 0px 0px;

    border-radius:50px;

    text-decoration:none;
font-size:14px;
    font-weight:500;
    color: #0866ff;
}
.save-btn{

    

    text-decoration:none;
font-size:14px;
    font-weight:500;
    color: #0866ff;

}

.share-btn{

    

    text-decoration:none;
font-size:14px;
    font-weight:500;
    color: #0866ff;

}

.report-btn{

    

    text-decoration:none;
font-size:14px;
    font-weight:500;
    color: #4f8bec;

}

.blog-grid{

    display:grid;

    grid-template-columns:
    repeat(auto-fill,minmax(320px,1fr));

    gap:20px;
}

.blog-card{

    background:white;

    border-radius:var(--radius);

    overflow:hidden;

    text-decoration:none;

    color:#222;

    box-shadow:
    0 10px 25px rgba(0,0,0,.08);

    transition:.2s;
}

.blog-card:hover{

    transform:
    translateY(-3px);
}

.blog-card img{

    width:100%;

    height:220px;

    object-fit:cover;
}

.blog-content{

    padding:18px;
}

.blog-category{

    color:#FF6A00;

    font-size:13px;

    font-weight:700;

    margin-bottom:8px;
}

.blog-content h3{

    margin-bottom:10px;
}

.blog-content p{

    color:#666;

    line-height:1.6;
}

.share-modal{

    position:fixed;

    inset:0;

    display:none;

    z-index:9999;
}

.share-modal.active{

    display:block;
}

.share-overlay{

    position:absolute;

    inset:0;

    background:
    rgba(0,0,0,.5);
}

.share-sheet{

    position:absolute;

    left:0;

    right:0;

    bottom:0;

    background:white;

    border-radius:
    30px 30px 0 0;

    padding:25px;

    box-shadow:
    0 -10px 30px rgba(0,0,0,.15);
}

.share-sheet h3{

    margin-bottom:15px;
}

.share-sheet a{

    display:block;

    padding:15px;

    text-decoration:none;

    color:#222;

    border-bottom:
    1px solid #eee;
}

.action-link{

    text-decoration:none;

    color:#0866ff;

    font-weight:500;

    font-size:14px;

    cursor:pointer;
}

.action-link:hover{

    color:#264e8f;
}

.report-link{

    color:#4f8bec;
}
.listing-thumb{

    width:100%;

    height:220px;

    display:block;

    object-fit:cover;

    border-radius:16px;

    overflow:hidden;
}
.listing-card{

    overflow:hidden;
}
.listing-thumbs{

    width:100%;
  height: 100%;

    aspect-ratio:16/9;

    object-fit:cover;

    display:block;

    border-radius:16px;

    margin-bottom:12px;
}

.marketplace-stats{

    text-align:center;
    margin-bottom:12px;
padding: 12px 0px;
    color:#555;

    font-size:15px;

    line-height:1.6;
    font-weight:600;
    background:#fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .06);
    border: 1px solid #edeff1;
}


.photo-count{

    display:flex;

    align-items:center;

    gap:6px;

    font-size:16px;

    color:#555;

    font-weight:500;

    line-height:1;

    margin:0px 0;

}

.photo-count.has-photo svg{

    color:#2b2b2b;

}

.photo-count.no-photo svg{

    color:#B0B0B0;

}
.photo-count svg{

    width:18px;

    height:18px;

    flex-shrink:0;

    vertical-align:middle;

}
.photo-count{

    position:relative;

}

.photo-count span{

    position:relative;

    top:-1px;

}




.photo-count{

    display:flex;

    align-items:center;

    gap:5px;

    font-size:15px;

    color:#444;

    white-space:nowrap;

}
.share-message{
    text-align:center;
    font-size:14px;
    line-height:1.6;
    color:#666;
    padding:0;
    margin:0;
}

.share-message strong{
    color:#0d6efd;
    font-weight:700;
}