  .googlesuche {
    border: 2px dotted rgba(128, 128, 128, 0.35);
    border-radius: 2px;
    padding: 0.5em 1em;
    margin: 1em 0 1em;
    max-width: calc(600px + 2em);
  }
  .googlesuche .gtitle {
    margin: 0;
    color: #1e0fbe;
    font-size: 1.15em;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
  }
  .googlesuche .gurl {
    color: #006621;
    font-style: normal;
    max-width: 90%;
    font-size: 0.95em;
    line-height: 16px;
    margin-top: 0.2em;

    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
  }
  .googlesuche .gdesc {
    color: #777;
    font-size: 0.85em;
    line-height: 1.4;
    margin: 0.5em 0 0.5em;
  }

  input.green[name="seo[meta_title]"], textarea.green[name="seo[meta_description]"] {
    border-bottom: 4px solid green;
  }

  input.yellow[name="seo[meta_title]"], textarea.yellow[name="seo[meta_description]"] {
    border-bottom: 4px solid #ffd300;
  }

  input.red[name="seo[meta_title]"], textarea.red[name="seo[meta_description]"] {
    border-bottom: 4px solid red;
  }