
.custom-blogs-all__tab {
    padding: 8px 24px;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: opacity 0.2s, background 0.2s;
    position: relative;
    font-family: "LaLuxes" !important;
    color: #69615B;
    font-size: 20px;
}

.custom-blogs-all__tab+.custom-blogs-all__tab::before {
    content: '';
    position: absolute;
    left: -5px;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
    opacity: 0.3;
}

.custom-blogs-all__tab.is-active {
    background-color: #F0E4EA;
}

.custom-blogs-all__tab:hover {
    background-color: #f0e4ea9c;
}

.layout\:block\:custom-blogs-all__tabs\:layout .custom-blogs-all__tab:not(:last-child){
    margin-right: 10px;
}

@media screen and (max-width: 640px){
    .custom-blogs-all__tab{
        font-size: 14px;
        padding: 5px 10px;
    }
}