.trueffel-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 20px;
  font-family: sans-serif;
}

.video-section {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 9 / 16;
}

.video-section iframe {
  border-radius: 12px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.info-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 400px;
}

.custom-yt-logo {
  width: 100px;
  height: auto;
  margin-bottom: 25px;
  text-align: center;
  margin: 0 auto;
}

.profile-row {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}

.profile-pic {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  display: none;
}

.meta-data {
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.channel-name {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

.video-count {
  font-size: 12px;
  color: #777;
}

.sub-button-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
  transform: scale(1.4);
  transform-origin: center center;
}

@media (min-width: 850px) {
  .trueffel-container {
    flex-direction: row;
  }

  .info-section {
    padding-left: 35px;
    border-left: 2px solid #9dbb61;
  }
}

.nancy-youtube-block-editor {
  border: 1px dashed #9dbb61;
  padding: 16px;
}
