.meta-title-simulator {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.meta-title-simulator h2 {
  margin-bottom: 20px;
}

.meta-title-simulator input {
  width: 600px;
  font-family: 'Courier New', monospace;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.serp-preview {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 4px;
}

.serp-title {
  font-weight: bold;
  color: #1a0dab;
}

.serp-url {
  color: #006621;
  margin: 5px 0;
}

.serp-description {
  color: #4d5156;
}


.meta-description-simulator {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.meta-description-simulator h2 {
  margin-bottom: 20px;
}


.meta-description-simulator {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.meta-description-simulator h2 {
    margin-bottom: 20px;
}


#serpTitle {
    color: blue;
}

#serpURL {
    color: green;
}


#serpDescription {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
