/* TrackShip Google Login — styles */

/* Wrapper inside the login form */
.tgl-google-wrap {
	margin: 16px 0 8px;
	text-align: center;
}

/* Divider line */
.tgl-divider {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	color: #999;
	font-size: 13px;
}

.tgl-divider::before,
.tgl-divider::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #e0e0e0;
}

.tgl-divider span {
	padding: 0 12px;
	text-transform: lowercase;
}

/* Centre the GIS-rendered iframe button */
#tgl-google-btn {
	display: flex;
	justify-content: center;
}

/* Ensure the GIS iframe fills its container on small screens */
#tgl-google-btn iframe {
	max-width: 100% !important;
	margin: 0 !important;
}
