.google-ads-consent {
  box-sizing: border-box;
  width: 100%;
  padding: 12px 16px;
  font-size: 12px;
  line-height: 1.6;
  background: #f5f7fa;
  color: #24334b;
  text-align: left;
}
.google-ads-consent summary { cursor: pointer; }
.google-ads-consent p { margin: 8px 0; }
.google-ads-consent button {
  min-height: 36px;
  margin: 4px 8px 0 0;
  padding: 6px 12px;
  border: 1px solid #78859b;
  border-radius: 6px;
  background: white;
  color: #24334b;
  font: inherit;
  cursor: pointer;
}
