/* ATA Workshop Payments — buttons, styled to match the site theme (#ee7d02 -> #c46600 on hover). */
.ata-wp-buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;margin:4px 0 0;align-items:stretch}
.ata-wp-btn{flex:1 1 110px;min-width:0;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;
	padding:11px 16px;border-radius:9999px;text-decoration:none;line-height:1.15;text-align:center;
	transition:background-color .3s ease,color .3s ease,border-color .3s ease}
.ata-wp-btn__title{font-weight:700;font-size:.9rem}
.ata-wp-btn__sub{font-size:.72rem;opacity:.85;margin-top:2px}
/* Filled (Pay in full) — like the site's primary button: orange, darkens on hover, text stays white. */
.ata-wp-btn--full{background:#ee7d02;color:#fff;border:2px solid #ee7d02}
.ata-wp-btn--full:hover,.ata-wp-btn--full:focus{background:#c46600;border-color:#c46600;color:#fff}
/* Outline (Reserve) — fills with brand orange on hover (white text). */
.ata-wp-btn--deposit{background:#fff;color:#ee7d02;border:2px solid #ee7d02}
.ata-wp-btn--deposit:hover,.ata-wp-btn--deposit:focus{background:#ee7d02;border-color:#ee7d02;color:#fff}
.ata-wp-note{margin:8px 0 0;font-size:.8rem;line-height:1.3;text-align:center;color:#5a6472}
.ata-wp-balance{flex-direction:column;align-items:flex-start}
/* Course column wraps our buttons in a 2-col Elementor grid (2nd cell = hidden old button),
   squeezing them to ~166px. Let the wrapper that holds our buttons span full width. */
.e-grid:has(.ata-wp-buttons){display:block !important;padding:0 !important}
