/*------------------------------------------------------------------------------ ## Components -> AMP User Notification ------------------------------------------------------------------------------*/ #amp-user-notification1 p { display: inline-block; margin: 0; } amp-user-notification { padding: 10px 0; text-align: center; background: #fff; border-top: 1px solid #e2e2e2; } amp-user-notification button { padding: 0px 15px; background: #e53935; margin-left: 5px; display: inline-block; line-height: 26px; border: 1px solid rgba(0, 0, 0, 0.08); font-weight: 400; font-size: 12px; color: #fff; } amp-user-notification button:hover { cursor: pointer; }