/* Radios ul */

.betterurls-radios {
	margin-bottom: 10px;
}


/* Clearfix for wrapper for fields with hash */

.betterurls-withhash-wrapper:before, .betterurls-withhash-wrapper:after {
	content: '';
	display: table;
}

.betterurls-withhash-wrapper:after {
	clear: both;
}


/* Fields with hash value and hash input styles */

.betterurls-withhash-wrapper {
	margin-left: -5px;
	margin-right: -5px;
}

.betterurls-withhash, .betterurls-hash {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.betterurls-withhash {
	float: left;
	width: 65%;
	padding-left: 5px;
	padding-right: 5px;
}

.betterurls-hash {
	float: left;
	width: 35%;
	padding-left: 5px;
	padding-right: 5px;
}

.betterurls-hash input[type="text"] {
	width: 100%;
}


/* External (custom) URL icon position */

.betterurls-external.acf-url i {
	left: 12px;
}


/* Fields are by default hidden */

.betterurls-value {
	display: none;
}

.betterurls-media-wrapper {
	display: none;
}


/* Field selected with radio button is shown */

.betterurls-value.active {
	display: block;
}

.betterurls-media-wrapper.active {
	display: block;
}

.betterurls-hash.hide {
	display: none;
}


/* External URL field icon space */

.betterurls-external input[type="text"] {
	padding-left: 25px;
}


.betterurls-internal .select2-container {
	width: 100%;
}
