.app-roaming {
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-size: 12px;
	line-height: 15px;
}

.app-roaming__header {
	align-items: center;
	background-color: #e20074;
	color: #ffffff;
	display: flex;
	font-weight: bold;
	padding: 0 10px;
}

.app-roaming__header-column {
	padding: 10px;
}

.app-roaming__header-select {
	max-width: 230px;
	width: 100%;
}

.app-roaming__header-search-type {
	color: #ffffff;
}

.search-by-country {
	display: none;
}

.app-roaming__result-common {
	display: none;
}

.app-roaming__results {
	background-color: #f4f2ed;
	color: #4b4b4b;
	display: none;
}

.app-roaming__result {
	padding: 0 0 10px 0;
}

.app-roaming__result:last-child {
	border-bottom: none;
}

.app-roaming__result-title {
	color: #4b4b4b;
	font-size: 15px;
	line-height: 18px;
	margin: 0;
	padding: 20px 20px 10px 20px;
}

.app-roaming__result-subtitle {
	margin: 0 10px;
	padding: 10px 10px 5px 10px;
	border-top: solid 1px #ccc;
}

.app-roaming__result-text {
	padding: 0 20px;
	margin: 0 0 5px 0;
}

.app-roaming__result-row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.app-roaming__result-text-column {
	padding: 10px 30px 0 0;
}

.app-roaming__result-text:last-child {
	margin-bottom: 0
}