/**
 * @brief BiovotecStyle theme, notebook styles.
 * @details Plugin / Theme Styles
 * @author JB Lebrun
 * @version 1.0.2
 * @date Creation: Jun 2025
 * @date Modification: Jul 2025
 * @copyright 2025 Ideogram Design
 */
.hiddenOnNotebook {display:none !important;}


/* Editor */
* {font-size:1rem;}

.eTitle1 {font-size:2.25rem;}
.eTitle2 {font-size:1.8rem;}
.eTitle3 {font-size:1.4rem;}
.eTitle4 {font-size:1.0rem;}

/* Parts */
.BiovotecButton {font-size:0.9rem; padding: 12px 26px 12px;}

/* Structure */
.mainContent {margin-left:30px; margin-right:30px;}

.freeLine {background-size:cover;}

/* Form */
.formInput {width:280px;}

/* Header */
.PageHeader .header .title {font-size:1.45rem;}

/* Footer */

/* Content *
.PageContent .mainContent {padding:2.5rem 0;}

/* Structure */
.PageContent .mainContent.memberArea {padding: 2rem;}
.quickActions {display:none;}

/* Products */
.products .category {margin: 0 0.5% 1rem; min-width: 48%; max-width: 48%; min-height: auto; max-height: none; }
.products .category .title {font-size:2rem;}
.products .product {margin: 0 0.5% 1rem; min-width: 48%; max-width: 48%; min-height: auto; max-height: none;}
.products .product .thumbnail {max-height: 120px;}
.products .product .content {margin: 0.3rem 0.6rem; padding:0.5rem !important;}
.products .product .content .title {margin: 0 0 0.25rem;}
.memberArea .products .product {width:420px;}
.memberArea .products .product .content .eTitle4 {height: 74px;}
.memberArea .products .product .content .priceBar {display:block;}
.memberArea .products .product .content .priceBar .button {text-align: left; margin-top:0.4rem;}
.products .product .content .summary {font-size:0.8rem;}

