.elementor-22388 .elementor-element.elementor-element-b9de6cf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{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.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-f50b5a0 */.modern-perfume-section {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    padding: 60px 20px;
    max-width: 900px;
    margin: auto;
}

.modern-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
}

.modern-subtitle {
    font-size: 14px;
    color: #777;
    margin-bottom: 30px;
}

.modern-list {
    display: flex;
    flex-direction: column;
}

.modern-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
    transition: 0.3s ease;
}

.modern-item:hover {
    padding-left: 10px;
    background: #fafafa;
}

.modern-name {
    font-size: 15px;
    font-weight: 500;
    color: #111;
}

.modern-inspired {
    font-size: 13px;
    color: #888;
}/* End custom CSS */