/**
 * Allergens for Woocommerce Admin CSS
 * Plugin URI:  https://13node.com/informatica/wordpress/allergens-for-woocommerce/
 * Version: 1.3
 * Author: Danilo Ulloa
 * Author URI: https://13node.com
 */

 #woocommerce-product-data ul.wc-tabs li.treceafw_tab_options a::before {
    content: "\f187";
}

/* Settings Page Styles */
.treceafw-settings-wrap {
    max-width: 1200px;
}

.treceafw-settings-wrap h1 {
    margin-bottom: 20px;
}

.treceafw-theme-selector {
    min-width: 200px;
    padding: 5px;
}

.treceafw-preview-section {
    margin-top: 30px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.treceafw-preview-section h2 {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.treceafw-icons-preview {
    padding: 20px 0;
}

.treceafw-preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 20px;
    padding: 10px;
}

.treceafw-preview-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.treceafw-preview-item:hover {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    transform: translateY(-2px);
}

.treceafw-preview-item img {
    margin-bottom: 10px;
    display: block;
}

.treceafw-preview-item span {
    font-size: 12px;
    color: #555;
    font-weight: 500;
}

@media screen and (max-width: 782px) {
    .treceafw-preview-grid {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 15px;
    }
}
.allergens_title {
    padding-top: 10px;
    padding-left: 25px;
    font-weight: bold;
}
.dottedb {
    border-bottom: 1px dotted #000;
}
div.colu-3 p {
    margin-bottom:0px;
}
/* Grid System */
.allergens_container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .allergens_row {
    position: relative;
    width: 100%;
  }
  
  .allergens_row [class^="colu"] {
    float: left;
    margin: 0.5rem 2%;
    min-height: 0.125rem;
  }
  
  .colu-1,
  .colu-2,
  .colu-3,
  .colu-4,
  .colu-5,
  .colu-6,
  .colu-7,
  .colu-8,
  .colu-9,
  .colu-10,
  .colu-11,
  .colu-12 {
    width: 96%;
  }
  
  .colu-1-sm {
    width: 4.33%;
  }
  
  .colu-2-sm {
    width: 12.66%;
  }
  
  .colu-3-sm {
    width: 21%;
  }
  
  .colu-4-sm {
    width: 29.33%;
  }
  
  .colu-5-sm {
    width: 37.66%;
  }
  
  .colu-6-sm {
    width: 46%;
  }
  
  .colu-7-sm {
    width: 54.33%;
  }
  
  .colu-8-sm {
    width: 62.66%;
  }
  
  .colu-9-sm {
    width: 71%;
  }
  
  .colu-10-sm {
    width: 79.33%;
  }
  
  .colu-11-sm {
    width: 87.66%;
  }
  
  .colu-12-sm {
    width: 96%;
  }
  
  .allergens_row::after {
      content: "";
      display: table;
      clear: both;
  }
  
  .hidden-sm {
    display: none;
  }
  
  @media only screen and (min-width: 33.75em) {  /* 540px */
    .allergens_container {
      width: 80%;
    }
  }
  
  @media only screen and (min-width: 45em) {  /* 720px */
    .colu-1 {
      width: 4.33%;
    }
  
    .colu-2 {
      width: 12.66%;
    }
  
    .colu-3 {
      width: 21%;
    }
  
    .colu-4 {
      width: 29.33%;
    }
  
    .colu-5 {
      width: 37.66%;
    }
  
    .colu-6 {
      width: 46%;
    }
  
    .colu-7 {
      width: 54.33%;
    }
  
    .colu-8 {
      width: 62.66%;
    }
  
    .colu-9 {
      width: 71%;
    }
  
    .colu-10 {
      width: 79.33%;
    }
  
    .colu-11 {
      width: 87.66%;
    }
  
    .colu-12 {
      width: 96%;
    }
  
    .hidden-sm {
      display: block;
    }
  }
  
  @media only screen and (min-width: 60em) { /* 960px */
    .allergens_container {
      width: 100%;
      max-width: 60rem;
    }
  }
  