/* EOB: TinyMCE within the Resume form */
#submit-resume-form .wp-editor-wrap .mce-tinymce {
  border-radius: 12px !important;
  overflow: hidden; /* clip iframe corners */
  border: 1px solid rgba(6,6,64,0.25) !important;
}

/* top toolbar */
#submit-resume-form .wp-editor-wrap .mce-tinymce .mce-toolbar-grp {
  border-bottom: 1px solid rgba(6,6,64,0.15);
}

/* iframe area wrapper */
#submit-resume-form .wp-editor-wrap .mce-tinymce .mce-edit-area {
  background: #fff;
}

/* the actual iframe element */
#submit-resume-form .wp-editor-wrap .mce-tinymce iframe {
  display: block;
  width: 100%;
  border: 0 !important;
  border-radius: 12px !important; /* ensure corners remain rounded */
}

/* status bar */
#submit-resume-form .wp-editor-wrap .mce-tinymce .mce-statusbar {
  border-top: 1px solid rgba(6,6,64,0.15);
  background: #fff;
}