.LEStandardPageFooterView {
    font-size: 18px;
    line-height: 1.5;

    /**
     * When this view is a child of a flexbox parent, an auto value for
     * margin-top will allow it to move to the bottom of short pages. It will
     * compute to 0 if the parent is not a flexbox.
     */
    margin-top: auto;
    overflow-wrap: break-word;

    position: relative; /* ensure box-shadow covers siblings */
    z-index: 1;

    background-color: #5f4f3f;
    background-image: url("/images/noise-with-opacity-03.png"),
                      url("/images/2of5-white-stripes-with-opacity-03.png");
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);

    color: rgba(255, 255, 255, 0.8);
}

.LEStandardPageFooterView a {
    border-bottom: 2px solid transparent;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none !important;
}

.LEStandardPageFooterView a:hover {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.LEStandardPageFooterView > .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.LEStandardPageFooterView > .container > * {
    box-sizing: border-box;
    max-width: 100%;
    padding: 20px;
    width: 320px;
}

.LEStandardPageFooterView > .copyright {
    font-size: 14px;
    padding: 30px 10px 10px;
    text-align: center;
}
