/* Shared skill row: honor button uses the same cv-btn style as Share profile. */
.cp-details .cp-extras{display:block}
.cp-extra-row{display:flex;align-items:center;gap:12px;margin-top:14px;min-width:0;width:100%}
.cp-extra-row>.cp-tags{margin:0;flex:1;min-width:0}
.cp-extra-row>.cp-honor-button{margin-left:auto;flex-shrink:0;min-width:84px;justify-content:center;background:#fff;color:var(--cv-text,#25324b);border:1px solid var(--cv-line,#dfe2f3);border-radius:9px;padding:10px 14px;font:inherit;font-size:13px;line-height:20px;min-height:42px}
.cp-extra-row>.cp-honor-button:hover{background:#f8f9fc}
.cp-extra-row>.cp-honor-button:focus-visible{outline:2px solid #635bff;outline-offset:3px}
