.ingredient-container {
    padding: 10px;
    padding-bottom: 1rem;
    /* padding-top: 1rem; */
    border: solid 2px #6929c426;
    border-radius: 20px;
    margin-right: 16px;
}

.ingredient-summary-container {
    padding: 25px 20px 25px 20px;
    border-radius: 20px;
    margin-top: 10px;
}

.ingredient-summary-bg-color {
    background-color: #6929c417;
}

.ingredient-details-container {
    padding: 10px 20px 0px 20px;
    border-radius: 20px;
    margin-top: 20px;
}

.ingredients-details {
    background-color: #fff;
    border: solid 2px hsla(0, 18%, 90%, 0.804); 
    border-radius: 5px;
}


.ingredient-name {
    font-size: 2rem;
    font-weight: 600;
    color: #3a3a3a;
    line-height: 2rem;
    margin-bottom: 0.5rem;
}

.ingredient-heading {
    font-size: 1.1rem;
    font-weight: 600;
}

.breadcrumb-custom{
    font-size: 0.9rem !important;
}

.scrollable-column {
    overflow-y: auto;
    /* margin-left: 32px; */
    margin-right: 32px;
    max-width: 46.875rem;
}

.side-column {
  
    
    /* width: 25%; Adjust the width as needed */
    padding: 1.25rem; /* Add padding as needed */
    background-color: #f8f9fa; /* Add background color as needed */
    border-left: .0625rem solid #dee2e6; /* Add border as needed */
   
    margin-right: 0px;
}

.ingredients-side-column {
    /* margin-top: 25rem; */
    border-radius: 20px;
    border: solid 2px #6929c426;
}

.popular-ingredient-name {
    color: var(--text-primary-color);
}

@media (max-width: 768px) {
    .ingredient-container {
        margin-right: 0px;
    }

    .ingredient-details-container {
       padding: 10px 10px 0px 10px;
    }
}