#lp_contents .tab-buttons {
    display:flex;
    gap: 0;
}

#lp_contents .tab-btn {
    width: 50%;
    padding:0;
    border:none;
    line-height: 0;
    background:none;
    cursor:pointer;
}

#lp_contents .tab-content {
    display:none;
}

#lp_contents .tab-content.is-active {
    display:block;
}