.google-maps-consent {
  width: 100%;
  margin: 0;
}

.google-maps-consent-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  padding: 30px 20px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  text-align: center;
}

.google-maps-consent-placeholder p {
  max-width: 600px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.google-maps-consent-frame {
  width: 100%;
  height: 450px;
  border: 0;
}

.google-maps-consent-actions {
  margin-top: 10px;
  text-align: right;
}

.google-maps-consent-actions .btn {
  font-size: 0.9em;
}
