




/* CSS Document */

.mastodon_box {
  padding: 2%;
  border: 1px solid #000000;
  background-color: #fff;
  margin-bottom: 10px;
}

.mastodon_integrator {
    background: #ffffff!important;
    padding: 10px;
}

.mastodon_post {
  display: flex;
  flex-direction: column;
  border: 1px solid #c2c2c2!important;
  margin: 5px;
  padding: 5px;

}

.mastodon_text {
  color:  #000000!important;
  font-size: 15px !important;
}

.mastodon_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.mastodon_date {
  flex: 1; /* Füllt den verfügbaren Platz auf der linken Seite */
  font-size: 15px !important;
    color: #949494!important;
}

.mastodon_link {
  /* Hier dein Styling für mastodon_link */
}

.info-icon {
  width: 20px;
  height: 20px;
  background-color: #0074D9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.info-icon::before {
  content: 'i';
  color: white;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
}

.info-link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  padding: 5px; /* Anpassen der Abstände */
  background-color: #0074D9; /* Hintergrundfarbe des Links anpassen */
  color: white; /* Textfarbe des Links anpassen */
}

.cbqmstnf_colorpicker{
  appearance: none;
  -webkit-appearance: none;
  -moz-appeareance:none;
  width: 30px;
  height: 30px;
  border: none;
  background-color: #f0f0f1!important;
  cursor: pointer;    
}

.cbqmstnf_colorpicker::-webkit-color-swatch{
  border-radius: 5px;
  border: none;
  
}
