@media (max-width: 767px) {
	body.isube-meeting-mobile-author-new,
	body.isube-meeting-mobile-author-new .wp-site-blocks,
	body.isube-meeting-mobile-author-new main,
	body.isube-meeting-mobile-author-new .entry-content {
		background: #fff;
	}

	body.isube-meeting-mobile-author-new .entry-content,
	body.isube-meeting-mobile-author-new .wp-block-post-content {
		box-sizing: border-box;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 680px !important;
		padding: 34px 14px 54px !important;
		width: 100%;
	}

	body.isube-meeting-mobile-author-new .isube-author-manager {
		border-radius: 8px;
		padding: 12px 8px 14px;
	}

	body.isube-meeting-mobile-author-new .isube-author-section {
		border-radius: 8px;
	}

	body.isube-meeting-mobile-author-new .isube-author-section__toggle {
		font-size: 16px;
		line-height: 1.4;
		white-space: normal;
	}

	body.isube-meeting-mobile-author-new .isube-author-editor-modal {
		padding: 14px;
	}

	body.isube-meeting-mobile-author-new .isube-author-editor-modal .isube-auth-modal__panel {
		max-height: calc(100vh - 28px);
		overflow-y: auto;
		padding: 28px 18px 20px;
		width: 100%;
	}

	body.isube-meeting-mobile-author-new .isube-author-modal-link-actions,
	body.isube-meeting-mobile-author-new .isube-author-inline-institution__actions,
	body.isube-meeting-mobile-author-new .isube-author-modal-footer {
		align-items: stretch;
		flex-direction: column;
	}

	body.isube-meeting-mobile-author-new .isube-author-modal-button,
	body.isube-meeting-mobile-author-new .isube-author-inline-button {
		width: 100%;
	}
}
