/* Style for the Gravatar live preview next to the name/email/site fields
 */

.comment_fields_box {
  width: 100%;
  margin: 0.5em 0;
  padding-right: 6em;  /* Leave room for comment-form-gravatar */
  box-sizing: border-box;
  position: relative;
}

.comment_fields {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.comment_fields_box .comment-form-gravatar {
  position: absolute;
  top: 3em;
  right: 0;  /* pinned to right of comment_fields */
  width: 5em; height: auto; min-height: 5em;
  border: 1px solid;
}

.comment-form-gravatar { position: relative; }
.comment-form-gravatar img { width: 100%; height: auto; }

.comment-form-gravatar #comment_reply_gravatar_blurb {
  position: absolute;
  left: 0; top: 0; width: 5em; height: 5em;
  display: block;
}

.comment-form-gravatar #comment_reply_gravatar_blurb a {
  display: block;
  text-align: center;
  padding: 1.5em 0.25em 0 0.25em;
}
