.panel-footer-wrapper {
    text-align: center;
    overflow: hidden;
    background: white;
    border-top: 1px solid #e0e5e7;
    padding: 16px 32px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #072653;
    border-radius: 0px 0px 6px 6px;
}

.panel-footer-wrapper .footer-text-container {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.panel-footer-wrapper .footer-text-container:last-child {
    margin-bottom: 0;
}

.panel-footer-wrapper .rules-link {
    color: #072653;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.panel-footer-wrapper .brand-container {
    text-transform: uppercase;
    color: #072653;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: center;
}

.panel-footer-wrapper .brand-container .brand-container-label {
    margin-right: 5px;
}

.panel-footer-wrapper .brand-container img,
.panel-footer-wrapper .brand-container.elavon img {
    width: 80px;
    height: 38px;
}

.panel-footer-wrapper .brand-container.eservice img {
    width: 90px;
    height: 17px;
}
