amp-consent { position: relative; margin-left: 10px; top: 2px; width: auto; background: transparent; } .gdpr { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.7); color: #333; z-index: 9999999; line-height: 1.3; } .gdpr-wrapper { padding: 2rem; background: #fff; max-width: 700px; width: 95%; position: relative; margin: 5% auto; text-align: center; } @media (max-width: 768px) { .gdpr-wrapper { width: 85%; margin: 0 auto; padding: 1.5rem; } } .gdpr-wrapper .gdpr-close { position: absolute; right: 24px; top: 16px; cursor: pointer; } .gdpr-wrapper .gdpr-content .gdpr-title { margin-bottom: 15px; } .gdpr-wrapper .gdpr-privacy-policy-content { width: 100%; margin-bottom: 25px; } .gdpr-wrapper .gdpr-privacy-policy-content span { display: inline-block; } .gdpr-wrapper .gdpr-privacy-policy-content a { color: #e53935; } .gdpr-wrapper .gdpr-actions { margin-top: 10px; } .gdpr-wrapper .gdpr-actions form { display: inline; } .gdpr-wrapper .gdpr-actions .amp-btn { padding: 3px 20px; margin: 0 3px; cursor: pointer; } .gdpr-wrapper .gdpr-actions .amp-btn-default { background: #fff; color: #222; border: 1px solid #999; }