
#productOverview_feature_div{}

/* General Styling */
#productFactsDesktop_feature_div {
    font-family: Arial, sans-serif;
    color: #333;
    margin: 20px 0;
    padding: 10px;
  }
  
  /* Section Titles */
  .product-facts-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #50b8e7;
    margin-bottom: 15px;
  }
  
  .product-facts-detail {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 1rem;
    border-bottom: 1px solid #ddd;
  }
  
  /* Column Styling */
  .product-facts-detail .a-col-left {
    font-weight: bold;
    color: #555;
    text-align: left;
    flex: 1; /* Allow it to grow or shrink based on content */
    margin-right: 10px; /* Adds spacing between left and right columns */
  }
  
  .product-facts-detail .a-col-right {
    text-align: left;
    color: #222;
    flex: 1; /* Allow it to grow or shrink based on content */
  }
  
  
  .product-facts-detail:last-child {
    border-bottom: none;
  }
  
  .product-facts-detail .a-fixed-left-grid-col {
    padding: 0 10px;
  }

  .a-fixed-left-grid-inner{
    display: flex;    
    justify-content: start;
    width: 600px;
  }
  
  .product-facts-detail .a-col-left {
    font-weight: bold;
    color: #555;
    text-align: left;
    flex: 0 0 40%;
  }
  
  .product-facts-detail .a-col-right {
    text-align: left;
    color: #222;
    flex: 0 0 60%;
  }
  
  /* List Styling */
  .a-unordered-list {
    list-style: none;
    margin: 15px 0;
    padding: 0;
  }
  
  .a-unordered-list li {
    font-size: 1rem;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
  }
  
  .a-unordered-list li:last-child {
    border-bottom: none;
  }
  
  /* Divider */
  .a-divider-normal {
    border: 0;
    height: 1px;

    margin: 20px 0;
  }
  
  /* Toggle Button */
  #productFactsToggleButton {
    text-align: right;
    margin-top: 10px;
  }
  
  #productFactsToggleButton a {
    text-decoration: none;
    color: #0073e6;
    font-size: 0.95rem;
  }
  
  #productFactsToggleButton i {
    font-size: 12px;
    margin-left: 5px;
    transition: transform 0.3s ease;
  }
  
  #productFactsToggleButton[aria-expanded="true"] i {
    transform: rotate(180deg);
  }
  
  /* Expander Content */

  .a-expander-header {
    cursor: pointer;
  }
  
  
  /* Hover Effects */
  
  .a-unordered-list{
    list-style: disc;    
    margin-left: 20px;
  }
  .a-unordered-list li:hover {
    background-color: #f9f9f9;
  }





  /* ======================================== */
  /* Return Policy Style */

    table.a-keyvalue {
      width: 70%;
      border-collapse: collapse;
      margin: 20px 0;
      font-family: 'Arial', sans-serif;
    }

    table.a-keyvalue th {
      background-color: #50b8e7;  /* Green background */
      color: white;  /* White text */
      padding: 12px 15px;
      text-align: left;
      font-size: 16px;
    }

    table.a-keyvalue td {
      padding: 10px 15px;
      border: 1px solid #ddd;
      text-align: left;
      font-size: 14px;
      line-height: 1.5;
    }

    table.a-keyvalue tr:nth-child(even) {
      background-color: #f2f2f2; 
    }

    table.a-keyvalue td:hover {
      background-color: #f9f9f9;
    }

    table.a-keyvalue {
      border: 2px solid #ddd;
    }

    table.a-keyvalue {
      margin-top: 20px;
      margin-bottom: 20px;
    }

    h2.a-size-medium.return-policy-title {
      font-size: 25px;
      text-transform: capitalize;
  }

  #ReturnPolicy{
    overflow-y: auto;
  }

  /* ======================================== */
  /* Return Policy Style */


  