.disease{background: #f0f2f5; border-radius: 25px; padding: 2px 10px; margin-left: -5px;}
.therapeutic{font-weight: 400;}
.summary-column-2 .single_variation_wrap .woocommerce-variation-description {display: none !important;}

/* style.css */
.section-header {
    display: flex;
    align-items: center;
    margin-top: 0;
}

.icon-container {
    margin-right: 10px; /* Separation from adjacent elements */
    /* Flex item: Adapt size based on the sibling text content */
    width: 28px;
    height: 28px; /* Initial size; adjust as needed */
    flex-shrink: 0; /* Prevent the icon from shrinking smaller than its initial size */
    flex-grow: 0; /* Prevent the icon from growing larger than its initial size */
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: center; /* Center the icon horizontally */
    align-items: center; /* Center the icon vertically */
    background: none;
    opacity: 1;
    border: 0;
    padding: 0;
    position: relative;
}



.title-container {
    font-size: 18px;
    color: rgba(16,49,120,1);
    font-weight: bold;
    margin-top: 0; /* Removes default margins from <h2> to control spacing explicitly */
    flex-grow: 1 !important; /* Flex item: Allow to expand and contract based on content */
    margin-left: 0;
}

.safety-icon {
    margin-right: 10px; /* Adjust the space as needed */
    width: 28px; /* Ajuste este valor como sea necesario */
    height: auto; /* Establecer en auto para mantener las proporciones de la imagen */
    margin-top: 0px; /* Adjust the margin as necessary */
}

.question-title {
    font-size: 16px;
    color: rgba(16,49,120,1);
    font-weight: bold;
    margin-top: 0; /* Removes default margins from <h2> to control spacing explicitly */
}

.sub-header {
    color: rgba(16,49,120,1);
    font-weight: bold;
    margin-top: 0; /* Removes default margins from <h2> to control spacing explicitly */
}

.drug-content {
    /* Add any styles for the content display */
    display: block; 
    margin-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.medicine-information-section,
.medical-indication-section,
.benefit-section,
.machanism-of-action-section,
.drug-use-section,
.best-time-take-section,
.side-effect-section,
.contraindication-section,
.safety-warnings-precautions-section,
.medicine-interaction-section,
.store-dispose-section,
.quick-tips-section,
.monitor-section,
.diet-section,
.references-section,
.question-answer-section,
.diet-section1 {
    padding-top: 0px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 0px;
    border-bottom: 1px solid #dfe3e6;
}

/*.effect-of-drug-overdose-section,
.effect-of-drug-missdose-section {
    padding-top: 0px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 0px;
    border-bottom: 1px solid #dfe3e6;
    padding-left: 15px;
}*/

.effect-of-drug-overdose-section,
.effect-of-drug-missdose-section {
    padding-top: 0px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 0px;
    border-bottom: 0px solid #dfe3e6;
    padding-left: 15px;
}

.alcohol-safety-warning-section,
.allergy-safety-warning-section,
.pregnancy-safety-warning-section,
.children-safety-warning-section,
.lactation-safety-warning-section,
.drive-safety-warning-section,
.kidney-safety-warning-section,
.heart-safety-warning-section,
.liver-safety-warning-section,
.lungs-safety-warning-section,
.faq-item{
    padding-top: 0px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
    border-bottom: 0px solid #dfe3e6;
    padding-left: 15px;
}




/*product-extras-information*/

/*
.product-extras {
}
*/

.composition-name,
.pack-size-name,
.therapeutic-name {
    font-weight: 100;
    
}

.disease-name {
    /* Insert custom disease link styles here. */
    background: #f0f2f5; border-radius: 25px; padding: 2px 10px; margin-left: -5px;
    margin-top: 10px;
    font-weight: 900;
}


.composition-title,
.pack-size-title,
.therapeautic-title {
    font-weight: 900;
    margin-right: 8px;
}

/* Change color on hover */
.composition-name:hover,
.therapeutic-name:hover,
.disease-name:hover {
    color: #15a9e3; /* Change this to your preferred color */
}

/* Or add underline on hover */
/*
.composition-title:hover,
.therapeautic-title:hover,
.disease-name:hover {
    text-decoration: underline;
}
*/

/*
.product-extra-composition {
    /* Insert custom composition styles here. 
}*/


/*
.product-extra-pack-size {
    /* Insert custom pack size styles here. 
}*/


/*
.product-extra-therapeutic {
    /* Insert custom therapeutic styles here. 
}*/

.ts_product_brand .brand_name:hover {
    color: #15a9e3; /* Change the color to whatever you prefer */
    /*text-decoration: underline; /* Or any other hover effect you want */
}

/* Align the anchor tag that wraps the brand name properly */
.ts_product_brand {
  vertical-align: baseline;
}

/* Adjust the brand_name span if further tweaking is needed */
.brand_name {
  display: inline-block;
  position: relative;
  top: 0; /* Moves the brand name 1px up; adjust as needed */
}

.brand-container {
    display: block; /* Ensures that the container is a block-level element */
    clear: both; /* Prevents floating elements from affecting the layout */
    width: 100%; /* Takes the full width to ensure it starts on a new line */
    margin-top: 10px; /* Adjusts spacing above the brand name, modify as needed */
}

/* drug information table style */
.product-meta-table {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 5px;
    
}

/* row style */
.product-meta-row {
    height: 50px;
    
}


/* label style 
.product-meta-label {
    font-weight: bold !important;
}*/

/* value style 
.product-meta-value {
    font-weight: 100 !important;
}*/

/* link style */
.product-term-link {
    color: #007BFF;
    text-decoration: none;
}

.product-term-link:hover {
    color: #15a9e3 !important; /* New color when hovering */
}

/* space below the table */
.post-padding {
    height: 0em;
}


/* Initially hide the clear button 
    .reset_variations {
        display: none !important;
    }*/
    
    
    
/* Style for the Clear button 
.clear-variation-button {
	font-size: 14px;
    font-weight: 400;
    font-family: PT Sans;
    line-height: 24px;
    letter-spacing: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
    word-wrap: break-word;
    text-decoration: none;
    transition: color .1s ease-out;
    outline: 0;
    color: #184363;
    transform: translateY(-4px);
    visibility: visible;
    display: block;
}*/


/* Style for the Clear button 
button.clear-variation-button {
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  padding: 8px 16px !important;
  text-align: center !important;
  text-decoration: none !important;
  display: inline-block !important;
  font-size: 14px !important;
  margin: 4px 2px !important;
  cursor: pointer !important;
  border-radius: 4px !important;
}

/* Override hover effect 
.clear-variation-button:hover {
  background-color: transparent !important;
  color: #000000 !important;
}*/

button.clear-variation-button{
	background: none !important;
    border: none !important;
    color: #184363 !important;
    font-size: 13px !important;
    text-align: left !important;
    margin: 0 !important;
    margin-left: 0 !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    transform: translateY(-4px) !important;
    font-family: PT Sans !important;
}

/* Override hover effect */
button.clear-variation-button:hover {
    background: none !important;
    border: none !important;
    color: #184363 !important;
    font-size: 13px !important;
    font-family: PT Sans !important;
}