.cde-button{border-radius:var(--radius-s);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.4rem;font-weight:600;line-height:1.15;text-decoration:none;transition:background-color .12s,border-color .12s,color .12s,box-shadow .12s;display:inline-flex}.cde-button--medium{min-height:2.35rem;padding:.62rem .9rem}.cde-button--small{min-height:2rem;font-size:var(--text-s);padding:.42rem .65rem}.cde-button--primary{background:var(--green-700);color:#fff}.cde-button--primary:hover:not(:disabled){background:#0f4c3d}.cde-button--secondary{background:var(--surface);color:var(--green-800);border-color:#9bb5ac}.cde-button--secondary:hover:not(:disabled){background:#eaf2ef;border-color:#5f897b}.cde-button--danger{border-color:var(--danger-strong);background:var(--danger-strong);color:#fff}.cde-button--danger:hover:not(:disabled){background:#792821;border-color:#792821}.cde-button--ghost{color:var(--green-500);background:0 0}.cde-button--ghost:hover:not(:disabled){background:var(--green-100);color:#0b3f32}.cde-button--inverse{color:#f1c65f;background:0 0}.cde-button--inverse:hover:not(:disabled){background:var(--green-600);color:#ffe29a}.cde-button--row-link{width:100%;min-height:0;color:var(--green-800);text-align:left;background:0 0;justify-content:start;justify-items:start;padding:0;display:grid}.cde-button--row-link:hover:not(:disabled){color:#0b3f32;background:0 0;text-decoration:underline}.cde-button--icon-only{width:2.2rem;min-width:2.2rem;height:2.2rem;min-height:2.2rem;padding:0;font-size:1.25rem;line-height:1}.cde-button--icon-only svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;width:1rem;height:1rem;display:block;overflow:visible}.cde-button:disabled{cursor:not-allowed;opacity:.48}
