/*
Theme Name: GeneratePress Child
Template: generatepress
*/
.gb-multi-sep{
    width:100%;
    height:40px;
    margin:30px 0;
    border-radius:5;

   background: linear-gradient(
        to bottom,
        #dc2626 0%,
        #dc2626 25%,

        #ffffff 25%,
        #ffffff 50%,

        #0ea5e9 50%,
        #0ea5e9 100%
    ) !important;
}
/* FULL màn hình + căn giữa chữ */
.gb-multi-sep.custom-footer-wrap{
    position: relative;

    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);

    display: flex;
    align-items: center;
    justify-content: center;
}

/* chữ nằm giữa */
.gb-multi-sep .custom-footer-credit{
    position: relative;
    z-index: 2;

    padding: 2px 8px;
    background: rgba(255,255,255,0.85);
    border-radius: 6px;

    font-size: 8px;
    font-weight: 500;
}