.ProductArtworkPanel {
    min-height: 100%;

    &.revision {
        border-color: $indigo !important;
    }

    .Revision-wrapper {
        flex-direction: column;

        .Revision-header-wrapper {
            display: flex;
            justify-content: space-between;
            width: 100%;
            margin-bottom: 1rem;
            padding-bottom: 0.5rem;
        }

        .Revision-header {
            display: flex;
            justify-content: left;
            width: 100%;
        }

        .Revision-header-title {
            font-size: 18px;
            padding-right: 0.8rem;
        }

        .Revision-info-body {
            width: 100%;
            padding: 0;
        }
    }
}
