.ProductModal-Components-SchedulingAndPricing {
    .fragment-box {
        background-color: white;
    }

    .fragment-title-wrapper {
        display: flex;
        text-transform: capitalize;
    }

    .value {
        margin-bottom: 1.429rem;
        text-transform: capitalize;
    }

    &-row {
        display: flex;
        flex-wrap: wrap;
    }

    &-column {
        margin-right: 2.143rem;
        width: 31%;
        font-style: normal;
        font-weight: normal;
        font-size: 1rem;
        line-height: 1.429rem;
    }

    .scheduling-and-pricing-table {
        .GridTable-container {
            border-radius: 10px;
        }
        .GridTable-header {
            padding: 0;
        }
    }
    .SuiteSection-sub-table {
        border: none;
        padding: 0;
    }

    .TimedReleases {
        &-header {
            .SuiteSection-header-content {
                display: flex;
                flex-direction: column;
                align-items: baseline;
            }

            &-primary {
                font-weight: 500;
                font-size: 16px;
                line-height: 22px;
                color: var(--gray-900);
            }
            &-secondary {
                font-weight: 400;
                font-size: 12px;
                line-height: 18px;
                color: var(--gray-700);
            }
        }

        &-badge {
            border-radius: 3px;
            background-color: var(--warning-200);
            padding: 2px 4px;
            margin-right: 6px;
        }
    }
}
