/*
Theme Name:     IZZI Beauty
Author:         Insomedia
Author URI:     https://insomedia.nl
Template:       hello-elementor
Version:        1.0.0
Text Domain:    izzibeauty
*/

body {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    color: var(--e-global-color-text);
}

.elementor-widget-text-editor ul { padding-left: 16px; }

.ib-table { border: 1px solid #e1e1e1; }
.ib-table .ib-table__item { padding: 10px 15px; border-bottom: 1px solid #e1e1e1; display: flex; }
.ib-table .ib-table__item:last-child { border: 0; }
.ib-table .ib-table__item .label { font-weight: 600; width: 140px; }
.ib-table .ib-table__item .text { width: calc(100% - 140px); }