.Compare {

    .Select-noresults {
        padding: 0;
    }

    .Select-arrow-zone {
        display: none;
    }

    .Select-option:not(.is-disabled) {
        border-bottom: 1px solid var(--gray-200);
    }

    position: absolute;
    margin-top: 45px;
    width: 100%;

    &-placeholder {
        min-height: 200px;

        .Loading {
            padding-top: 40px;
        }
    }

    &-result-row {
        padding: 5px;
        font-size: 14px;
        display: flex;
    }

    &-result-header {
        height: 20px;

        @include fonttype-label;

        padding: 5px;
        margin-bottom: 5px;
        font-size: 14px;
    }

    &-result-info {
        display: inline-block;
    }

    &-result-subtitle {
        color: var(--gray-500);
    }

    &-search-icon {
        position: absolute;
        height: 40px;
        right: 10px;
        top: 10px;
    }

    &-podcast-image {
        height: 40px;
        width: 40px;
        margin-right: 10px;
    }

    &-placeholder-image {
        background-color: var(--gray-100);
        display: flex;
        align-items: center;
        justify-content: center;

        .Outline {
            height: 25px;
            width: 25px;
        }
    }

    &-loading-header {
        width: 90px;
        height: 20px;
        margin: 10px 10px 0;
    }

    &-loading-row {
        display: flex;
        padding: 10px;
        height: 60px;
        border-bottom: 1px solid var(--gray-200);
    }

    &-loading-image {
        width: 40px;
        margin-right: 10px;
    }

    &-loading-info {
        width: 135px;
    }

    &-noresults-icon {
        padding-top: 40px;
        display: flex;
        justify-content: center;
    }

    &-noresults-text {
        text-align: center;
    }
}
