@media screen and (max-width:480px){.featured-card .bot-bar,.featured-card .top-bar{width:calc(100% - 60px);padding:30px;z-index:999}.featured-card-modal .top-bar{display:flex;flex-direction:column;align-items:flex-start!important;justify-content:center;gap:20px}}@media screen and (min-width:481px)and (max-width:1279px){.featured-card .bot-bar,.featured-card .top-bar{width:calc(100% - 40px);padding:20px;z-index:999}.featured-card:hover{transition:.4s;box-shadow:inset 0 0 0 4px rgba(255,255,255,.7)}}@media screen and (min-width:1280px){.featured-card .bot-bar,.featured-card .top-bar{width:calc(100% - 60px);padding:30px;z-index:999}.featured-card:hover{transition:.4s}}.featured-card{transition:.4s;cursor:pointer;position:relative;width:100%;height:380px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background-size:cover;overflow:hidden;border-radius:15px;box-shadow:inset 0 0 0 3px rgba(255,255,255,.08)}.featured-card .shadow{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;background:radial-gradient(circle,rgba(0,0,0,0) 0,rgba(0,0,0,.2) 70%);border-radius:15px}.featured-card .top-bar{display:flex;align-items:center;justify-content:space-between;z-index:2;width:100%}.featured-card .top-bar-closed .card-actions{width:100%}.featured-card .bot-bar{width:100%;display:flex;flex-direction:column;gap:15px}.featured-card .bot-bar .text{margin-left:5px;position:relative}.featured-card .bot-bar .text .location,.featured-card .bot-bar .text .title{text-overflow:ellipsis;margin:0;color:#fff;font-family:Satoshi;font-size:16px;font-style:normal;font-weight:700;line-height:135%}.featured-card .bot-bar .text .location{opacity:.7}.featured-card .bot-bar .add-button:hover{background-color:#fff;transition:.4s}.featured-card .bot-bar .add-button{transition:.4s;height:44px;cursor:pointer;position:relative;width:fit-content;display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 16px;border-radius:7px;background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);border:none}.featured-card .bot-bar .add-button .icon{display:flex;align-items:flex-end;justify-content:center}.featured-card .bot-bar .add-button p{margin:0;font-family:Satoshi;color:#141414;font-size:15px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.featured-card .bot-bar .add-button .separator{width:2px;height:12px;border-radius:46px;background:rgba(0,0,0,.2)}