/**
* 2007-2025 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2025 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.app-block-codes {
  margin-top: 15px;
}
.app-block-codes p {
  font-size: 12px;
  color: #253237;
  line-height: 1;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
  margin-top: 4px;
}
.app-block-codes p span {
  font-weight: 400;
}

.app-block-pharma-info {
}

.app-block-pharma-info .state {
  color: #04b2ec;
  font: 400 15px "Metrocity-Medium", sans-serif;
  text-transform: uppercase;
}
.app-block-pharma-info .method_of_administration p {
  font-weight: 600;
}
.app-block-pharma-info .method_of_administration p span {
  font-weight: 400;
}

.app-block-pharma-granulometry {
  display: block;
  padding-top: 10px;
}
.app-block-pharma-granulometry .pharma-granulometry {
  border: solid 2px #fff;
  background-color: #333;
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
  font: 400 13px "Metrocity-Medium", sans-serif;
  color: #fff;
}

.app-block-pharma-bula {
  display: block;
  padding-top: 10px;
}

.app-block-pharma-bula .pharma-bula-btn {
  border: solid 2px #333;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
  font: 400 13px "Metrocity-Medium", sans-serif;
  color: #333;
  margin-right: 10px;
}


.how-to-use{

}