.StoreMarketingHighlights {
    &-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 20px 0;
    }

    &-title {
        font-size: 14px;
    }

    &-body {
        display: flex;
    }

    &-spotify-highlights {
        align-self: flex-start;
        flex: 1;
        margin: 0 20px 0 0;
    }

    &-apple-highlights {
        align-self: flex-start;
        flex: 1;
        margin-left: auto;
        margin-right: auto;
    }

    &-apple-header,
    &-spotify-header {
        display: flex;
        align-items: baseline;
        margin: 0 0 5px 0;
    }

    &-apple-title,
    &-spotify-title {
        color: var(--gray-600);
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        margin: 0 8px;
    }

    &-apple-icon,
    &-spotify-icon {
        align-self: center;
        margin: 0 0 3px 0;
    }

    &-apple-tooltip,
    &-spotify-tooltip {
        margin: 0 0 3px 0;
    }

    &-apple-text-area,
    &-spotify-text-area {
        font-size: 14px;
    }

    &-apple-text,
    &-spotify-text {
        font-size: 14px;
        white-space: break-spaces;
    }
}
