#wp-to-twitter form .error p {
	background: none;
	border: none;
}

#wp-to-twitter legend, #wpt_settings_page legend {
	font-weight: 700;
	margin: 4px;
}

.xposter-sales {
	margin-top: -10px;
	margin-left: -22px;
	margin-right: -22px;
}

.xposter-sales p,
aside.xposter-sales {
	font-size: 1.2rem;
	background: #fcb000;
	color: #000;
	padding: .5rem;
}

.xposter-sales p {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	gap: 1rem;
	margin: 0;
}

.xposter-sales p span {
	align-content: center;
}

.wpt-connection-form .auth-fields {
	margin: .5rem 0;
	padding: .25rem 1rem;
	width:fit-content;
	background:rgba( 0,0,0,.04 );
	box-shadow: 3px 3px 3px #ddd;
	border: 1px solid #bbb;
}

.wpt-connection-form label {
	font-weight: 600;
	display: block;
}

.wpt-connection-form .checkboxes label {
	font-weight: 400;
	display: inline-block;
}

.xposter-highlight {
	background: #fcb000;
	color: #000;
	font-size: 2rem;
	padding: 1rem;
	text-align: center;
	font-weight: 700;
}

.link-highlight {
	text-align: center;
	margin: 1rem;
}

.link-highlight a {
	padding: .5rem 1rem;
	font-size: 1.2rem;
	background: #555;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	box-shadow: 3px 3px 0 #fcb000;
}

.link-highlight a:hover,
.link-highlight a:focus {
	box-shadow: 3px 3px 0 #000;
}

#wp-to-twitter .resources {
	text-align: center;
}

#wp-to-twitter .resources form {
	margin: 0;
}

.wpt-oauth-settings ul {
	list-style: disc;
	margin-left: 2em;
	margin-top: .5em;
}

#wp-to-twitter .inside em {
	color: #d33;
}

#wp-to-twitter .tokens label {
	display: block;
}

#wp-to-twitter .inside .clear {
	display: block;
	clear: both;
}

#wp-to-twitter .inside .comments {
	clear: both;
}

#wp-to-twitter .postbox {
	margin: 10px 10px 0 0;
}

#wp-to-twitter .meta-box-sortables {
	min-height: 0;
}

#wp-to-twitter .wpt-template, #wp-to-twitter .support-request {
	width: 100%;
}

.wpt_image {
	padding-left: 20px;
	background: url(../images/image.png) left 50% no-repeat;
	display: block;
}

#wp-to-twitter input {
	max-width: 100%;
}

#wp2t #wpt_custom_tweet {
	width: 100%;
}

label[for="wpt_license_key"] {
	font-size: 1.3em;
}

#wp-to-twitter .wpt-upgrade {
	background: #c24822;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
}

.wp-tweets-pro .widefat input[type=text] {
	width: 100%;
}

#wpt_settings_page .inline-labels label {
	vertical-align: inherit;
}

#wp-to-twitter .xposter-connection.dismissible {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
}

#wpt_settings_page .tabs {
	margin: .5em 0 0;
	padding: 0 4px;
	position: relative;
	top: 1px;
	font-size: 1.1em;
}

#profile-page .wpt-has-link,
#wpt_settings_page .wpt-has-link {
	display: flex;
	align-items: center;
	gap: 12px;
}

.wpt-user-services {
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	gap: 12px;
}

.wpt-user-services .wpt-user-service {
	padding: 1rem;
	background: rgba( 0,0,0,.04 );
}

.wpt-user-services label:not(input + label) {
	display: block;
}

@media ( width < 1384px ) {
	.wpt-user-services {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media ( width < 782px ) {
	.wpt-user-services {
		grid-template-columns: repeat( 1, 1fr );
	}
}

#wp-to-twitter .nav-tab {
	display: flex;
	align-items: center;
	gap: 6px;
}

#wp-to-twitter .nav-tab .dashicons-no {
	color: #b32d2e;
}

#wp-to-twitter .nav-tab .dashicons-yes {
	color: #008a20;
}

#wpt_settings_page .tabs li {
	display: inline;
	margin: 0 auto;
	line-height: 1;
}

#wpt_settings_page .tabs button {
	display: inline-block;
	padding: 6px 10px;
	border-radius: 4px 4px 0 0;
	border: 1px solid #ccc;
	background: #f3f3f3;
}

#wpt_settings_page .tabs button[aria-selected="true"] {
	border-bottom: 1px solid #fefefe;
	background: #fefefe;
	text-decoration: none;
	color: #333;
	font-weight: 700;
}

#wpt_settings_page .wptab {
	background: #fff;
	margin-bottom: 10px;
	min-height: 200px;
	border-top: 1px solid #ccc;
}

#wpt_settings_page .inside.purchase ul {
	list-style-type: disc;
	margin-left: 2em;
}

#wp-to-twitter .postbox > h2,
#wpt_settings_page .postbox > h2 {
	font-size: 14px;
	padding: 8px 12px;
	margin: 0;
	line-height: 1.4;
}

#wp-to-twitter  .wpt-pro-tab {
	background: #fcb000;
	color: #000;
	border-color: #777;
}

#wp-to-twitter .wpt-pro-tab:hover, #wp-to-twitter .wpt-pro-tab:focus {
	background: #111;
	color: #fcb000;
	border-color: #fcb000;
}

.wpt-permissions .wptab {
	padding: 10px;
	min-height: 160px !important;
}

#wpt_settings_page .wpt-permissions .wptab legend  {
	background: none;
	padding: 0;
}

#wtt_authentication_display .auth_label {
	display: block;
}

.tweet_length_control {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}

.wpt-flex {
	display: flex;
	align-items: center;
	gap: 16px;
	justify-content: center;
}

.wpt-flex.wpt-forms {
	align-items: start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.wpt-flex.wpt-social {
	margin: 0;
	align-items: center;
}

.wpt-flex.wpt-social li {
	margin: 0;
}

.wpt-flex.wpt-social a {
	display: block;
	padding: 3px;
	border-radius: 3px;
}

#maxlengthwarning {
	background: #f5e6ab;
	padding: 5px;
	color: #000;
	border-radius: 5px;
}

.inside.purchase {
	max-width: 55em;
	margin: 11px auto;
	font-size: 1.1em;
}

.donations * {
	vertical-align: middle;
	display: inline-block;
}

#wp-to-twitter .wpt-main {
	width: 70%;
}

#wp-to-twitter .wpt-sidebar {
	width: 25%;
}

label[for='wpt_prepend_rt'], label[for='wpt_prepend_rt2'], label[for='wpt_prepend_rt3'] {
	display: block;
}

.wpt-truncate {
	display: inline-block;
	padding: 4px;
}

#wp-to-twitter .nav-tab-wrapper {
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
}

#wp-to-twitter .nav-tab-wrapper .nav-tab {
	font-weight: 700;
	font-size: 1.1em;
}

#wpt_settings_page iframe {
	margin:10px auto!important;
}

.wpt-sidebar .free .postbox,
.wpt-sidebar .free .postbox a:not(.link-highlight a),
.wpt-sidebar .free .postbox h3 {
	background: #000;
	color: #fff;
}

.free .postbox .github path {
	fill: #fff;
}

.wpt-sidebar .free .postbox .cta a {
	font-size: 1.4em;
}

.wpt-sidebar .postbox a:hover, .wpt-sidebar .postbox a:focus {
	text-decoration: none;
}

.inside.resources > div {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	align-items: center;
	justify-content: space-between;
}

.wpt-sidebar .free .postbox h3 {
	background: #fcb000;
	color: #000;
	font-size: 1.2rem;
}

.wpt-support-me p {
	font-size: 1.6em;
	font-weight: 600;
	background: var(--wp-admin-theme-color, #007eb3 );
	text-shadow: 1px 1px rgb( 35, 60, 127 );
	padding: 1em;
	text-align: center;
	margin: 0 0 1em;
}

.wpt-support-me p, .wpt-support-me a {
	color: #fff;
}

.wpt-support-me a:hover, .wpt-support-me a:focus {
	text-decoration: none;
}

.toplevel_page_wp-tweets-pro #fs_connect .fs-terms a {
	color: #555;
}

@media (max-width: 782px) {
	#wp-to-twitter .wpt-sidebar {
		width: 100%;
	}

	#wp-to-twitter .wpt-main {
		width: 100%;
	}
}