:root{--ink:#12384a;--sea:#2d5f84;--aqua:#6fb8bd;--paper:#fcfdfb;--mist:#eef5f4;--line:rgba(18,56,74,.14)}
*{box-sizing:border-box}body{margin:0;background:#f7faf9;color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}a{text-decoration:none;color:inherit}button,select,input{font:inherit}
.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);background:rgba(252,253,251,.96);padding:10px 48px;backdrop-filter:blur(14px)}
.logo img{height:64px;width:auto;max-width:190px;object-fit:contain;display:block}.nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:800}.nav a{padding:8px 0;border-bottom:2px solid transparent}.nav a:hover,.nav a.active{color:var(--sea);border-color:var(--sea)}
.actions{display:flex;align-items:center;gap:10px}.action-icon{width:16px;height:16px;stroke-width:2;flex:none}.lang-wrap{height:40px;display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(18,56,74,.12);border-radius:10px;background:#fff;padding:0 10px;box-shadow:0 4px 14px rgba(18,56,74,.08);color:#6d7c82}.lang-wrap select{border:0;background:transparent;color:var(--ink);font-size:12px;font-weight:900;outline:0}.outline-btn{height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid rgba(45,95,132,.26);border-radius:10px;background:#fff;color:var(--ink);padding:0 12px;font-size:12px;font-weight:900;box-shadow:0 4px 14px rgba(18,56,74,.06)}.outline-btn:hover{border-color:var(--sea);color:var(--sea)}.favorite-btn{position:relative;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(18,56,74,.12);border-radius:10px;background:#fff;color:#12384a;box-shadow:0 4px 14px rgba(18,56,74,.06);cursor:pointer}.favorite-count{position:absolute;right:-7px;top:-7px;min-width:18px;height:18px;border-radius:999px;background:#2c7bd0;color:#fff;font-size:11px;font-weight:900;line-height:18px;text-align:center}.logout-btn{height:40px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--ink);padding:0 8px;cursor:pointer}.user-label{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#60737b;font-size:12px;font-weight:800}.admin-action[hidden],.user-label[hidden],.favorite-count[hidden]{display:none}
.hero{position:relative;min-height:560px;display:grid;align-items:end;overflow:hidden;padding:120px 48px 70px;color:white}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,35,48,.9),rgba(10,35,48,.62),rgba(10,35,48,.2)),url("/assets/developments/soho-2.jpg") center/cover;transform:scale(1.02)}.hero-content{position:relative;z-index:1;max-width:860px}.eyebrow{margin:0 0 12px;color:var(--aqua);font-size:12px;font-weight:900;letter-spacing:.22em;text-transform:uppercase}h1{margin:0;font-size:clamp(42px,8vw,84px);line-height:.96;font-weight:900;letter-spacing:0}.hero p{max-width:720px;margin:24px 0 0;color:rgba(255,255,255,.86);font-size:16px;font-weight:700}.hero-cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}
.primary-btn,.secondary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border-radius:10px;padding:0 24px;cursor:pointer;font-size:13px;font-weight:900}.primary-btn{border:0;background:linear-gradient(90deg,var(--ink),var(--sea));color:white;box-shadow:0 16px 35px rgba(10,35,48,.22)}.secondary-btn{border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.08);color:white;backdrop-filter:blur(8px)}
main section{padding:76px 48px}.section-inner{width:min(1180px,100%);margin:0 auto}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.section-head h2{margin:0;font-size:clamp(30px,5vw,48px);line-height:1.05}.section-head p{max-width:560px;margin:12px 0 0;color:#60737b;font-weight:700}
.search-panel{display:grid;grid-template-columns:1.15fr .9fr 1fr 1fr 1fr 1fr;gap:12px;margin:0 0 34px;padding:16px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 12px 28px rgba(18,56,74,.08)}.search-panel label{display:flex;flex-direction:column;gap:7px;color:#7a878c;font-size:12px;font-weight:900}.search-panel input,.search-panel select{height:40px;width:100%;border:1px solid rgba(18,56,74,.14);border-radius:8px;background:#fff;color:var(--ink);padding:0 12px;font-size:13px;font-weight:800;outline:none}.search-panel input:focus,.search-panel select:focus{border-color:var(--sea);box-shadow:0 0 0 3px rgba(111,184,189,.18)}
.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.card{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:white;box-shadow:0 14px 30px rgba(18,56,74,.08)}.card-media{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:var(--mist)}.card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.card:hover .card-media img{transform:scale(1.04)}.badge{position:absolute;left:18px;top:18px;border-radius:999px;background:rgba(255,255,255,.9);color:var(--ink);padding:7px 12px;font-size:11px;font-weight:900;box-shadow:0 8px 20px rgba(18,56,74,.12)}.card-body{padding:24px}.card-body h3{margin:0 0 8px;font-size:26px}.card-body p{margin:0;color:#60737b;font-weight:700}.meta{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.meta span{border-radius:999px;background:var(--mist);padding:7px 10px;font-size:11px;font-weight:900;color:var(--ink)}.card-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.small-btn{border:1px solid var(--line);border-radius:10px;background:#fff;padding:11px 14px;font-size:12px;font-weight:900;color:var(--ink);cursor:pointer}.small-btn.fill{border-color:var(--sea);background:var(--sea);color:white}.empty-card{grid-column:1/-1;padding:32px}
.matcher{background:linear-gradient(135deg,#f5fbfa,#edf5f3)}.tool{display:grid;grid-template-columns:1fr 1fr;gap:28px;border:1px solid var(--line);border-radius:18px;background:white;padding:28px;box-shadow:0 16px 38px rgba(18,56,74,.08)}.range-row{display:grid;gap:8px;margin-bottom:22px}.range-row label{font-size:12px;font-weight:900;color:#60737b}.range-row input{width:100%;accent-color:var(--sea)}.recommend{border-radius:16px;background:var(--ink);color:white;padding:28px}.recommend strong{display:block;font-size:28px;line-height:1.1}.recommend p{color:rgba(255,255,255,.74);font-weight:700}
.modal{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;background:rgba(7,21,30,.58);padding:24px}.modal.open{display:flex}.modal-card{width:min(760px,100%);max-height:min(800px,90vh);overflow:auto;border-radius:18px;background:white;box-shadow:0 30px 80px rgba(0,0,0,.24)}.modal-media{height:320px;background:var(--mist)}.modal-media img{width:100%;height:100%;object-fit:cover}.modal-content{padding:28px}.modal-content h3{margin:0 0 12px;font-size:32px}.modal-close{float:right;border:0;border-radius:999px;background:var(--mist);color:var(--ink);width:36px;height:36px;cursor:pointer;font-weight:900}.modal-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.site-footer{padding:46px 48px 42px;background:var(--ink);color:#fff;font-size:13px;font-weight:700}.footer-inner{width:min(1180px,100%);margin:0 auto}.footer-social{padding-bottom:46px;border-bottom:1px solid rgba(255,255,255,.12)}.footer-social .eyebrow{margin:0 0 8px;color:var(--aqua)}.footer-social h2{margin:0;color:#fff;font-size:clamp(28px,4vw,40px);line-height:1.15;font-weight:900}.footer-social p{max-width:680px;margin:14px 0 0;color:rgba(255,255,255,.78);font-size:14px;line-height:1.7}.footer-buttons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px}.footer-buttons a{display:flex;min-height:56px;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:rgba(255,255,255,.1);color:#fff;font-weight:900;transition:background .18s ease,border-color .18s ease}.footer-buttons a:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.28)}.footer-buttons svg{width:20px;height:20px;fill:none;stroke:#18e6a7;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:none}.footer-main{display:grid;grid-template-columns:2fr .7fr 1.2fr;gap:42px;padding-top:46px}.footer-brand img{height:66px;width:auto;max-width:190px;object-fit:contain;filter:brightness(0) invert(1)}.footer-brand p{max-width:420px;margin:16px 0 0;color:rgba(255,255,255,.78);font-size:13px;line-height:1.7}.footer-links,.footer-contact{display:flex;flex-direction:column;gap:9px;color:rgba(255,255,255,.78);font-size:13px}.footer-links strong,.footer-contact strong{color:var(--aqua);font-weight:900}.footer-links a:hover,.footer-contact a:hover{color:#fff}.footer-contact span{color:rgba(255,255,255,.78)}
.project-card-premium{border-radius:18px;background:linear-gradient(180deg,#fff 0%,#fbf8f1 100%);box-shadow:0 22px 50px rgba(18,56,74,.12);transition:transform .28s ease,box-shadow .28s ease}.project-card-premium:hover{transform:translateY(-4px);box-shadow:0 28px 62px rgba(18,56,74,.16)}.project-card-premium .card-media{aspect-ratio:16/9}.project-card-premium .card-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(18,56,74,0) 45%,rgba(18,56,74,.18));pointer-events:none}.project-index{position:absolute;right:18px;bottom:16px;color:rgba(255,255,255,.86);font-size:12px;font-weight:900;letter-spacing:.22em}.collection-label{margin:0 0 8px!important;color:#b99357!important;font-size:11px!important;font-weight:900!important;letter-spacing:.32em;text-transform:uppercase}.project-card-premium .card-body{padding:26px}.project-card-premium .card-body h3{font-size:30px;line-height:1.05;color:var(--ink)}.project-value{display:block;margin:4px 0 12px;color:#b99357;font-size:17px;font-weight:900;letter-spacing:.02em}.project-card-premium .meta span{background:#eef7f7;color:#17485c}.project-card-premium .small-btn{min-width:92px;text-align:center}.modal-card-editorial{width:min(800px,calc(100vw - 38px));border-radius:0;background:#f6f2eb;color:#1f1d1a;box-shadow:0 34px 90px rgba(0,0,0,.28)}.modal-card-editorial .modal-content{position:relative;padding:46px 52px 48px}.modal-card-editorial .modal-close{position:absolute;right:28px;top:24px;float:none;background:transparent;color:#1f1d1a;font-size:0;font-weight:300}.modal-card-editorial .modal-close:before{content:"×";font-size:34px;line-height:1}.modal-card-editorial .eyebrow{color:#b99357;letter-spacing:.42em}.modal-card-editorial h3{max-width:680px;margin:0 0 10px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,5vw,52px);font-weight:400;line-height:1.05;color:#1f1d1a}.modal-subtitle{margin:0 0 22px;color:#3f3a33;font-size:20px;font-weight:500}.modal-card-editorial #modalCopy{margin:0 0 26px;color:#71695f;font-size:15px;font-weight:500;line-height:1.85}.modal-metrics{border:1px solid rgba(185,147,87,.34);background:rgba(255,255,255,.55);margin:0 0 22px}.modal-metrics div{display:grid;grid-template-columns:1fr auto;gap:18px;padding:16px 30px;border-bottom:1px solid rgba(185,147,87,.22)}.modal-metrics div:last-child{border-bottom:0}.modal-metrics span{color:#9a948c;font-weight:500}.modal-metrics strong{color:#b99357;font-size:18px;font-weight:900;text-align:right}.modal-privileges{margin-top:18px}.modal-privileges strong{display:block;margin-bottom:10px;color:#b99357;font-size:12px;font-weight:900;letter-spacing:.22em}.modal-privileges ul{margin:0;padding-left:0;list-style:none;color:#6b6258;font-weight:600}.modal-privileges li{position:relative;margin:8px 0;padding-left:18px}.modal-privileges li:before{content:"";position:absolute;left:0;top:.72em;width:7px;height:7px;border-radius:999px;background:#b99357}.modal-card-editorial .modal-actions{margin-top:34px;display:grid;grid-template-columns:1fr;gap:12px}.modal-card-editorial .primary-btn{width:100%;border-radius:0;background:#1f1d1a;color:#fff;letter-spacing:.16em;text-transform:uppercase}.modal-card-editorial .small-btn{justify-content:center;border-radius:0;background:transparent;border-color:rgba(31,29,26,.18);color:#1f1d1a}
@media(max-width:1080px){.site-header{padding:9px 18px;flex-wrap:wrap}.nav{order:3;width:100%;justify-content:center;gap:16px;font-size:13px}.logo img{height:58px}.actions{margin-left:auto}.user-label{display:none}.search-panel{grid-template-columns:1fr 1fr}.search-panel label:first-child{grid-column:1/-1}}
@media(max-width:720px){.hero{min-height:540px;padding:110px 24px 54px}main section{padding:56px 24px}.section-head,.tool{display:grid;grid-template-columns:1fr}.grid{grid-template-columns:1fr}.outline-btn.home-link{display:none}.search-panel{grid-template-columns:1fr}.modal-media{height:230px}.modal-card-editorial .modal-content{padding:36px 24px 30px}.modal-card-editorial .modal-close{right:18px;top:14px}.modal-metrics div{grid-template-columns:1fr;padding:14px 18px}.modal-metrics strong{text-align:left}.project-card-premium .card-body h3{font-size:26px}}

/* Raya Samui editorial preview palette: logo navy + Pantone Process Blue / Process Cyan / Hexachrome Cyan inspired accents. */
.project-card-premium{background:linear-gradient(180deg,#ffffff 0%,#f1fbff 100%);border-color:rgba(0,133,202,.18)}
.project-card-premium .card-media:after{background:linear-gradient(180deg,rgba(0,159,227,0) 45%,rgba(18,56,74,.22))}
.collection-label{color:#0085ca!important}
.project-value{color:#0078b9}
.project-card-premium .meta span{background:#e4f7ff;color:#12384a}
.modal-card-editorial{background:linear-gradient(145deg,#f4fbff 0%,#e9f7ff 48%,#dff4ff 100%);border:1px solid rgba(0,159,227,.34);box-shadow:0 34px 90px rgba(0,48,78,.34)}
.modal-card-editorial:before{content:"";position:absolute;inset:0;border-top:5px solid #009fe3;pointer-events:none}
.modal-card-editorial .modal-content{background:radial-gradient(circle at 86% 8%,rgba(0,163,224,.14),transparent 32%),radial-gradient(circle at 0% 100%,rgba(0,133,202,.12),transparent 34%)}
.modal-card-editorial .eyebrow{color:#0085ca}
.modal-card-editorial h3{color:#12384a}
.modal-subtitle{color:#1f5f82}
.modal-card-editorial #modalCopy{color:#4c6570}
.modal-metrics{border-color:rgba(0,133,202,.28);background:rgba(255,255,255,.62)}
.modal-metrics div{border-bottom-color:rgba(0,133,202,.18)}
.modal-metrics span{color:#6f858e}
.modal-metrics strong{color:#0078b9}
.modal-privileges strong{color:#0085ca}
.modal-privileges li:before{background:#00a3e0;box-shadow:0 0 0 4px rgba(0,163,224,.12)}
.modal-card-editorial .primary-btn{background:linear-gradient(90deg,#12384a,#0085ca);box-shadow:0 16px 32px rgba(0,133,202,.22)}
.modal-card-editorial .small-btn{border-color:rgba(0,133,202,.24);color:#12384a;background:rgba(255,255,255,.48)}

/* Mobile polish for the standalone development / land pages. */
html,body{max-width:100%;overflow-x:hidden}
.site-header,.search-panel,.grid,.tool,.modal-card{min-width:0}
.nav a,.outline-btn,.lang-wrap select{white-space:nowrap}
.card-body h3,.section-head h2,.hero h1{overflow-wrap:anywhere}

@media(max-width:1180px){
  .site-header{padding:10px 24px;gap:14px}
  .nav{gap:22px}
  .actions{gap:8px;min-width:0}
  .user-label{max-width:150px}
  .outline-btn{padding:0 10px}
}

@media(max-width:980px){
  .site-header{align-items:center;flex-wrap:wrap}
  .logo img{height:56px;max-width:148px}
  .nav{order:3;width:100%;justify-content:center;gap:0;border-top:1px solid rgba(18,56,74,.08);padding-top:6px}
  .nav a{flex:1 1 0;text-align:center;font-size:12px;padding:8px 4px}
  .actions{margin-left:auto;max-width:calc(100vw - 210px);overflow-x:auto;overscroll-behavior-x:contain;padding-bottom:2px}
  .actions::-webkit-scrollbar{height:0}
  .user-label{display:none}
  .hero{min-height:500px;padding:92px 28px 56px}
  .hero h1{font-size:clamp(38px,9vw,68px);line-height:1.02}
  .hero p{font-size:15px}
  main section{padding:64px 28px}
  .search-panel{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .search-panel label:first-child{grid-column:1/-1}
  .grid{grid-template-columns:1fr}
  .card-media{aspect-ratio:16/9}
  .tool{grid-template-columns:1fr}
}

@media(max-width:720px){
  .site-header{padding:8px 14px;gap:8px}
  .logo img{height:50px;max-width:130px}
  .actions{order:2;max-width:calc(100vw - 158px);gap:6px}
  .lang-wrap,.favorite-btn,.logout-btn,.outline-btn{height:38px;border-radius:9px}
  .favorite-btn{width:38px;min-width:38px}
  .outline-btn{min-width:38px;padding:0 9px}
  .outline-btn .action-icon + span{display:none}
  .outline-btn.home-link{display:none}
  .nav{order:4;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;width:100%;overflow:visible}
  .nav a{font-size:12px;line-height:1.1;padding:9px 2px}
  .hero{min-height:auto;padding:68px 18px 48px}
  .hero:before{background:linear-gradient(180deg,rgba(10,35,48,.84),rgba(10,35,48,.62)),url("/assets/developments/soho-2.jpg") center/cover}
  .hero h1{font-size:clamp(34px,11vw,50px);line-height:1.04}
  .hero p{max-width:100%;margin-top:18px;font-size:14px}
  .hero-cta{display:grid;grid-template-columns:1fr;gap:10px;max-width:320px;margin-top:24px}
  .primary-btn,.secondary-btn{width:100%;min-height:44px;padding:0 18px}
  main section{padding:46px 16px}
  .section-head{gap:12px;margin-bottom:18px}
  .section-head h2{font-size:clamp(28px,9vw,38px)}
  .section-head p{font-size:14px}
  .search-panel{grid-template-columns:1fr;margin-bottom:24px;padding:14px;border-radius:14px}
  .search-panel label:first-child{grid-column:auto}
  .search-panel input,.search-panel select{height:42px;font-size:13px}
  .grid{gap:18px}
  .card{border-radius:14px}
  .card-body{padding:18px}
  .card-body h3{font-size:24px;line-height:1.12}
  .card-body p{font-size:14px}
  .badge{left:12px;top:12px;max-width:calc(100% - 24px)}
  .project-card-premium .card-body{padding:20px}
  .project-card-premium .card-body h3{font-size:24px}
  .project-value{font-size:15px}
  .meta{gap:7px;margin:14px 0}
  .meta span{font-size:10px;padding:6px 9px}
  .card-actions{display:grid;grid-template-columns:1fr;gap:9px}
  .small-btn,.card-actions .primary-btn{width:100%;text-align:center;justify-content:center}
  .tool{padding:18px;border-radius:14px}
  .recommend{padding:20px;border-radius:14px}
  .modal{align-items:flex-end;padding:12px}
  .modal-card{width:100%;max-height:88vh;border-radius:18px 18px 0 0}
  .modal-content{padding:22px 18px}
  .modal-content h3{font-size:28px;line-height:1.08}
  .modal-media{height:210px}
  .modal-actions{display:grid;grid-template-columns:1fr}
  .modal-card-editorial{width:100%;max-height:88vh;border-radius:18px 18px 0 0}
  .modal-card-editorial .modal-content{padding:34px 20px 24px}
  .modal-card-editorial h3{font-size:clamp(30px,11vw,42px)}
  .modal-subtitle{font-size:17px}
  .site-footer{padding:38px 22px}.footer-social{padding-bottom:34px}.footer-buttons{grid-template-columns:1fr;gap:10px}.footer-main{grid-template-columns:1fr;gap:28px;padding-top:34px}.footer-brand img{height:60px}.footer-social h2{font-size:30px}
}

@media(max-width:520px){
  .site-header{justify-content:space-between;align-items:center}
  .logo img{height:48px;max-width:112px}
  .actions{width:auto;max-width:calc(100vw - 142px);order:2;justify-content:flex-end;margin-left:auto;overflow-x:auto}
  .nav{order:3}
  .lang-wrap{min-width:88px}
  .lang-wrap,.favorite-btn,.logout-btn,.outline-btn{height:36px}
  .favorite-btn{width:36px;min-width:36px}
  .outline-btn{min-width:36px;padding:0 8px}
  .hero{padding-top:54px}
  .hero h1{font-size:clamp(32px,12vw,44px)}
  .eyebrow{font-size:10px;letter-spacing:.18em}
  .card-media{aspect-ratio:4/3}
  .project-card-premium .card-media{aspect-ratio:4/3}
  .section-inner{width:100%}
  .search-panel{box-shadow:0 8px 20px rgba(18,56,74,.08)}
  .modal-card-editorial .eyebrow{letter-spacing:.24em}
  .modal-metrics div{gap:6px}
}

/* Match the React homepage header at tablet and phone widths. */
@media(max-width:1023px){
  .site-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:8px 14px;padding:10px 24px}
  .logo{order:1}
  .logo img{height:56px;max-width:148px}
  .actions{order:2;width:auto;max-width:calc(100vw - 210px);justify-content:flex-start;margin-left:auto;overflow:visible;padding-bottom:2px}
  .nav{order:3;display:flex;width:100%;justify-content:flex-start;gap:0;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;border-top:1px solid rgba(18,56,74,.08);padding-top:6px}
  .nav::-webkit-scrollbar{display:none}
  .nav a{flex:1 1 0;min-width:0;padding:8px 4px;text-align:center;font-size:12px;font-weight:800;white-space:nowrap}
  .user-label{display:none}
}

@media(max-width:640px){
  .site-header{gap:8px;padding:8px 14px}
  .logo img{height:50px;max-width:130px}
  .actions{order:2;width:auto;max-width:calc(100vw - 150px);gap:6px;margin-left:auto}
  .nav{order:3;display:flex;grid-template-columns:none;gap:0;width:100%;overflow-x:auto}
  .nav a{flex:1 1 0;min-width:0;padding:7px 3px;font-size:12px;line-height:1.1}
  .lang-wrap{min-width:82px;height:38px}
  .favorite-btn,.logout-btn,.outline-btn{height:38px}
}
