.xtl {
  border: 1px solid #cfd9de;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #0f1419;
  line-height: 1.3125;
}
.xtl-hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid #eff3f4;
}
.xtl-hd-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #0f1419;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  min-width: 0;
}
.xtl-hd-account:hover {
  text-decoration: underline;
}
.xtl-hd-av {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.xtl-follow-btn {
  display: inline-block;
  padding: 8px 18px;
  background: #0f1419;
  color: #fff;
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.xtl-follow-btn:hover {
  background: #272c30;
  color: #fff;
}
.xtl-body {
  max-height: 840px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #cfd9de transparent;
}
.xtl-body::-webkit-scrollbar {
  width: 6px;
}
.xtl-body::-webkit-scrollbar-thumb {
  background: #cfd9de;
  border-radius: 3px;
}
.xtl-tweet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid #eff3f4;
  text-decoration: none;
  color: #0f1419;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.xtl-tweet:hover {
  background: #f7f9f9;
}
.xtl-tweet:last-child {
  border-bottom: none;
}
.xtl-av {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.xtl-tw-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.xtl-tw-hdr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.xtl-tw-meta {
  min-width: 0;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xtl-name {
  font-weight: 700;
  font-size: 16px;
  color: #0f1419;
}
.xtl-handle,
.xtl-dot,
.xtl-date {
  color: #536471;
  font-size: 15px;
  font-weight: 400;
}
.xtl-x-logo {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  fill: #0f1419;
}
.xtl-text {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-word;
  white-space: pre-line;
}
.xtl-link {
  color: #1d9bf0;
}
.xtl-media {
  margin-top: 12px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eff3f4;
}
.xtl-media img {
  width: 100%;
  display: block;
}
.xtl-metrics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 12px;
}
.xtl-metric {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #536471;
  font-size: 14px;
}
.xtl-metric svg {
  fill: #536471;
}
.xtl-card {
  margin-top: 12px;
  border: 1px solid #cfd9de;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  transition: background 0.15s;
}
.xtl-tweet:hover .xtl-card {
  background: #f7f9f9;
}
.xtl-card-img {
  border-bottom: 1px solid #eff3f4;
  line-height: 0;
}
.xtl-card-img img {
  width: 100%;
  display: block;
  max-height: 260px;
  object-fit: cover;
}
.xtl-card-body {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.xtl-card-domain {
  font-size: 13px;
  color: #536471;
  line-height: 1.3;
  text-transform: lowercase;
}
.xtl-card-title {
  font-size: 15px;
  font-weight: 400;
  color: #0f1419;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.xtl-card-desc {
  font-size: 13px;
  color: #536471;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.xtl-quote {
  margin-top: 12px;
  border: 1px solid #cfd9de;
  border-radius: 16px;
  padding: 12px 16px;
  background: #fff;
  transition: background 0.15s;
}
.xtl-tweet:hover .xtl-quote {
  background: #f7f9f9;
}
.xtl-quote-hdr {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xtl-quote-av {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  flex-shrink: 0;
}
.xtl-quote-name {
  font-size: 15px;
  font-weight: 700;
  color: #0f1419;
}
.xtl-quote-handle {
  font-size: 15px;
  color: #536471;
  font-weight: 400;
}
.xtl-quote-date {
  font-size: 15px;
  color: #536471;
}
.xtl-quote-text {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.4;
  color: #0f1419;
  word-break: break-word;
  white-space: pre-line;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.xtl-quote-text .xtl-link {
  color: #1d9bf0;
}
.xtl-footer {
  display: block;
  padding: 16px;
  text-align: center;
  color: #1d9bf0;
  font-size: 15px;
  text-decoration: none;
  border-top: 1px solid #eff3f4;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.xtl-footer:hover {
  background: #f7f9f9;
}
