.resource-block{margin-top:48px;padding-top:30px;border-top:1px solid var(--line)}
.resource-block h3{margin:10px 0 8px;font-size:28px}
.resource-list{display:grid;gap:10px;margin-top:22px}
.resource-item{display:grid;grid-template-columns:92px 1fr auto;align-items:center;gap:16px;padding:15px 16px;background:#fff;border:1px solid var(--line);color:var(--ink);transition:border-color .2s,transform .2s}
.resource-item:hover{border-color:var(--teal);transform:translateY(-1px)}
.resource-item>span{font-size:11px;font-weight:800;letter-spacing:.08em;color:var(--teal);text-transform:uppercase}
.resource-item strong{font-size:14px;line-height:1.45}
.resource-item b{font-size:13px;color:var(--teal);white-space:nowrap}
.resource-block .muted{font-size:13px;color:var(--muted)}
.product-resource-panel{margin-top:52px;padding:30px;background:linear-gradient(135deg,#eaf5f3 0%,#f7fbfb 100%);border:1px solid #b9d9d5;border-left:5px solid var(--teal);box-shadow:0 12px 28px rgba(16,63,70,.08)}
.resource-panel-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}.resource-panel-head h2{margin:8px 0 8px;font-size:30px}.resource-panel-head p{margin:0;max-width:640px;color:var(--muted);line-height:1.7}.resource-summary{min-width:120px;padding:12px 16px;background:#fff;border:1px solid #cfe3e1;text-align:center}.resource-summary strong{display:block;font-size:28px;color:var(--teal);line-height:1.1}.resource-summary span{display:block;margin-top:5px;color:var(--muted);font-size:12px}.resource-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:24px;padding-top:20px;border-top:1px solid #cfe3e1}.resource-actions>span{font-size:12px;color:var(--muted)}.resource-empty{margin-top:20px;padding:20px;background:#fff;border:1px dashed #a9cac6}.resource-empty strong{display:block;margin-bottom:8px;font-size:16px}.resource-empty p{margin:0 0 12px;color:var(--muted);line-height:1.7}.product-resource-panel .resource-list{margin-top:20px}.product-resource-panel .resource-item{background:#fff}.resource-item[href^="http"] b{color:#0b6680}@media(max-width:700px){.product-resource-panel{padding:22px 18px}.resource-panel-head{display:block}.resource-summary{display:inline-block;margin-top:18px}.resource-item{grid-template-columns:1fr auto;gap:8px}.resource-item>span{grid-column:1/-1}.resource-item strong{font-size:13px}}
