/* GTG - Recesso Online — stile frontend leggero, non invasivo. */
.gtg-ro-wrap{max-width:640px;margin:0 auto}
.gtg-ro-form label{display:block;font-weight:600;margin:10px 0 4px}
.gtg-ro-form input[type=text],.gtg-ro-form input[type=email],.gtg-ro-form textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:6px;box-sizing:border-box}
.gtg-ro-actions{margin-top:18px}
.gtg-ro-btn{display:inline-block;border:0;color:#fff;background:#2271b1;padding:12px 24px;border-radius:6px;font-weight:700;cursor:pointer;text-decoration:none;font-size:1rem}
.gtg-ro-btn:hover{opacity:.92;color:#fff}
.gtg-ro-confirm{font-size:1.1rem;padding:14px 30px}
.gtg-ro-summary{background:#f7f7f9;border:1px solid #e6e6ec;border-radius:8px;padding:14px 16px;margin:14px 0}
.gtg-ro-items{border:1px solid #e6e6ec;border-radius:8px;padding:10px 14px;margin:12px 0}
.gtg-ro-items .gtg-ro-item{font-weight:400;display:block;margin:6px 0}
.gtg-ro-declaration{font-style:italic;margin:14px 0}
.gtg-ro-privacy label{font-weight:400}
.gtg-ro-notice{padding:10px 14px;border-radius:6px;margin:12px 0}
.gtg-ro-notice-error{background:#fce4e4;border:1px solid #f0b4b4}
.gtg-ro-notice-info{background:#e7f1fb;border:1px solid #b9d7f3}
.gtg-ro-notice-success{background:#e3f4e3;border:1px solid #b6dcb6}
.gtg-ro-notice-warn{background:#fcf3d9;border:1px solid #ecd9a0}
.gtg-ro-muted{color:#777}
.gtg-ro-period{font-size:.92rem;color:#555}
