.PhysicalProductDetailsReview {
    background-color: var(--white);

    &-section {
        display: flex;
        flex-wrap: wrap;
        width: $content-inner-width;

        .PhysicalProductDetailsItem {
            margin-right: $grid_gutter_width;
        }

        .PhysicalProductDetailsItem:nth-child(4n + 1) {
            margin-right: 0;
        }
    }

    .PhysicalSupplyChainItem {
        margin-left: 200px;
    }

    &-section-heading {
        color: var(--gray-900);
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-weight: $weight_bold;
        margin-bottom: 10px;
        margin-top: 0;
        width: 100%;
    }

    h3 { /* stylelint-disable-line */
        margin-top: 10px;
    }

    &-missing-mkt-container {
        flex-basis: 100%;
    }

    &-missing-mkt {
        width: 575px;
    }

    &-project-highlight-url {
        float: right;
        font-size: 11px;
        font-weight: 500;
        margin-left: 20px;
        position: relative;
        top: -3px;
    }

    &-mkt-container {
        flex-basis: 100%;
    }

    &-translation-container .PhysicalProductReviewInfoItem {
        width: 250px;
    }

    .Icons-external-link {
        fill: var(--bluejay);
        position: relative;
        top: 4px;
    }
}
