.PromoPlayerOverviewAppearance {
    width: 220px;
    
    &-preview {
        height: 100%;
        width: 100%;
    }

    &-previewContainer {
        height: 220px;
        position: relative;
        width: 220px;
    }

    &-themeOptions {
        align-items: center;
        background-color: rgba(255, 255, 255, .8);
        display: flex;
        justify-content: center;
        margin-top: -34px;
        padding: 8px;
        position: relative;
    }

    &-previewLink {
        color: inherit;
        font-size: xx-small;
        padding: 3px 6px 3px 6px;
    }
    
    &-previewLink:hover,
    &-previewLink:focus,
    &-previewLink:active,
    &-previewLink:visited {
        color: inherit;
        text-decoration: none;
    }
}
