.tabs{border-radius:8px;overflow:hidden}.tabs .tab{width:100%;color:#fff;overflow:hidden}.tabs .tab-label{display:flex;justify-content:flex-end;flex-direction:row-reverse;padding-left:150px!important;padding:1em;background:#fff;font-weight:700;cursor:pointer;color:#00008B;gap:15px}.tabs .tab-label::after{content:"❯";width:1em;height:1em;text-align:center;transition:all 0.35s}.tabs .tab-content{max-height:0;padding:0 .5em;color:#000;background:#fff;transition:all 0.35s;line-height:1.5;font-size:16px;opacity:0;word-break:break-word;hyphens:auto}.tabs .tab-close{display:flex;justify-content:flex-end;padding:1em;font-size:.75em;background:#2c3e50;cursor:pointer}.tabs .tab-close:hover{background:#1a252f}.tabs input:checked+.tab-label{background:#fff}.tabs input:checked+.tab-label::after{transform:rotate(90deg)}.tabs input:checked~.tab-content{max-height:100%;padding:.5em;border:1px solid #ccc;margin-bottom:10px;line-height:1.5;font-size:16px;opacity:1;word-break:break-word;hyphens:auto}.tabs input[type="checkbox"]{display:none}@media screen and (max-width:500px){.mvp-auto-post-main{grid-row-gap:15px}.tabs .tab-content{font-size:16px;margin:0}.tabs input:checked~.tab-content{font-size:16px;margin:0}}