body.home .mwr-home--showcase,
body.home .mwr-home--showcase *{
    box-sizing:border-box;
}

body.home .mwr-home--showcase{
    width:100%;
    min-width:0;
    overflow:hidden!important;
    padding:18px!important;
    border:1px solid #d6e9f8!important;
    border-radius:28px!important;
    background:linear-gradient(145deg,#eef9ff,#f9fcff 48%,#edf8ff)!important;
    box-shadow:0 18px 48px rgba(20,78,134,.09)!important;
}

body.home .mwr-home-showcase-top{
    display:grid!important;
    grid-template-columns:minmax(0,1.65fr) minmax(340px,.85fr)!important;
    gap:12px!important;
    align-items:stretch!important;
    margin-bottom:14px!important;
}

body.home .mwr-home-head{
    min-height:108px!important;
    padding:16px 20px!important;
    border:1px solid #dceaf7!important;
    border-radius:19px!important;
    background:#fff!important;
    box-shadow:0 8px 22px rgba(16,72,128,.06)!important;
}

body.home .mwr-home-feature-links{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
}

body.home .mwr-home-feature-links>a{
    min-width:0!important;
    min-height:108px!important;
    border-radius:19px!important;
    background:#fff!important;
    border:1px solid #dceaf7!important;
    box-shadow:0 8px 22px rgba(16,72,128,.06)!important;
}

body.home .mwr-home-layout{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
    min-width:0!important;
    gap:0!important;
}

body.home .mwr-home-feature{
    width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
    border-radius:22px!important;
}

body.home .mwr-home-media{
    width:100%!important;
    height:430px!important;
    overflow:hidden!important;
    border-radius:22px!important;
}

body.home .mwr-home-media>img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
}

body.home .mwr-home-copy h3{
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    overflow:hidden!important;
}

body.home .mwr-home-rec{
    display:none!important;
}

body.home .mwr-home-categories{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    width:100%!important;
    max-width:100%!important;
    margin:14px 0!important;
    padding:2px!important;
    overflow-x:auto!important;
    scrollbar-width:none;
}

body.home .mwr-home-categories::-webkit-scrollbar{
    display:none;
}

body.home .mwr-home-categories>a{
    flex:0 0 auto!important;
    min-height:42px!important;
    padding:0 15px!important;
    border-radius:12px!important;
    white-space:nowrap!important;
    background:#fff!important;
}

body.home .mwr-home-bottom{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
    width:100%!important;
    min-width:0!important;
}

body.home .mwr-home-recommended-grid{
    grid-column:1/-1!important;
    width:100%!important;
    min-width:0!important;
    padding:18px!important;
    border-radius:20px!important;
    background:#fff!important;
}

body.home .mwr-home-recommended-grid>header{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:14px!important;
    margin-bottom:16px!important;
}

body.home .mwr-home-recommended-grid>header p{
    margin:0!important;
}

body.home .mwr-home-recommended-grid>header p b{
    display:block!important;
    font-size:24px!important;
    color:#0a3274!important;
}

body.home .mwr-home-recommended-grid>header p small{
    display:block!important;
    margin-top:3px!important;
    color:#7187a3!important;
    font-size:10px!important;
}

body.home .mwr-home-recommended-grid>div{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:13px!important;
}

body.home .mwr-home-card{
    display:flex!important;
    flex-direction:column!important;
    min-width:0!important;
    height:100%!important;
    overflow:hidden!important;
    border:1px solid #dce8f4!important;
    border-radius:16px!important;
    background:#fff!important;
    box-shadow:0 7px 20px rgba(16,72,128,.07)!important;
}

body.home .mwr-home-card-media{
    position:relative!important;
    width:100%!important;
    aspect-ratio:16/9!important;
    overflow:hidden!important;
}

body.home .mwr-home-card-media img{
    width:100%!important;
    height:100%!important;
    display:block!important;
    object-fit:cover!important;
}

body.home .mwr-home-card-body{
    display:flex!important;
    flex-direction:column!important;
    flex:1!important;
    min-width:0!important;
    padding:11px!important;
}

body.home .mwr-home-card-body h3{
    min-height:43px!important;
    margin:0!important;
}

body.home .mwr-home-card-body h3 a{
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    overflow:hidden!important;
    font-size:12px!important;
    line-height:1.42!important;
    font-weight:900!important;
}

body.home .mwr-home-card-source{
    margin:6px 0 0!important;
    color:#7287a3!important;
    font-size:8.5px!important;
}

body.home .mwr-home-card-stats{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    margin-top:9px!important;
}

body.home .mwr-home-card-tags{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:5px!important;
    margin-top:8px!important;
}

body.home .mwr-home-card-tags>span{
    display:inline-flex!important;
    align-items:center!important;
    min-height:22px!important;
    padding:0 8px!important;
    border-radius:999px!important;
    background:#edf6ff!important;
    color:#196cc9!important;
    font-size:7.5px!important;
    font-weight:850!important;
    white-space:nowrap!important;
}

body.home .mwr-home-card-reward{
    margin-top:10px!important;
}

body.home .mwr-home-card-cta{
    min-height:42px!important;
    margin-top:auto!important;
    border-radius:10px!important;
    background:linear-gradient(90deg,#ff174b,#ff315e)!important;
    color:#fff!important;
}

body.home .mwr-home-how,
body.home .mwr-home-daily{
    width:100%!important;
    min-width:0!important;
    border-radius:20px!important;
    padding:18px!important;
    background:#fff!important;
    box-shadow:0 8px 24px rgba(16,72,128,.06)!important;
}

@media(max-width:980px){
    body.home .mwr-home-showcase-top{
        grid-template-columns:1fr!important;
    }

    body.home .mwr-home-recommended-grid>div{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }

    body.home .mwr-home-media{
        height:370px!important;
    }
}

@media(max-width:620px){
    body.home .mwr-home--showcase{
        padding:9px!important;
        border-radius:18px!important;
    }

    body.home .mwr-home-feature-links{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }

    body.home .mwr-home-media{
        height:290px!important;
    }

    body.home .mwr-home-recommended-grid>div{
        grid-template-columns:1fr!important;
    }

    body.home .mwr-home-bottom{
        grid-template-columns:1fr!important;
    }

    body.home .mwr-home-recommended-grid,
    body.home .mwr-home-how,
    body.home .mwr-home-daily{
        padding:12px!important;
    }
}