/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */

.wp-block-cgb-block-traveledmap-map  {

}

.ml-10 {
	margin-left: 10px;
}
.mr-10 {
	margin-right: 10px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-10 {
	margin-bottom: 10px;
}

.d-flex {
	display: flex;
}
.flex-center {
	justify-content: center;
	align-items: center;
	align-self: center;
}
.flex-column {
	flex-direction: column;
}

.justify-content-between {
	justify-content: space-between;
}

.flex-1 {
	flex-grow: 1;
}


.text-center {
	text-align: center;
}

.note {
	font-size: 80%;
}

.input-with-button {
	position: relative;

	input {
		padding-right: 75px !important;

	}

	button {
		position: absolute;
		right: 0;
		bottom: 0;
	}
}

.map-iframe {
	width: 100%;
	height: 500px;
}
