/* GFY_MAP_PROVIDER_CONSENT_UI_1_2_0 */
.gfy-map-google-consent{
  box-sizing:border-box;
  width:min(100%,720px);
  margin:0 auto 18px;
  padding:16px 18px;
  border:1px solid #dcefd9;
  border-radius:14px;
  background:#f3faf1;
  color:#173149;
}
.gfy-map-google-consent__head{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  text-align:left;
  line-height:1.45;
}
.gfy-map-google-consent__head strong{font-size:15px;font-weight:700}
.gfy-map-google-consent__shield{
  flex:0 0 36px;
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  color:#27a80c;
}
.gfy-map-google-consent__shield svg{
  width:32px;
  height:32px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.gfy-map-google-direct-link{
  display:flex;
  width:max-content;
  max-width:100%;
  margin:18px auto 0;
  align-items:center;
  justify-content:center;
  gap:7px;
  color:#168a14;
  font-weight:700;
  text-decoration:none;
}
.gfy-map-google-direct-link:hover{text-decoration:underline}
@media(max-width:640px){
  .gfy-map-google-consent{padding:14px}
  .gfy-map-google-consent__head{align-items:flex-start;justify-content:flex-start}
}
