@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap);.pt-common-wrap{width:100%;max-width:100%;padding:20px 15px;box-sizing:border-box;font-family:'Inter',sans-serif}.pt-common-box{border:1px solid #c4d3ec;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 2px 10px rgb(26 58 107 / .1)}.pt-common-header{background:#1a3a6b;color:#fff;padding:12px 20px;font-size:1rem;font-weight:700;text-align:center;letter-spacing:.5px}.pt-common-numbers-grid{display:flex;flex-wrap:wrap;gap:12px;padding:20px;justify-content:center}.pt-num-box{width:55px;height:55px;display:flex;align-items:center;justify-content:center;border:2px solid #1a3a6b;border-radius:8px;font-size:1.3rem;font-weight:800;color:#1a3a6b;background:#f0f5ff;transition:all 0.2s ease}.pt-num-box:hover{background:#1a3a6b;color:#fff;transform:scale(1.08)}.pt-common-box.theme-bhutan .pt-common-header{background:#1a3a6b}.pt-common-box.theme-bhutan .pt-num-box{border-color:#1a3a6b;color:#1a3a6b}.pt-common-box.theme-bhutan .pt-num-box:hover{background:#1a3a6b;color:#fff}.pt-common-box.theme-morning .pt-common-header{background:#b03060}.pt-common-box.theme-morning .pt-num-box{border-color:#b03060;color:#b03060}.pt-common-box.theme-morning .pt-num-box:hover{background:#b03060;color:#fff}.pt-common-box.theme-mizoram .pt-common-header{background:#1a5276}.pt-common-box.theme-mizoram .pt-num-box{border-color:#1a5276;color:#1a5276}.pt-common-box.theme-mizoram .pt-num-box:hover{background:#1a5276;color:#fff}@media (max-width:600px){.pt-common-wrap{padding:10px 8px}.pt-num-box{width:46px;height:46px;font-size:1.1rem}}