@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Inter,sans-serif;background:#fff7ed}.site-wrapper{min-height:100vh;display:flex;flex-direction:column}button{font-family:Inter,sans-serif;border:none}header{padding:2em 1em;background:#fff7ed;display:flex;align-items:center}header>a,nav>a{text-decoration:none;color:#000;cursor:pointer}header>a:hover,nav>a:hover,.host-van-detail-layout-container a:hover,.van-detail a:hover{color:#161616;text-decoration:underline}header nav a{padding:0 .5em}header nav{display:flex;align-items:center}header nav .login-icon{width:1em}.home-btn{text-transform:uppercase;font-size:1.2em;font-weight:700;margin:0 auto 0 0;text-align:center}.active-link{font-weight:700;text-decoration:underline;color:#161616}.home-main{background:url(/assets/home-8askGUi4.png);background-size:cover;color:#fff;margin:0;padding:2em 1.5em}.home-main h1{font-weight:900}.home-main p{font-weight:500;line-height:1.4em}.btn{width:100%;background:#ff8c38;color:#fff;padding:.8em;border-radius:5px;font-weight:700}footer{text-align:center;background:#252525;color:#aaa;padding:1.5em;font-size:.75em;font-weight:500;margin-top:auto}.about-hero{display:block;width:100%}.about-sec{background:#fff7ed;padding:1.5em 1em}.about-sec h1{margin-bottom:1.5em}.about-sec p{line-height:1.2;font-weight:500}.about-card{background:#ffcc8d;padding:2em;border-radius:5px;margin-top:3em}.about-card button{margin-top:1.4em;padding:.8em 1em;background:#161616;color:#fff;font-weight:500;border-radius:5px}.van-filter-div{display:flex;gap:1em}.van-type-filter{background-color:#ffead0;text-transform:capitalize;color:#4d4d4d;cursor:pointer}.van-type-filter.clear-filter:hover{text-decoration:underline;background-color:transparent}.van-type-filter.clear-filter{background:transparent;float:right}.van-type-filter.simple:hover,.van-type-filter.rugged:hover,.van-type-filter.luxury:hover{color:#ffead0}.vans-body-container{padding:0 2em;margin:2em 0}.vans-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:2em;margin-top:2em}.van-card{margin:0;padding:0}.van-card>a{color:#161616;text-decoration:none}.van-card img{max-width:100%;border-radius:5px;margin-bottom:.2em}.van-card p{margin:0}.name-price{display:flex;align-items:baseline;justify-content:space-between}.van-price,.van-name{font-weight:600;font-size:1.25em}.van-price span{font-size:.875em;font-weight:400;display:block}.van-type,.van-type-filter{width:max-content;padding:.5em 1em;border-radius:5px;text-transform:capitalize}.van-type,.van-type-filter.simple.selected,.van-type-filter.rugged.selected,.van-type-filter.luxury.selected{color:#ffead0}.van-type.simple,.van-type-filter.simple:hover,.van-type-filter.simple.selected{background:#e17654}.van-type.rugged,.van-type-filter.rugged:hover,.van-type-filter.rugged.selected{background:#115e59}.van-type.luxury,.van-type-filter.luxury:hover,.van-type-filter.luxury.selected{background:#161616}.van-detail{padding:2em}.van-detail>img{width:100%;border-radius:.5em;margin:1.5em 0}.van-detail p{margin:.8em 0}.van-detail-name{font-size:1.75em;font-weight:800}.van-detail-price{font-weight:800;font-size:1.5em}.van-detail-price span{font-size:1.25rem;font-weight:500}.van-detail-desc{font-weight:600;line-height:1.4em}.van-detail-btn{margin-top:1em}.host-navbar{margin-bottom:2em}.host-navbar a{font-weight:400;padding:5px 20px}nav a:hover{font-weight:700}.host-van-link-wrapper,.host-van-detail-layout-container a,.van-filter-div a,.van-detail a,.not-found-container a,a{color:unset;text-decoration:unset}.host-vans-container{padding:5px 20px}.host-vans-container h1{margin-bottom:1.2em}.host-van-card{display:flex;flex-direction:row;background:#fff;margin-bottom:1em;border-radius:.5em;align-items:center;gap:1em;padding:1em 1.5em}.host-van-card img{width:20%}.host-van-card-title,.host-van-detail-title{font-weight:600;font-size:1.25em;margin:0 0 .3em}.host-van-card-price{margin:0;color:#4d4d4d;font-weight:500}.host-van-detail-layout-container{padding:1em;margin-top:2em}.host-van-detail-wrapper{background:#fff;padding:1em;border-radius:.5em;margin-top:2em}.host-van-detail-container{display:flex;gap:1em}.host-van-detail-container img{height:160px}.host-van-detail-price{margin:0;font-weight:600;font-size:1.25em}.host-van-detail-price span{font-weight:400;font-size:16px}.host-van-detail-title{margin-top:0}.host-van-detail-nav{display:flex;margin-block:25px}.host-van-detail-nav a{text-decoration:none;color:#4d4d4d;font-weight:500;padding:5px 20px}.host-van-detail-nav a:first-of-type{text-decoration:none;color:#4d4d4d;font-weight:500;padding:5px 15px;margin-left:-15px}.host-van-detail-nav a:hover{color:#161616;text-decoration:underline;font-weight:700}.host-van-info{font-weight:700;font-size:.875em;color:#161616;line-height:1.4em}.host-van-info span{font-weight:400}.host-van-type{text-transform:capitalize}.host-van-pricing{font-weight:700;font-size:1.5em;color:#161616}.host-van-pricing span{font-size:16px;font-weight:500;color:#4d4d4d}.host-van-image{max-height:80px}.not-found-container{padding:2em;height:100%;display:flex;flex-direction:column}.not-found-container a{background-color:#161616;padding:1.2em;border-radius:.2em;color:#fff;text-align:center;font-weight:700}.login-form-container{padding:2em;text-align:center}.login-form{display:flex;flex-direction:column;margin:3em auto 0;width:100%;max-width:500px}.login-form>input{padding:.8em;border:1px solid rgba(209,213,219);box-shadow:0 1px 2px #0000000d}.login-form>input:focus{outline:none}.login-form>button{margin-top:2em;padding:1em .8em;background-color:#ff8c38;color:#fff;border-radius:.5em}.login-error{color:red}.host-dashboard-earnings{background-color:#ffead0;padding:37px 26px;display:flex;justify-content:space-between;align-items:center}.host-dashboard-earnings>.info>h1{font-size:36px;color:#161616;margin:0}.host-dashboard-earnings>.info>p{color:#4d4d4d}.host-dashboard-earnings>.info>p>span{text-decoration:underline;font-weight:700}.host-dashboard-earnings>.info>h2{margin:0;font-size:38px;color:#161616;font-weight:900}.host-dashboard-reviews{background-color:#ffddb2;padding:25px 26px;display:flex;align-items:center}.host-dashboard-reviews>h2{margin:0}.host-dashboard-reviews .star{color:#ff8c38;margin-left:15px;font-size:25px}.host-dashboard-reviews p{margin-left:5px;font-size:20px;color:#4d4d4d;margin-right:auto}.host-dashboard-reviews p>span{font-weight:700;color:#161616}.host-dashboard-vans{padding:38px 26px}.host-dashboard-vans>.top{display:flex;justify-content:space-between;align-items:center}.host-dashboard-vans .host-vans-list{padding-inline:0}.host-income{padding-inline:26px;color:#161616}.host-income>p{color:#4d4d4d}.host-income>p span{text-decoration:underline;font-weight:700}.host-income>h2{font-size:38px;color:#161616;font-weight:900}img.graph{width:100%;max-width:500px}.host-income .info-header>p{color:#4d4d4d}.host-income .info-header>p span{text-decoration:underline;font-weight:700}.host-income .info-header>h3{font-weight:700;font-size:24px;margin-top:60px}.host-income .transaction{display:flex;justify-content:space-between;align-items:center;background-color:#ffddb2;margin-bottom:31px;padding:1em 2em;border-radius:.5em}.host-income .transaction>h3{font-size:2em;font-weight:600;margin:0}.host-income .transaction>p{font-weight:500;font-size:1.2em;color:#4d4d4d}.host-reviews{padding-inline:2em;color:#161616}.host-reviews .top-text{display:flex;align-items:center;margin-bottom:32px}.host-reviews .top-text>h2{font-weight:700;font-size:32px;margin:0 20px 0 0}.host-reviews .top-text>p{margin:0;color:#4d4d4d}.host-reviews .top-text>p span{text-decoration:underline;font-weight:700}.host-reviews>img{margin-bottom:36px}.host-reviews .review{margin-block:25px}.host-reviews .review .info{display:flex}.host-reviews .review .name{color:#161616;margin-right:10px;font-weight:600}.host-reviews .review .date{color:#8c8c8c}.host-reviews hr{background-color:#c7c7c7;height:1px;border:0}.host-reviews .review-star{color:#ff8c38;margin-right:5px}
