.wccpc-block { margin: 12px 0; padding: 12px 14px; border: 1px solid #e3e3e3; border-radius: 8px; }
.wccpc-price { font-size: 1.05em; }
.wccpc-label { font-weight: 600; }
.wccpc-amount { font-weight: 700; }
.wccpc-note { color: #666; font-size: .9em; margin-top: 4px; }
.wccpc-contacts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.wccpc-contact { display: inline-flex; align-items: center; padding: 6px 12px; border-radius: 6px; text-decoration: none; color: #fff; font-size: .9em; line-height: 1; }
.wccpc-contact:hover { opacity: .9; color: #fff; }
.wccpc-icon { width: 16px; height: 16px; margin-right: 6px; fill: currentColor; flex: 0 0 auto; }
/* Fallback backgrounds; an inline style from the admin color picker overrides these. */
.wccpc-phone { background: #555; }
.wccpc-whatsapp { background: #25d366; }
.wccpc-viber { background: #7360f2; }
.wccpc-telegram { background: #229ed9; }
