.quote-actions { display: flex; flex-wrap: wrap; gap: .5rem; border-top: 1px solid #e1e5e8; margin-top: 1.25rem; padding-top: .9rem; }
.quote-actions button { flex: 1 1 120px; min-height: 2rem; border: 1px solid #cfd7de; border-radius: 999px; background: #fff; color: #162437; font: 600 .75rem Inter, sans-serif; cursor: pointer; }
.quote-actions [data-quote-whatsapp] { border-color: #0b9655; color: #087b46; }
.quote-image-dropdown { margin-top: .75rem; border: 1px solid #e1e5e8; border-radius: 14px; background: #fff; padding: 1rem; }
.quote-image-preview { position: relative; display: grid; min-height: 300px; place-items: center; overflow: hidden; border-radius: 12px; padding: 2rem 2rem 4.5rem; background: linear-gradient(135deg,#1d3147,#0b192c); background-size: cover; background-position: center; color: white; text-align: center; }
.quote-image-preview p { max-width: 22ch; margin: 0; font: 600 clamp(1.5rem,4vw,2.45rem)/1.12 "Playfair Display", Georgia, serif; text-shadow: 0 2px 14px rgba(0,0,0,.45); }
.quote-image-brand { position: absolute; right: 1rem; bottom: .9rem; display: inline-flex; align-items: center; gap: .45rem; text-align: left; }
.quote-image-brand img { width: 32px; height: 32px; }
.quote-image-brand span { display: grid; line-height: 1; }
.quote-image-brand strong { color: #fff; font: 600 .9rem Georgia, serif; letter-spacing: .06em; }
.quote-image-brand small { margin-top: .25rem; color: #f4d76b; font: 700 .43rem Inter, sans-serif; letter-spacing: .2em; }
.quote-backgrounds { display: flex; gap: .55rem; margin-top: .9rem; overflow-x: auto; }
.quote-backgrounds button { width: 48px; height: 48px; flex: 0 0 48px; border: 2px solid transparent; border-radius: 9px; background-size: cover; background-position: center; cursor: pointer; }
.quote-backgrounds button[aria-pressed="true"] { border-color: #d4af37; }
.quote-image-export { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; margin-top: 1rem; }
.quote-image-export button { min-height: 2.65rem; border: 1px solid #cfd7de; border-radius: 10px; background: #fff; color: #162437; font: 700 .8rem Inter, sans-serif; cursor: pointer; }
.quote-image-export [data-quote-share] { border-color: #0b9655; background: #0b192c; color: #fff; }
