/* Shared CA layout contract: only the address may wrap; copy stays on the right. */
.ca-layout-row{display:grid!important;grid-template-columns:minmax(0,1fr) max-content!important;column-gap:12px!important;align-items:center!important}
.ca-layout-row>*{grid-column:1/-1!important;grid-row:var(--ca-layout-line)!important;min-width:0}
.ca-layout-row>.ca-layout-address{grid-column:1!important;min-width:0!important;margin-left:0!important;margin-right:0!important}
.ca-layout-row>.ca-layout-actions{grid-column:2!important;justify-self:end!important;align-self:center!important;min-width:32px!important;margin-left:0!important;margin-right:0!important}
.ca-layout-value{min-width:0!important;overflow-wrap:anywhere!important;word-break:normal!important;white-space:pre-wrap!important}
.ca-layout-copy{flex-shrink:0!important}
@media(pointer:coarse){.ca-layout-row button.ca-layout-copy{min-width:44px!important;width:44px!important;min-height:44px!important;height:44px!important;max-width:44px!important;max-height:44px!important}.ca-layout-row button.ca-layout-copy::before{left:14px!important;top:13px!important}.ca-layout-row button.ca-layout-copy::after{left:18px!important;top:17px!important}}
