$oa-gray-border: #d9d2d0 !default;
$oa-gray-background: #f2f2f2;
/* stylelint-disable selector-class-pattern */
.OAProjectInfo {
    /* stylelint-enable selector-class-pattern */
    border-bottom: 1px solid var(--gray-400);
    border-left: 1px solid var(--gray-400);
    border-right: 1px solid var(--gray-400);
    margin-bottom: 20px;
    width: 100%;

    &-project-header {
        margin-top: 0;
    }

    &-panel-header {
        background: $oa-gray-background;
        border-bottom: 1px solid $oa-gray-border;
        border-top: 1px solid $oa-gray-border;
        padding: 10px;
    }

    &-header {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 14px;
        margin-top: 15px;
    }

    &-project-highlights {
        margin-left: 15px;
        min-height: 60px;
    }

    &-project-info {
        border-bottom: 1px solid $oa-gray-border;
        display: flex;
        padding-bottom: 25px;
    }

    &-column-labels {
        display: flex;
        flex-direction: column;
        font-weight: 500;
        text-align: right;
        width: 210px;
    }

    &-column-label {
        margin-right: 5px;
        margin-top: 15px;
    }

    &-column-values {
        display: flex;
        flex-direction: column;
        width: 300px;
    }

    &-column-value {
        margin-top: 15px;
        min-width: 300px;
        white-space: pre-line;
    }

    &-buttons {
        border-top: 1px solid $oa-gray-border;
        display: flex;
        justify-content: flex-end;
    }

    &-button {
        margin: 5px 10px;
    }

    &-button:first-child {
        margin-right: 0;
    }

    &-error {
        color: $red_200;
    }

    &-link {
        font-size: 11px;
        font-weight: 500;
        padding-bottom: 7px;
        padding-top: 8px;
        text-transform: uppercase;
    }

    &-privacy-note {
        background-color: var(--bluejay_light);
        color: var(--bluejay);
        margin: 10px 10px 0 10px;
        padding: 20px 10px;

        .Icons-info {
            fill: var(--bluejay);
            height: 20px;
            margin-right: 15px;
            vertical-align: middle;
            width: 20px;
        }
    }

    &-privacy-note-bold {
        font-weight: bold;
        margin-right: 3px;
    }
}

.ProjectHighlights {
    &-territory-header {
        font-size: 15px;
    }
}
