[html]
<style>
@font-face {
  font-family: "Genshin";
  src: url("https://forumstatic.ru/files/0014/98/d3/50051.ttf");
  font-style: normal;
  font-weight: normal;
}

.ep-container,
.ep-container * {
  box-sizing: border-box;
}

.ep-container {
  display: flex;
  width: 660px;
  max-width: 100%;
  margin: 30px auto;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(2px 5px 6px 0px rgba(34, 42, 53, 0.3), 0px 0px 8px 0px rgba(255, 255, 255, 0.8) inset);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  font-family: "Segoe UI", sans-serif !important;
  border: 1px solid rgba(179, 158, 131, 0.1);
}

.ep-img {
  flex: 0 0 130px;
  background-size: cover;
  background-position: center;
}

.ep-content {
    flex: 1;
    padding: 12px 16px !important;
    background: rgba(179, 158, 131, 0.1);
    display: flex;
    flex-direction: column;
    gap: 6px !important;
    color: #1d1d1d !important;
}

/* имя эпа */
.ep-title {
    position: relative;
    display: inline-block;
    font-size: 1.1em !important;
    font-weight: 500 !important;
    font-family: "Genshin" !important;
    text-align: center;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    margin: 0 auto !important;
    padding: 0 24px;
    line-height: 1.2;
}
.ep-title::before,
.ep-title::after {
  content: "\2726";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(51, 51, 51);
  font-size: 1em;
}
.ep-title::before {
  left: 0;
}
.ep-title::after {
  right: 0;
}

.ep-description {
  font-size: 0.88em !important;
  line-height: 1.4 !important;
  text-align: center;
  color: rgb(51, 51, 51);
  max-height: 90px;
  overflow-y: auto;
  margin: 0 auto !important;
  padding: 8px 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-radius: 6px !important;
  background: rgba(179, 158, 131, 0.1);
  width: fit-content;
}
.ep-description::-webkit-scrollbar {
  width: 5px;
}
.ep-description::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

/* Единые отстѺпы Ѻ всех секций */
.ep-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 12px;
  font-size: 0.78em !important;
  color: rgb(51, 51, 51);
  /* строго одинаковый межблочный отстѺп */
  margin: 4px 0 !important;
  padding: 6px 10px !important;
  border-radius: 6px;
}

.ep-meta {
  background: rgba(179, 158, 131, 0.1);
}
.ep-tags {
  background: rgba(179, 158, 131, 0.1);
}
.ep-characters {
  background: rgba(179, 158, 131, 0.1);
}

.ep-section i {
  color: rgb(51, 51, 51);
  margin-right: 4px;
}

.ep-tags .ep-tag {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 2px 6px;
  font-weight: 500 !important;
}

.ep a {
  font-weight: 600 !important;
  color: rgb(51, 51, 51);
  text-decoration: none !important;
}
.ep a:hover {
  text-decoration: underline !important;
}

@media (max-width: 600px) {
  .ep-container {
    flex-direction: column;
    width: 95%;
  }
  .ep-img {
    height: 160px;
    flex: none;
    background-position: 0% 50%;
  }
}
</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<div class="ep-container">

  <!-- ИЗОБРАЖЕНИЕ СЛЕВА -->
  <div class="ep-img" style="background-image:url('https://upforme.ru/uploads/001c/ad/71/125/838848.jpg');"></div>

  <div class="ep-content">

    <!-- НАЗВАНИЕ ЭПИЗОДА -->
    <div class="ep-title">Котенок по имени гаф</div>

    <!-- ОПИСАНИЕ ЭПИЗОДА -->
    <div class="ep-description">
Жертвы и пламя. Убийство и когти.
    </div>

    <div class="ep-section ep-meta">
      <!-- МЕСТО -->
      <div><i class="fas fa-map-marker-alt"></i>Валлийский заповедник</div>
      <!-- ДАТА -->
      <div><i class="fas fa-clock"></i>27.03.2027</div>
      <!-- МУЗЫКА -->
      <div><i class="fas fa-music"></i><a href="https://youtu.be/-RRgCgMD4Jw?si=BOl_fH5tiGC7p6dF" style="font-weight: bold;">I see fire</a></div>
    </div>
    <!-- ИГРОКИ -->
    <div class="ep-section ep-characters">
      <div><i class="fas fa-user-friends"></i>
адам, ро</div>
    </div>
  </div>
  <!-- ИЗОБРАЖЕНИЕ СПРАВА -->
  <div class="ep-img" style="background-image:url('https://upforme.ru/uploads/001c/98/1e/2/795880.jpg');"></div>
</div>
[/html]

[nick]Ro[/nick][icon]https://upforme.ru/uploads/001c/98/1e/2/124907.gif[/icon][status]боборотень[/status]