/** * @file        /modules/mod_codedesign_responsive_google_maps/assets/css/google_maps_iframe.css * @copyright   Copyright (C) 2006 - 2026 codeDESIGN | Milos Mandic / All rights reserved. * @link        https://www.filterverlag.de * @author      codeDESIGN | Milos Mandic <milos.mandic@filterverlag.de> *//* codeDESIGN - google_maps_iframe.css */@charset "utf-8";/* GOOGLE MAPS IFRAME */div.google_maps_iframe [class^="col-"],div.google_maps_iframe [class*=" col-"],div.google_maps_iframe div.container {	padding-left: 0px;	padding-right: 0px;}div.google_maps_iframe {	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;}div.google_maps_iframe_inner {	width: 100%;	overflow: hidden;	/* padding-bottom: 56.25%; */	position: relative;}div.google_maps_iframe_inner iframe {	width: 100%;	height: 100%;	position: absolute;	left: 0px;	top: 0px;	border: 0px;}/* GOOGLE MAPS IFRAME - OPT-IN WRAPPER*/div.google_maps_iframe div.google_maps_iframe_opt_in_wrapper {	background: var(--ci_color_light_grey); 	width: 100%; }