section.four-points-texte-block {
    margin: 0 !important;
    padding: 0 32px;
}

section.four-points-texte-block .four-points-texte-wrapper{
    max-width: var(--gbg-wide-width);
    margin: auto;
    padding: 48px 0;
    display: flex;
    flex-direction: column;
    gap: clamp(32px, 4vw, 48px);
    color: var(--gbg-color-primary);
}

section.four-points-texte-block.background-light {
    background-color: var(--gbg-color-light);
}

section.four-points-texte-block.background-primary {
    background-color: var(--gbg-color-primary);
}

section.four-points-texte-block.background-primary .four-points-texte-header .four-points-texte-title,
section.four-points-texte-block.background-primary .four-points-texte-wrapper {
    color: var(--gbg-color-light);
}

section.four-points-texte-block.background-primary .four-points-texte-item .four-points-texte-item-title,
section.four-points-texte-block.background-primary .four-points-texte-header .four-points-texte-subtitle {
    color: var(--gbg-color-light-citron)
}

section.four-points-texte-block:not(.alignwide).wp-block {
    max-width: inherit;
}

section.four-points-texte-block .four-points-texte-header .four-points-texte-subtitle {
    font-size: clamp(18px, 4vw, 20px);
    margin-bottom: clamp(8px, 4vw, 32px);
}

/* Hide subtitle when data-visible is falsy */
section.four-points-texte-block .four-points-texte-header .four-points-texte-subtitle:empty,
section.four-points-texte-block .four-points-texte-header .four-points-texte-subtitle[data-visible="false"],
section.four-points-texte-block .four-points-texte-header .four-points-texte-subtitle[data-visible=""],
section.four-points-texte-block .four-points-texte-header .four-points-texte-subtitle[data-visible="0"] {
    display: none !important;
}

section.four-points-texte-block .four-points-texte-header .four-points-texte-title {
    color: var(--gbg-color-primary);
    font-size: clamp(40px, 4vw, 56px) !important;
    line-height: 1 !important;
    font-weight: 500;
    margin: 0;
}

@media screen and (min-width: 998px) {
    section.four-points-texte-block .four-points-texte-header .four-points-texte-title {
        max-width: 70%;
        text-wrap: pretty;
    }
}

body:not(.block-editor-page) section.four-points-texte-block .four-points-texte-content .four-points-texte-grid,
.editor-styles-wrapper section.four-points-texte-block .four-points-texte-content .four-points-texte-grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
    display: grid;
    row-gap: 32px;
    column-gap: 52px;
}

@media screen and (min-width: 998px) {
    body:not(.block-editor-page) section.four-points-texte-block .four-points-texte-content .four-points-texte-grid,
    .editor-styles-wrapper section.four-points-texte-block .four-points-texte-content .four-points-texte-grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

section.four-points-texte-block .four-points-texte-item,
section.four-points-texte-block .four-points-texte-item .four-points-texte-item-title,
section.four-points-texte-block .four-points-texte-item .four-points-texte-item-paragraph {
    margin: 0;
}

section.four-points-texte-block .four-points-texte-item .four-points-texte-item-title {
    font-size: clamp(20px, 4vw, 24px);
    margin-bottom: clamp(16px, 4vw, 24px);
    font-weight: 500;
}

section.four-points-texte-block .four-points-texte-item .four-points-texte-item-paragraph,
section.four-points-texte-block .four-points-texte-item ul {
    font-size: 16px;
    line-height: 1.25;
}

section.four-points-texte-block .four-points-texte-item ul,
section.four-points-texte-block .four-points-texte-item ol {
    padding-left: 16px;
    margin-top: 8px;
    margin-bottom: 0;
}

section.four-points-texte-block .four-points-texte-item ul.is-style-amphibee-decimal-list {
    padding-left: 24px;
}

section.four-points-texte-block .four-points-texte-item ul > * {
    margin: 0;
    padding: 0;
}

section.four-points-texte-block .four-points-texte-item ul li {
    list-style: disc;
}

section.four-points-texte-block .four-points-texte-item li:not(:last-child) {
    margin-bottom: 8px;
}

section.four-points-texte-block .four-points-texte-item ul.is-style-amphibee-dash-list li {
    position: relative;
    list-style: none;
}

section.four-points-texte-block .four-points-texte-item ul.is-style-amphibee-dash-list li::before {
    content: '-';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -16px;
    width: 0;
    height: 0;
}

section.four-points-texte-block .four-points-texte-item ul.is-style-amphibee-decimal-list li,
section.four-points-texte-block .four-points-texte-item ol li {
    list-style: decimal;
}

section.four-points-texte-block .four-points-texte-item ul li::before {
    display: none;
}
