.tepezza-dosing .amg-accordion-group:has(amg-accordion-item[prominence=low]) .amg-table--sticky-row thead {
    top: 0 !important;
}

.tepezza-dosing .amg-accordion-group:has(amg-accordion-item[prominence=low]) .amg-accordion__content {
    overflow-x: auto;
}

.tepezza-dosing .amg-accordion-group:has(amg-accordion-item[prominence=low]) .amg-table--sticky-row thead tr:nth-child(1) th {
    padding: 8px 3px; 
    font-size: 10px; 
    font-weight: 800; 
    line-height: 14px;
    vertical-align: middle;
}

.tepezza-dosing .amg-accordion-group:has(amg-accordion-item[prominence=low]) .amg-table--sticky-row thead tr:last-child th {
    padding: 8px 3px !important;
    font-size: 9px;
}

.tepezza-dosing .amg-accordion-group:has(amg-accordion-item[prominence=low]) .amg-table.amg-table--zebra-row tbody td {
    padding: 8px 2px;
    font-size: 9px;
}

.tepezza-dosing .amg-table th {
    min-width: 0;
}

.tepezza-dosing .amg-container {
    max-width: 100%;
}
/* ISI in 2560px viewport starts here */
.amg-isi-header-inner.amg-container, .amg-isi-content-wrapper.amg-container {
    max-width: 1152px;
}
/* ISI in 2560px viewport ends here */

/* Brightcove video height issue fix starts here */
@media (min-width: 992px) {
    .tepezza-administration .bcv-video .amg-container-fluid .amg-row.amg-sb amg-brightcove-video {
        height: unset;
    }
}
.tepezza-administration .amg-brightcove-video amg-accordion-item .amg-accordion__content {
	box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
}
/* Brightcove video height issue fix ends here */

/* Carouse button position issue fix starts here */
@media (min-width: 46.875rem) and (max-width: 61.875rem) {
 .patient-results button.amg-content-controls__arrow--prev {
        left: 2%;
    }
    .patient-results button.amg-content-controls__arrow--next {
        right: 2%;
    }
}
@media (min-width: 2560px) {
 .patient-results button.amg-content-controls__arrow--prev {
        left: 13%;
    }
    .patient-results button.amg-content-controls__arrow--next {
        right: 13%;
    }
}
/* Carouse button position issue fix ends here */