        .wc-cosmetics-ingredients {
            border: 1px solid #ddd;
            padding: 20px;
            margin-bottom: 20px;
            background-color: #f9f9f9;
            width: 50%;
        }

        .wc-cosmetics-ingredients h4 {
            font-size: 1.2em;
            font-weight: bold;
            margin-bottom: 10px;
            color: #333;
        }

        .wc-cosmetics-ingredients p {
            line-height: 1.6;
            color: #555;
            font-size: 80%;
        }

        .wc-cosmetics-ingredients p.disclaimer {
            font-size: 0.9em;
            font-style: italic;
            color: #888;
            margin-top: 10px;
        }
        
        .limiter {
            width: 30%; 
            border-top: 2px solid #b99c07; 
        }
        
        @media only screen and (max-width: 1024px) {
          .wc-cosmetics-ingredients {
               width: 100%;
          }
        }