@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);.hl-card{font-family:'Inter',sans-serif;background:#FFF;border-radius:12px;padding:30px;box-sizing:border-box;max-width:500px;margin:0 auto;color:#2A2F3A;box-shadow:0 4px 20px rgb(0 0 0 / .05)}.hl-card-header{margin-bottom:24px}.hl-card-title{font-size:13px;font-weight:700;color:#8C94A0;letter-spacing:.1em;margin:0;text-transform:uppercase}.hl-card-list{display:flex;flex-direction:column}.hl-card-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px dashed #E5E8EB}.hl-card-item:last-child{border-bottom:none;padding-bottom:24px}.hl-item-left{display:flex;align-items:center;gap:16px}.hl-item-icon-wrapper{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.hl-item-icon-wrapper svg{width:18px;height:18px}.hl-item-details{display:flex;flex-direction:column;gap:4px}.hl-item-title{font-size:15px;font-weight:600;color:#2A2F3A}.hl-item-subtitle{font-size:11px;font-weight:700;color:#8C94A0;letter-spacing:.05em;text-transform:uppercase}.hl-item-right{text-align:right;display:flex;flex-direction:column;gap:4px}.hl-item-value{font-size:16px;font-weight:700;color:#2A2F3A}.hl-item-meta{font-size:12px;color:#8C94A0}.hl-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid #E5E8EB;font-size:14px}.hl-footer-left{color:#8C94A0}.hl-footer-right{color:#8C94A0}.hl-footer-right strong{color:#2A2F3A;font-weight:700}