.pku-operating-hours{max-width:800px;margin:0 auto;text-align:center}.pku-operating-hours h3{margin-bottom:24px;font-weight:600}.table-wrapper{display:flex;justify-content:center}.pku-hours-table{width:100%;max-width:600px;border-collapse:collapse;background:#ffffff;border-radius:12px;overflow:hidden}.pku-hours-table td{padding:14px 20px;border-bottom:1px solid #eee;font-size:16px}.pku-hours-table td:first-child{text-align:left}.pku-hours-table td:last-child{text-align:right}.pku-hours-table tr:last-child td{border-bottom:none}.pku-note{margin-top:18px;font-size:14px;color:#666}.pku-slider{position:relative;width:100%;max-width:1400px;height:600px;margin:0 auto;overflow:hidden;border-radius:10px;background:#eee}.pku-track{display:flex;width:300%;height:100%;transition:transform 0.6s ease-in-out}.pku-slide{width:33.333%;height:100%}.pku-slide img{width:100%;height:100%;object-fit:cover}#pku-s1:checked~.pku-slides .pku-track{transform:translateX(0%)}#pku-s2:checked~.pku-slides .pku-track{transform:translateX(-33.333%)}#pku-s3:checked~.pku-slides .pku-track{transform:translateX(-66.666%)}.pku-arrows label{display:none;position:absolute;top:50%;transform:translateY(-50%);padding:20px;background:rgba(0,0,0,0.3);color:white;font-size:30px;cursor:pointer;z-index:5}#pku-s1:checked~.pku-arrows .s1,#pku-s2:checked~.pku-arrows .s2,#pku-s3:checked~.pku-arrows .s3{display:block}.next{right:0;border-radius:5px 0 0 5px}.prev{left:0;border-radius:0 5px 5px 0}.pku-dots{position:absolute;bottom:20px;width:100%;display:flex;justify-content:center;gap:15px}.dot{width:15px;height:15px;background:rgba(255,255,255,0.5);border-radius:50%;cursor:pointer}#pku-s1:checked~.pku-dots label:nth-child(1),#pku-s2:checked~.pku-dots label:nth-child(2),#pku-s3:checked~.pku-dots label:nth-child(3){background:white}