/* Mobile performance helpers: reserved image space, no Font Awesome. */

#logo {
    width: 40px;
    height: 40px;
    min-height: 40px;
}

.social-icon {
    width: 1em;
    height: 1em;
    fill: currentColor;
    display: inline-block;
    vertical-align: -0.125em;
}

.section-icon {
    width: 250px;
    height: 250px;
    max-height: 250px;
    object-fit: contain;
}

.fa.fa-star,
.fa-star {
    font-family: inherit;
    font-style: normal;
    font-weight: 700;
}

.fa.fa-star::before,
.fa-star::before {
    content: "★";
}

.lcp-hero {
    width: 100%;
    max-height: 250px;
    height: auto;
    object-fit: contain;
}
