/* aside */
aside {
  flex: 1 1 250px;
  background-color: #2B2B3C;
  color: #fff;
  font-family: Arial, sans-serif;
  border-radius: 3px;
  margin: 3px;
  padding: 5px;
}


/* Simulando anuncio google ads*/
.google-ad {
  background-color: #fff;
  color: #000;
  padding: 15px 20px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ad-label {
  font-size: 12px;
  color: #666;
  position: absolute;
  top: 10px;
  right: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.google-ad h4 {
  margin-bottom: 10px;
}

.google-ad p {
  font-size: 14px;
  margin-bottom: 10px;
}

.ad-link {
  display: inline-block;
  color: #1a73e8;
  font-weight: bold;
  text-decoration: none;
}

.ad-link:hover {
  text-decoration: underline;
}
