
.gdm-tx-card{ position:relative; overflow:hidden; transition:max-height .35s ease; }
.gdm-tx-card.gdm-tx-collapsed{ max-height:64px; }
.gdm-tx-card.gdm-tx-collapsed:hover{ max-height:230px; -webkit-mask-image:linear-gradient(to bottom, black 0%, black 70%, transparent 100%); mask-image:linear-gradient(to bottom, black 0%, black 70%, transparent 100%); }
.gdm-tx-card.gdm-tx-expanded{ max-height:none; overflow:visible; }
.gdm-tx-card > h3{ cursor:pointer; user-select:none; }
.gdm-tx-hint{ position:absolute; right:1.25rem; top:1.35rem; font-size:.68rem; font-weight:500; opacity:.55; display:inline-flex; align-items:center; gap:.35rem; white-space:nowrap; pointer-events:none; }
.gdm-tx-card.gdm-tx-expanded .gdm-tx-hint i{ transform:rotate(180deg); }
.gdm-tx-hint i{ transition:transform .3s ease; }
@media (max-width:640px){ .gdm-tx-hint-txt{ display:none; } }
