﻿.ProductModalHeaderV2 {
    .header-label {
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 1px;
        color: var(--text-secondary);
        margin-right: 5px;
    }

    .header-label-text {
        font-weight: 400;
        font-size: 14px;
    }

    .header-separator {
        height: 13px;
        margin: 0 10px;
        border-right: 1px solid var(--gray-500);
        display: inline-block;
    }

    .rhs-buttons {
        display: flex;
        flex-grow: 1;
        justify-content: flex-end;
        align-items: center;

        .btn {
            font-size: 13px;
            margin-left: 1.1rem;
        }
    }

    .oa-edit {
        color: #276b9b;
    }

    &-productName {
        margin-top: 0.45rem;
    }

    &-body-titles {
        .Tag {
            text-transform: capitalize;
        }
    }
}
