/*
 * Banderole 2.3 - mobile spacing
 * Desktop unchanged.
 */

@media screen and (max-width: 767px) {
    .banderole-layout {
        gap: 0 !important;
        row-gap: 0 !important;
        column-gap: 0 !important;
        margin-top: 12px !important;
    }

    .banderole-layout > *,
    .banderole-layout .banderole-column,
    .banderole-layout [class*="column"] {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .banderole-layout .banderole-column-content {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        line-height: 1.25 !important;
    }

    .banderole-layout .banderole-column-content p,
    .banderole-layout .banderole-column-content h1,
    .banderole-layout .banderole-column-content h2,
    .banderole-layout .banderole-column-content h3,
    .banderole-layout .banderole-column-content h4,
    .banderole-layout .banderole-column-content ul,
    .banderole-layout .banderole-column-content ol {
        margin-top: 0 !important;
        margin-bottom: 2px !important;
    }

    .banderole-layout .banderole-column-content,
    .banderole-layout .banderole-column-content *,
    .banderole-layout .banderole-column-button {
        font-size: 13px !important;
    }

    .banderole-layout .banderole-column-button {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 480px) {
    .banderole-layout {
        margin-top: 10px !important;
    }

    .banderole-layout .banderole-column-content,
    .banderole-layout .banderole-column-content *,
    .banderole-layout .banderole-column-button {
        font-size: 12px !important;
    }

    .banderole-layout .banderole-column-content {
        line-height: 1.2 !important;
    }

    .banderole-layout .banderole-column-button {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
}
