.mpt-pbox{border-radius:16px;overflow:hidden}.mpt-pbox__head{padding:18px 22px;border-bottom:1px solid rgba(255,255,255,0.1);display:flex;justify-content:space-between;align-items:center}.mpt-pbox__title{font-size:15px;font-weight:800;margin:0}.mpt-pbox__date{font-size:11.5px}.mpt-pbox__body{padding:18px 22px;display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.mpt-card{text-align:center;padding:12px 6px;border-radius:9px;border:1px solid rgba(255,255,255,0.09);transition:background-color .3s ease,border-color .3s ease}.mpt-card__name{font-size:11px;margin-bottom:7px}.mpt-card__time{font-size:15px;font-weight:800}@media(max-width:768px){.mpt-pbox__body{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.mpt-pbox__body{grid-template-columns:repeat(2,1fr)}}