body {
    font-family: 'Open Sans', 'Source Sans Pro', Arial, sans-serif;
    font-size: 0.75rem;
    color: #e3c800;
    background-color: #000;
}

h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 600;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

a {
    text-decoration: none;
}

.text-amneal {
    color: #e3c800
}

.text-amneal-light-grey {
    color: #e3c800
}

.text-amneal {
    color: #e3c800 !important
}

.text-medium-grey {
    color: #495057; /* Between secondary and dark */
}

.bg-amneal {
    background-color: black;
}

.btn-amneal {
    background-color: #e3c800;
    color: black;
}

.table-rounded {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    /* critical */
}

.expand-all-products {
    cursor: pointer;
}

.amneal-parent {
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: none;
    color: #bbb;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    padding: 12px 30px 12px 0;
    opacity: 0.7;

    transition:
        color 0.2s ease,
        opacity 0.2s ease,
        transform 0.15s ease;
}

.amneal-parent:hover {
    color: #fff;
    opacity: 1;
    transform: translateX(2px);
}

.amneal-child {
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: none;
    color: #bbb;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    padding: 12px 30px 12px 0;
    opacity: 0.7;

    transition:
        color 0.2s ease,
        opacity 0.2s ease,
        transform 0.15s ease;
}

.amneal-child:hover {
    color: #fff;
    opacity: 1;
    transform: translateX(2px);
}

.parent-title {
    padding-top: 1.5rem;
    border-top: 1px solid white;
}

/* Logo */
.site-logo {
    flex-shrink: 0;
}

.site-logo a {
    display: block;
    line-height: 0;
}

.site-logo img {
    display: block;
    height: 40px;
    width: auto;
}

tr.child-row td {
    background-color: #fff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        inset 0 -1px 2px rgba(0, 0, 0, 0.05);
}

.header-child {
    transition: none;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    bottom: auto;
    box-sizing: border-box;
    clip: auto;
    color: white;
    float: none;
    font-family: inherit;
    font-size: 12px;
    left: auto;
    line-height: 1.7;
    list-style-type: none;
    min-height: auto;
    max-height: none;
    min-width: auto;
    max-width: none;
    opacity: 1;
    outline: none;
    overflow: visible;
    pointer-events: auto;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    transform: none;
    top: auto;
    visibility: inherit;
    width: auto;
    word-wrap: break-word;
    white-space: normal;
    -webkit-tap-highlight-color: transparent;
}

.nav-child {
    display: inline-flex;
    align-items: center;
    background: transparent;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    padding: 8px 30px 8px 0;
    border-bottom: 2px solid transparent;
}

.nav-child:hover {
    color: white;
    border-bottom: #e3c800 solid 2px !important;
}

.main-navigation {
    padding: 20px;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
}

.bg-dark {
    background-color: #232323 !important;
}

.text-dark {
    color: #232323 !important;
}

.table-amneal-dark {
    --bs-table-bg: #232323;
    --bs-table-color: #fff;
    --bs-table-border-color: #2f2f2f;
    --bs-table-striped-bg: #2a2a2a;
    --bs-table-striped-color: #fff;
    --bs-table-hover-bg: #303030;
    --bs-table-hover-color: #fff;
}

.product-image {
    display: inline;
    max-width: 45px;
    text-align: center;
    padding: 1%;
}

.product-image-single {
    display: incline;
    max-width: 75px;
    max-height: 100%;
    text-align: center;
    padding: 1%;
}

.mobile-filter-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90vh;
    background: #000;
    z-index: 1050;
    padding: 1.5rem;
    overflow-y: auto;
}

.slide-down-enter-active,
.slide-down-leave-active {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.slide-down-enter-from,
.slide-down-leave-to {
    transform: translateY(-100%);
    opacity: 0;
}

.slide-down-enter-to,
.slide-down-leave-from {
    transform: translateY(0);
    opacity: 1;
}

.mobile-menu-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23e3c800' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-repeat: no-repeat;
    background-size: cover;
}

.parent-card {
    color: white;
    border: none;
}

.parent-card:hover {
    background-color: #5a6268;
}

.child-card {
    background-color: #ffffff;
    color: #000;
    border: 1px solid #dee2e6;
}