.pub-card{background:#fff;border-radius:12px;margin:20px 0;padding:20px;color:#000;border:1px solid #e5e7eb;position:relative}[data-theme=dark] .pub-card{background:#000;color:#fff;border:1px solid #333}.pub-card:before{content:"";position:absolute;left:0;width:100%;height:1px;background:rgba(0,0,0,.1);top:-20px;display:none}[data-theme=dark] .pub-card:before{background:hsla(0,0%,100%,.1)}.pub-card:first-child:before{display:block}.pub-card:after{content:"";position:absolute;left:0;width:100%;height:1px;background:rgba(0,0,0,.1);bottom:-20px;display:block}[data-theme=dark] .pub-card:after{background:hsla(0,0%,100%,.1)}.pub-card:last-child:after{display:block}.pub-card .vertical-line-left,.pub-card .vertical-line-right{content:"";position:absolute;width:.5px;height:100%;background:rgba(0,0,0,.1);top:0}[data-theme=dark] .pub-card .vertical-line-left,[data-theme=dark] .pub-card .vertical-line-right{background:hsla(0,0%,100%,.1)}.pub-card .vertical-line-left{left:-20px}.pub-card .vertical-line-right{right:-20px}.pub-card .btn-white{background:#fff;color:#000;border:1.5px solid #fff;padding:8px 16px;border-radius:4px;font-weight:500;font-family:inherit;font-size:1rem;box-shadow:none;outline:none;transition:background .2s}[data-theme=dark] .pub-card .btn-white{background:#1a1a1a;color:#fff;border:1.5px solid #333}.pub-card .btn-white:hover{background:#f0f0f0}[data-theme=dark] .pub-card .btn-white:hover{background:#2a2a2a}.pub-card .icons a{color:#000;font-size:24px;transition:color .3s ease}[data-theme=dark] .pub-card .icons a{color:#fff}.pub-card .icons a:hover{color:#1db954}.pub-card .icons a.fa-youtube:hover{color:red}