.el-choice-field{border:0;padding:0;margin:0;min-width:0}
.el-choice-buttons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
.el-choice-buttons button{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-height:46px;padding:6px 4px;border:1px solid #d7cac6;border-radius:4px;background:#fff;color:var(--el-ink);font:inherit;line-height:1.2;cursor:pointer;text-align:center;transition:background-color 120ms ease,color 120ms ease,border-color 120ms ease}
.el-choice-buttons strong{display:block;font-size:12px;font-weight:600;text-wrap:balance}
.el-choice-buttons small{display:block;font-size:11px;color:var(--el-muted);font-variant-numeric:tabular-nums}
.el-choice-buttons button[aria-pressed=true]{border-color:var(--el-wine);box-shadow:inset 0 1px 0 #ffffff1a;background:var(--el-wine);color:#fff}
.el-choice-buttons button[aria-pressed=true] small{color:#fff}
.el-choice-buttons button:disabled{cursor:not-allowed;background:#f4f2f3;color:#766d72;border-color:#e1dce0}
.el-choice-message{font-size:12px;line-height:1.4;color:var(--el-wine);margin:7px 0 0}
.el-choice-message:empty{display:none}
@media(max-width:749px){.el-choice-buttons button{min-height:44px;padding:5px 3px}.el-choice-buttons strong{font-size:11px}.el-choice-buttons small{font-size:10px}.el-choice-message{font-size:11px}}
@media(hover:hover){.el-choice-buttons button:not(:disabled):not([aria-pressed=true]):hover{border-color:#a87582;background:#fbf6f2}}
@media(prefers-reduced-motion:reduce){.el-choice-buttons button{transition:none}}
