/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* OpenClaw Avel static map preview 2026-06-10 */
.avel-static-map-preview{display:block;width:100%;border-radius:36px;overflow:hidden;box-shadow:0 18px 42px rgba(8,109,163,.16);background:#eaf6fd;text-decoration:none!important;}
.avel-static-map-preview img{display:block;width:100%;height:auto;aspect-ratio:15/7;object-fit:cover;transition:transform .35s ease,filter .35s ease;}
.avel-static-map-preview:hover img{transform:scale(1.02);filter:saturate(1.05);}
@media(max-width:849px){.avel-static-map-preview{border-radius:24px;margin-top:22px}.avel-static-map-preview img{aspect-ratio:16/10;}}
