/* SA Property Platform - Main Stylesheet */
:root{--primary:#2563eb;--primary-dark:#1e40af;--secondary:#10b981;--accent:#f59e0b;--text-dark:#1f2937;--text-med:#6b7280;--text-light:#9ca3af;--bg-light:#f9fafb;--bg-white:#fff;--border:#e5e7eb;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1)}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:Poppins,sans-serif;color:var(--text-dark);line-height:1.6;background:var(--bg-light)}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit;transition:all .3s ease}
.navbar{background:var(--bg-white);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:1000;padding:1rem 0}
.nav-wrapper{display:flex;justify-content:space-between;align-items:center;gap:2rem}
.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:var(--primary)}
.logo i{font-size:1.8rem}
.nav-links{display:flex;align-items:center;gap:2rem;flex:1;justify-content:center}
.nav-links a{font-weight:500;position:relative;padding:.5rem 0}
.nav-links a.active,.nav-links a:hover{color:var(--primary)}
.nav-links a.active::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--primary)}
.nav-icons{display:flex;align-items:center;gap:1rem}
.icon-btn{position:relative;background:0 0;border:none;font-size:1.3rem;cursor:pointer;color:var(--text-dark);padding:.5rem;transition:all .3s ease}
.icon-btn:hover{color:var(--primary)}
.badge{position:absolute;top:0;right:0;background:var(--accent);color:#fff;font-size:.7rem;padding:.15rem .4rem;border-radius:10px;font-weight:600}
.mobile-toggle{display:none;background:0 0;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem}
.btn-primary,.btn-secondary,.btn-outline,.btn-text{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;font-size:1rem;display:inline-block;text-align:center}
.btn-primary{background:var(--primary);color:#fff}
.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}
.btn-secondary{background:var(--bg-light);color:var(--text-dark);border:2px solid var(--border)}
.btn-secondary:hover{background:var(--bg-white);border-color:var(--primary);color:var(--primary)}
.btn-outline{background:0 0;color:#fff;border:2px solid #fff}
.btn-outline:hover{background:#fff;color:var(--primary)}
.btn-text{background:0 0;color:var(--primary);padding:.5rem}
.btn-block{width:100%}
.btn-search{background:var(--primary);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;font-size:1rem}
.btn-search:hover{background:var(--primary-dark)}
.btn-whatsapp{background:#25d366!important}
.btn-whatsapp:hover{background:#1da851!important}
.hero{position:relative;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:8rem 0 6rem;color:#fff;overflow:hidden}
.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="1" fill="white" fill-opacity="0.1"/></svg>');opacity:.3}
.hero-content{position:relative;z-index:1;text-align:center;max-width:900px;margin:0 auto}
.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}
.hero-subtitle{font-size:1.25rem;margin-bottom:3rem;opacity:.95}
.quick-search{background:#fff;border-radius:12px;padding:2rem;box-shadow:var(--shadow-xl);color:var(--text-dark)}
.search-tabs{display:flex;gap:1rem;margin-bottom:1.5rem}
.tab-btn{flex:1;padding:.75rem;border:2px solid var(--border);background:#fff;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}
.tab-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}
.search-form{display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:1rem;align-items:center}
.form-group{position:relative;display:flex;align-items:center}
.form-group i{position:absolute;left:1rem;color:var(--text-med);z-index:1}
.form-group input,.form-group select{width:100%;padding:.9rem 1rem .9rem 2.8rem;border:2px solid var(--border);border-radius:8px;font-size:1rem;transition:all .3s ease;font-family:inherit}
.form-group input:focus,.form-group select:focus{outline:0;border-color:var(--primary)}
.stats-section{background:#fff;padding:3rem 0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
.stat-card{text-align:center;padding:2rem;border-radius:12px;transition:all .3s ease}
.stat-card:hover{transform:translateY(-5px)}
.stat-card i{font-size:3rem;color:var(--primary);margin-bottom:1rem}
.stat-number{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}
.stat-card p{color:var(--text-med);font-size:1.1rem}
.featured-section{padding:4rem 0}
.section-header{text-align:center;margin-bottom:3rem}
.section-header h2{font-size:2.5rem;margin-bottom:.5rem;color:var(--text-dark)}
.section-header p{color:var(--text-med);font-size:1.1rem}
.properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}
.property-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md);transition:all .3s ease;position:relative}
.property-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}
.property-image{position:relative;height:250px;overflow:hidden;background:var(--bg-light)}
.property-image img{width:100%;height:100%;object-fit:cover;transition:all .3s ease}
.property-card:hover .property-image img{transform:scale(1.1)}
.property-badge{position:absolute;top:1rem;left:1rem;background:var(--primary);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;z-index:2}
.property-badge.featured{background:var(--accent)}
.property-badge.sale{background:var(--secondary)}
.property-actions{position:absolute;top:1rem;right:1rem;display:flex;gap:.5rem;z-index:2}
.action-btn{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.9);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}
.action-btn:hover{background:#fff;transform:scale(1.1)}
.action-btn.active{color:var(--accent)}
.property-content{padding:1.5rem}
.property-price{font-size:1.75rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}
.property-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--text-dark);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.property-location{color:var(--text-med);font-size:.95rem;margin-bottom:1rem;display:flex;align-items:center;gap:.3rem}
.property-features{display:flex;gap:1.5rem;padding-top:1rem;border-top:1px solid var(--border)}
.feature-item{display:flex;align-items:center;gap:.4rem;color:var(--text-med);font-size:.95rem}
.feature-item i{color:var(--primary)}
.text-center{text-align:center}
.features-section{padding:4rem 0;background:#fff}
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.feature-card{text-align:center;padding:2rem;border-radius:12px;transition:all .3s ease;border:2px solid transparent}
.feature-card:hover{border-color:var(--primary);transform:translateY(-5px)}
.feature-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--primary),#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem}
.feature-card h3{font-size:1.3rem;margin-bottom:.75rem;color:var(--text-dark)}
.feature-card p{color:var(--text-med);line-height:1.6}
.cta-section{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:5rem 0;color:#fff;text-align:center}
.cta-content h2{font-size:2.5rem;margin-bottom:1rem}
.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}
.cta-buttons{display:flex;gap:1rem;justify-content:center}
.contact-section{padding:4rem 0}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.contact-info h2{font-size:2.5rem;margin-bottom:1rem}
.contact-info>p{color:var(--text-med);font-size:1.1rem;margin-bottom:2rem}
.contact-items{display:flex;flex-direction:column;gap:1.5rem}
.contact-item{display:flex;gap:1rem;align-items:start}
.contact-item i{font-size:1.5rem;color:var(--primary);margin-top:.25rem}
.contact-item h4{font-size:1.1rem;margin-bottom:.25rem}
.contact-item p{color:var(--text-med)}
.contact-form-wrapper{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow-md)}
.contact-form h3{font-size:1.5rem;margin-bottom:1.5rem}
.form-row{margin-bottom:1.25rem}
.form-row input,.form-row textarea{width:100%;padding:.9rem 1rem;border:2px solid var(--border);border-radius:8px;font-size:1rem;transition:all .3s ease;font-family:inherit}
.form-row input:focus,.form-row textarea:focus{outline:0;border-color:var(--primary)}
.form-row textarea{resize:vertical}
.footer{background:var(--text-dark);color:#fff;padding:3rem 0 1rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}
.footer-col h4{margin-bottom:1rem;font-size:1.2rem}
.footer-col p{color:var(--text-light);line-height:1.8;margin-bottom:1rem}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:.5rem}
.footer-col ul li a{color:var(--text-light)}
.footer-col ul li a:hover{color:#fff}
.social-links{display:flex;gap:1rem;margin-top:1rem}
.social-links a{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;transition:all .3s ease}
.social-links a:hover{background:var(--primary);transform:translateY(-3px)}
.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;color:var(--text-light)}
.footer-links{display:flex;gap:2rem}
.footer-links a:hover{color:#fff}
.whatsapp-float{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;box-shadow:var(--shadow-lg);z-index:999;transition:all .3s ease}
.whatsapp-float:hover{transform:scale(1.1);box-shadow:var(--shadow-xl)}
.scroll-top{position:fixed;bottom:2rem;left:2rem;width:50px;height:50px;background:var(--primary);border:none;border-radius:50%;color:#fff;font-size:1.2rem;cursor:pointer;display:none;align-items:center;justify-content:center;box-shadow:var(--shadow-md);transition:all .3s ease;z-index:999}
.scroll-top:hover{background:var(--primary-dark);transform:translateY(-3px)}
.scroll-top.show{display:flex}
.loading{text-align:center;padding:3rem;color:var(--text-med);font-size:1.1rem}
.page-header{background:linear-gradient(135deg,#667eea,#764ba2);padding:4rem 0;color:#fff;text-align:center}
.page-header h1{font-size:3rem;margin-bottom:.5rem}
.page-header p{font-size:1.2rem;opacity:.9}
.properties-section{padding:3rem 0}
.properties-layout{display:grid;grid-template-columns:280px 1fr;gap:2rem}
.filters-sidebar{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:var(--shadow-md);height:fit-content;position:sticky;top:90px}
.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--border)}
.filters-header h3{font-size:1.3rem}
.filter-group{margin-bottom:1.5rem}
.filter-group label{display:block;font-weight:600;margin-bottom:.5rem;color:var(--text-dark)}
.filter-input,.filter-select{width:100%;padding:.7rem;border:2px solid var(--border);border-radius:8px;font-size:.95rem;transition:all .3s ease}
.filter-input:focus,.filter-select:focus{outline:0;border-color:var(--primary)}
.input-row{display:flex;gap:.5rem;align-items:center}
.input-row input{flex:1}
.radio-group,.checkbox-group{display:flex;flex-direction:column;gap:.75rem}
.radio-label,.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:400}
.radio-label input,.checkbox-label input{cursor:pointer}
.properties-main{flex:1}
.properties-toolbar{background:#fff;padding:1rem 1.5rem;border-radius:12px;box-shadow:var(--shadow-sm);margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
.toolbar-left,.toolbar-right{display:flex;align-items:center;gap:1rem}
.results-count{color:var(--text-med);font-weight:500}
.sort-select{padding:.7rem 1rem;border:2px solid var(--border);border-radius:8px;cursor:pointer;font-size:.95rem}
.view-toggle{display:flex;gap:.5rem;border:2px solid var(--border);border-radius:8px;overflow:hidden}
.view-btn{background:#fff;border:none;padding:.7rem 1rem;cursor:pointer;transition:all .3s ease}
.view-btn:hover,.view-btn.active{background:var(--primary);color:#fff}
.mobile-filter-toggle{display:none}
.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2rem;flex-wrap:wrap}
.pagination button{padding:.7rem 1.2rem;border:2px solid var(--border);background:#fff;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease}
.pagination button:hover{background:var(--primary);color:#fff;border-color:var(--primary)}
.pagination button.active{background:var(--primary);color:#fff;border-color:var(--primary)}
.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:2000;align-items:center;justify-content:center;padding:1rem}
.modal.show{display:flex}
.modal-content{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow:auto;box-shadow:var(--shadow-xl)}
.modal-lg{max-width:1000px}
.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid var(--border)}
.modal-header h2{font-size:1.75rem}
.modal-close{background:0 0;border:none;font-size:2rem;cursor:pointer;color:var(--text-med);transition:all .3s ease}
.modal-close:hover{color:var(--text-dark)}
.modal-body{padding:1.5rem}
.property-detail-section{padding:2rem 0}
.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;color:var(--text-med);font-size:.95rem}
.breadcrumb i{font-size:.8rem}
.breadcrumb a:hover{color:var(--primary)}
.property-detail-layout{display:grid;grid-template-columns:1fr 380px;gap:2rem}
.property-gallery{margin-bottom:2rem}
.gallery-main{position:relative;border-radius:12px;overflow:hidden;background:var(--bg-light);height:500px}
.gallery-main img{width:100%;height:100%;object-fit:cover}
.gallery-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;font-size:1.5rem;transition:all .3s ease}
.gallery-btn:hover{background:#fff;transform:translateY(-50%) scale(1.1)}
.gallery-prev{left:1rem}
.gallery-next{right:1rem}
.gallery-counter{position:absolute;bottom:1rem;right:1rem;background:rgba(0,0,0,.7);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem}
.gallery-thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem;margin:1rem 0}
.gallery-thumbs img{width:100%;height:80px;object-fit:cover;border-radius:8px;cursor:pointer;border:2px solid transparent;transition:all .3s ease}
.gallery-thumbs img:hover,.gallery-thumbs img.active{border-color:var(--primary)}
.btn-view-all{margin-top:1rem}
.property-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1.5rem}
.property-title-section h1{font-size:2.5rem;margin-bottom:.5rem}
.property-address{color:var(--text-med);font-size:1.1rem;display:flex;align-items:center;gap:.5rem}
.btn-icon-large{width:50px;height:50px;border-radius:50%;border:2px solid var(--border);background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:all .3s ease}
.btn-icon-large:hover{background:var(--primary);color:#fff;border-color:var(--primary)}
.property-stats-bar{display:flex;gap:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:var(--shadow-sm);margin-bottom:2rem;flex-wrap:wrap}
.stat-item{display:flex;align-items:center;gap:.5rem;color:var(--text-dark);font-weight:500}
.stat-item i{color:var(--primary);font-size:1.2rem}
.price-stat{border-right:2px solid var(--border);padding-right:2rem}
.price-stat .stat-label{font-size:.9rem;color:var(--text-med);display:block;margin-bottom:.25rem}
.price-stat .stat-value{font-size:2rem;font-weight:700;color:var(--primary)}
.property-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow-sm);margin-bottom:2rem}
.property-section h2{font-size:1.75rem;margin-bottom:1.5rem;color:var(--text-dark)}
.property-description{color:var(--text-med);line-height:1.8;font-size:1.05rem}
.video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px}
.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}
.features-grid.property-features-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.features-grid.property-features-list .feature-item{background:var(--bg-light);padding:1rem;border-radius:8px}
.property-map{height:400px;border-radius:12px;overflow:hidden;background:var(--bg-light)}
.map-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-med)}
.map-placeholder i{font-size:4rem;margin-bottom:1rem}
.calculator-widget{display:grid;grid-template-columns:1fr 1fr;gap:2rem}
.calc-input-group{margin-bottom:1rem}
.calc-input-group label{display:block;font-weight:600;margin-bottom:.5rem;font-size:.95rem}
.calc-input-group input{width:100%;padding:.8rem;border:2px solid var(--border);border-radius:8px;font-size:1rem}
.calculator-result{background:var(--bg-light);padding:2rem;border-radius:12px;text-align:center;display:flex;flex-direction:column;justify-content:center}
.calculator-result h3{margin-bottom:1rem;color:var(--text-dark)}
.calc-amount{font-size:2.5rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}
.calc-note{font-size:.85rem;color:var(--text-med)}
.property-sidebar{display:flex;flex-direction:column;gap:1.5rem}
.sidebar-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:var(--shadow-md)}
.sidebar-card h3{font-size:1.3rem;margin-bottom:1.5rem;color:var(--text-dark)}
.agent-card .agent-info{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:center}
.agent-card img{width:60px;height:60px;border-radius:50%;object-fit:cover}
.agent-card h4{font-weight:600;margin-bottom:.25rem}
.agent-card p{color:var(--text-med);font-size:.9rem}
.quick-stats{display:flex;flex-direction:column;gap:1rem}
.quick-stat{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--border)}
.quick-stat:last-child{border:0}
.quick-stat .stat-label{color:var(--text-med);font-size:.95rem}
.quick-stat .stat-value{font-weight:600;color:var(--text-dark)}
.lightbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.95);z-index:3000;align-items:center;justify-content:center;padding:2rem}
.lightbox.show{display:flex}
.lightbox-close{position:absolute;top:2rem;right:2rem;background:0 0;border:none;color:#fff;font-size:3rem;cursor:pointer;z-index:3001}
.lightbox-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.2);border:none;width:60px;height:60px;border-radius:50%;color:#fff;font-size:2rem;cursor:pointer;transition:all .3s ease}
.lightbox-btn:hover{background:rgba(255,255,255,.4)}
.lightbox-prev{left:2rem}
.lightbox-next{right:2rem}
#lightboxImage{max-width:90%;max-height:90%;object-fit:contain}
.lightbox-counter{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.7);color:#fff;padding:.75rem 1.5rem;border-radius:20px}
.share-options{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}
.share-btn{padding:1rem;border:2px solid var(--border);background:#fff;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}
.share-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}
.share-link{display:flex;gap:.5rem}
.share-link input{flex:1;padding:.8rem;border:2px solid var(--border);border-radius:8px;font-size:.9rem}
@media (max-width:1024px){.hero-title{font-size:2.5rem}
.search-form{grid-template-columns:1fr;gap:.75rem}
.stats-grid{grid-template-columns:repeat(2,1fr)}
.features-grid{grid-template-columns:repeat(2,1fr)}
.contact-grid,.property-detail-layout,.calculator-widget{grid-template-columns:1fr}
.properties-layout{grid-template-columns:1fr}
.filters-sidebar{position:static;display:none}
.filters-sidebar.show{display:block;margin-bottom:2rem}
.mobile-filter-toggle{display:flex}
}
@media (max-width:768px){.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;box-shadow:var(--shadow-lg);z-index:999}
.nav-links.show{display:flex}
.mobile-toggle{display:block}
.hero-title{font-size:2rem}
.hero-subtitle{font-size:1rem}
.section-header h2{font-size:2rem}
.properties-grid{grid-template-columns:1fr}
.stats-grid,.features-grid{grid-template-columns:1fr}
.footer-grid{grid-template-columns:1fr}
.cta-buttons{flex-direction:column}
.whatsapp-float{bottom:1rem;right:1rem;width:50px;height:50px;font-size:1.5rem}
.scroll-top{display:none!important}
.property-stats-bar{flex-direction:column;gap:1rem}
.property-header{flex-direction:column;gap:1rem}
.gallery-main{height:300px}
.share-options{grid-template-columns:1fr}
}
