.medallion-empty-wrapper {
    display: flex;
    flex-direction: column;
    
    border-radius: 16px;
    overflow: hidden;
}

.medallion-empty-header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 270px;
    background-color: #595959;
    color: var(--e-global-color-accent);
    font-family: "Bobby CE", Sans-serif;
    font-size: 150px;
}

.medallion-empty-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 16px;
    background-color: var(--e-global-color-primary);
    min-height: 300px;
    gap: 16px;
}

.medallion-empty-header-text {
    font-family: "Bobby CE", Sans-serif;
    font-size: 26px;
    color: #FFFFFF;
}

.medallion-empty-text {
    color: #FFFFFF;
}