#notion-widget {
  border: 3px solid #000;
  background:#fff;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#notion-logo-title {
  display: flex;
  align-items: center;

}

#notion-page-title a {
  color: #000; /* Set the color to black */
  text-decoration: none; /* Removes underline from links */
  /* Add any other styles you want for the title link here */
}
#notion-logo {
  content: url(/wp-content/plugins/notion-widget-plugin/notion.svg);
  height: 40px;
  width: 40px;
  margin-right: 10px; /* Adjust the space between logo and title */
}

#notion-page-title {
  font-family: Inter;
  font-weight: 600;
  text-decoration: none!important;
  color:black!important;
}

#notion-buttons {
  display: flex;
  align-items: center;
}

.notion-button {
  font-family: Inter;
  font-weight: 600;
  font-size: 1em;
  background-color: #000;
  color: #fff!important;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 5px;
  margin-left: 5px; /* Adjust the space between buttons */
  text-decoration:none!important;
}