<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* CSS Document */


.bluesky_integrator {
  background: #f1f1f1!important;
    padding: 10px;
}

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

}

.bluesky_text {
  color:  #252525!important;
  font-size: 15px !important;
}

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

.bluesky_date {
  flex: 1; /* FÃžllt den verfÃžgbaren Platz auf der linken Seite */
  font-size: 15px !important;
    color: #2b2b2b!important;
}



.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 */
}

.bluesky_link0 {
  word-wrap: break-word!important;
  overflow-wrap: break-word!important;
}

.bluesky_link {
  display: inline-block;
    max-width: 300px; /* Passe die Breite entsprechend deinem Layout an */
    overflow: hidden;
    text-overflow: ellipsis; /* FÃžgt Auslassungszeichen (...) hinzu, wenn der Text Ãžber die maximale Breite hinausgeht */
    white-space: nowrap; /* Verhindert das automatische Umbrechen des Textes */
}</pre></body></html>