.ProductDetails {
    &-date-rows {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        margin-top: 5px;
    }

    .Alert {
        min-height: inherit;
        padding: 4px;
    }

    &-timed-unsupported-alert {
        margin: 10px 0;
    }

    .date-row {
        display: flex;
        align-items: center;

        .field-name {
            flex-shrink: 0;
            width: 200px;
            color: var(--gray-600);
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 500;
            margin-right: 20px;
            vertical-align: middle;
        }

        .detail {
            flex-grow: 1;

            &.row-input {
                display: flex;
                align-items: center;
                gap: 10px;
            }

            .DatePicker,
            .Dropdown,
            .display-value {
                width: 180px;
                min-width: 180px;
            }
        }
    }

    &-schedule-table {
        margin-top: 40px;
    }

    .detail {
        .ReleaseScheduleTable {
            .GridTable.empty {
                border-radius: 5px;
                box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
            }
        }
    }

    &-info {
        margin: 0 0 0 10px;
        border: 1px solid #7abdff !important;
        background-color: #f0f7ff !important;
    }

    &-warning,
    &-error {
        margin: 0 0 0 10px;
    }

    &-modal-link {
        margin-bottom: 2px;
    }

    &-table-header {
        display: flex;
        justify-content: space-between;
    }

    &-table-title {
        font-size: 16px;
        margin: 10px 0;
    }
}
