@import url(/resource/stylesheet/common.css);

@layer home {

    .featured-page {
        margin-top: 0.5em;
        overflow: hidden;

        .featured-title,
        .featured-url {
            width: max-content;
            display: inline;
            max-width: 100%;
        }

        .featured-url {
            margin-left: 0.5em;
            font-size: 0.75em;
        }

        .featured-image {
            margin-top: 0.5em;
            margin-right: auto;
            margin-left: auto;
            height: 20em;
            display: block;
        }

    }

}
