/* Fix Cassiopeia banner spacing */
.container-banner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Mourning Compact Style */
.royal-tribute.compact {
    background: #1f4c78;
    color: #ffffff;
    text-align: center;
    padding: 25px 15px;
    margin: 0;
}

.royal-tribute.compact .tribute-title {
    font-size: 22px;
    margin-bottom: 6px;
    font-weight: 400;
}

.royal-tribute.compact .tribute-divider {
    width: 50px;
    height: 1px;
    background: #ffffff;
    margin: 8px auto;
    opacity: 0.6;
}

.royal-tribute.compact .tribute-sub {
    font-size: 15px;
    margin: 0;
    font-weight: 300;
}