@charset "UTF-8";
/* ===================================== */
/* 1. Верхняя основная навигация         */
/* ===================================== */
.poem-tabs-bar {
  min-width: 0;
}

.poem-tabs-main,
.poem-tabs-desktop,
.poem-tabs-mobile-panel {
  /* display: flex; */
  /* align-items: center; */
  justify-content: end;
}

.poem-tabs-main .nav-link,
.poem-tabs-desktop .nav-link,
.poem-tabs-mobile-panel .nav-link {
  border: 1px solid transparent;
  border-radius: 0.5rem;
  background: transparent;
  color: #d96c55;
  padding: 0.55rem 0.9rem;
  line-height: 1.2;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.poem-tabs-main .nav-link.active,
.poem-tabs-desktop .nav-link.active,
.poem-tabs-mobile-panel .nav-link.active {
  background-color: #e9785f;
  color: #fff;
}

.poem-tabs-main .nav-link:hover,
.poem-tabs-desktop .nav-link:hover,
.poem-tabs-mobile-panel .nav-link:hover {
  background-color: rgba(233, 120, 95, 0.08);
  color: #d96c55;
}

.poem-tabs-main .nav-link.active:hover,
.poem-tabs-desktop .nav-link.active:hover,
.poem-tabs-mobile-panel .nav-link.active:hover {
  background-color: #e9785f;
  color: #fff;
}

.poem-tabs-desktop .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
}

.poem-tabs-mobile-toggle {
  border-radius: 0.5rem;
}

.poem-tabs-mobile-panel {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem;
  /* background: #fff; */
}

.poem-tabs-mobile-panel .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ===================================== */
/* 2. Общая структура блоков страницы    */
/* ===================================== */
.poem-primary-nav {
  padding: 0;
  /* margin: -1.0rem 0 -1.0rem 0; */
  /* margin-bottom: 1.25rem; */
  margin-top: -1rem;
  margin-bottom: 1rem;
  /* --- для более лучшего скролинга к панели --- */
  /* --- учитывается зафиксированная сверху панель --- */
  scroll-margin-top: 80px;
}

.poem-primary-content {
  margin-bottom: 1.75rem;
}

.poem-secondary-panel {
  margin-top: 1.25rem;
}

.poem-secondary-nav {
  /* margin-bottom: 0.6rem; */
}

.poem-secondary-content {
  margin-bottom: 1rem;
}

/* ===================================== */
/* 3. Верхние насыщенные панели          */
/* ===================================== */
.poem-pane-box {
  background: #fff;
  border-radius: 0.75rem;
  /* padding: 1.1rem 1.2rem; */
  padding: 0 1.2rem;
  /*box-shadow: 0 1px 10px rgba(0, 0, 0, 0.04); */
}

.poem-pane-header {
  margin-bottom: 1rem;
}

.poem-pane-title {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}

.poem-pane-note {
  font-size: 0.95rem;
  line-height: 1.5;
}

.poem-pane-body {
  min-height: 80px;
}

/* ===================================== */
/* 4. Основной блок произведения         */
/* ===================================== */
.poem-work-text-section {
  padding: 0 0 20px 0;
}

.poem-work-entry {
  /* padding: 1rem 1.2rem; */
  padding: 0 0.9rem;
}

.poem-work-text {
  font-size: 1.08rem;
  line-height: 1.85;
  /* из: .poem-single .entry .entry-content p */
  /* font-size: 16px; */
  /* line-height: 24px; */
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

.poem-work-text p {
  /* margin-bottom: 0.4rem; */
}

.poem-work-annotation-section .notes {
  margin-top: 0.5rem;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #444;
}

/* ===================================== */
/* 5. Правая колонка / сервисные блоки   */
/* ===================================== */
.poem-work-sidebar .sidebar {
  margin-bottom: 1.2rem;
}

.poem-work-sidebar .sidebar-title {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

/* ===================================== */
/* 6. Нижняя обзорная навигация          */
/* ===================================== */
.poem-secondary-tabs .nav-link {
  /*
  padding: 0.35rem 0.7rem;
  font-size: 0.9rem;
  border-radius: 0.4rem;
      */
}

.poem-secondary-tabs .nav-link.active {
  /*
  background-color: #f1f3f5;
  color: #333;
  border-color: transparent;
      */
}

.poem-secondary-tabs .nav-link:hover {
  /*
  background-color: rgba(0, 0, 0, 0.05);
      */
}

/* ===================================== */
/* 7. Мини-блоки обзорного контента      */
/* ===================================== */
.poem-mini-box {
  margin-top: 30px;
  background: #fff;
  /*border-radius: 0.7rem; */
  /*padding: 0.9rem 1rem;*/
  padding: 1.5rem 1.5rem;
  /*box-shadow: 0 1px 8px rgba(0, 0, 0, 0.04); */
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 0.5rem;
}

.poem-mini-box-icon {
  flex: 0 0 auto;
  font-size: 1.35rem;
  line-height: 1;
  color: var(--bs-primary);
  padding-top: 0.15rem;
}

.poem-mini-box-content {
  flex: 1;
}

.poem-mini-box-head {
  margin-bottom: 0.1rem;
}

.poem-mini-box-title {
  font-size: 1.4rem;
  font-weight: 500;
}

.poem-mini-box-open {
  font-size: 0.875rem;
  color: rgb(233.66, 111.44, 91.07);
  white-space: nowrap;
}

.poem-mini-box-body {
  font-size: 0.95rem;
  line-height: 1.6;
}

.poem-mini-box-body p {
  margin-top: 0;
  margin-bottom: 0;
}

.poem-mini-box-footer {
  margin-top: 5px;
}

.poem-mini-box .btn {
  font-size: 0.8rem;
  padding: 0.2rem 0.5rem;
}

.poem-mini-box-link {
  margin-top: 0.35rem;
  padding: 0;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.85rem;
}

/* ===================================== */
/* 8. Адаптивность                       */
/* ===================================== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .poem-tabs-desktop .nav-link {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
}
@media (max-width: 991.98px) {
  .poem-work-entry {
    padding: 0 0.9rem;
  }
  .poem-pane-box {
    /*padding: 0.9rem;*/
    padding: 0 0.9rem;
  }
}
@media (max-width: 767.98px) {
  .poem-work-text {
    font-size: 1.02rem;
    line-height: 1.75;
  }
  .poem-secondary-tabs {
    /*
    justify-content: flex-start !important;
    overflow-x: auto;
    flex-wrap: nowrap;
        */
  }
  .poem-secondary-tabs .nav-item {
    /*
    flex: 0 0 auto;
        */
  }
  /* альтернативный вариант, если позже захочешь попробовать сетку:
  .poem-tabs-mobile-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }
  */
}
/* ----------------------------------- */
/* Sidebar Youtube Search. Ursprung von .blog .sidebar, .recent-posts  */
/* ----------------------------------- */
.modul-video .youtube-search2 .video-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
}
.modul-video .youtube-search2 .video-item:last-child {
  border-bottom: none;
}
.modul-video .youtube-search2 .video-item .video-image {
  flex-shrink: 0;
  margin-right: 15px;
}
.modul-video .youtube-search2 .video-item .video-image img {
  display: block;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.modul-video .youtube-search2 .video-item .video-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.modul-video .youtube-search2 .video-item .video-body h4 {
  font-size: 16px;
  font-weight: 500;
}
.modul-video .youtube-search2 .video-item .video-body h4 i {
  font-size: 17px;
  color: #e96b56;
  margin-right: 7px;
}
.modul-video .youtube-search2 .video-item .video-body h4 a {
  color: #545454;
  transition: 0.3s;
  cursor: pointer;
}
.modul-video .youtube-search2 .video-item .video-body h4 a:hover {
  color: #e96b56;
}
.modul-video .youtube-search2 .video-item .video-body .channelTitle {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: #6c757d;
  margin-top: -7px;
}
.modul-video .youtube-search2 .video-item .video-menu {
  margin-left: 15px;
}
.modul-video .youtube-search2 .video-item .video-menu a {
  display: inline-block;
  padding: 4px;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: rgb(254.735078534, 253.2178010471, 252.964921466);
}
.modul-video .youtube-search2 .video-item .video-menu a:hover {
  background-color: rgb(250.6230366492, 225.554973822, 221.3769633508);
}

.modul-video .footer {
  margin-top: 35px;
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.modul-video .footer h6 {
  color: #949494;
  font-size: 13px;
  font-weight: 500;
}

/* ----------------------------------- */
/* Poetry Poem - Quote generator       */
/* ----------------------------------- */
.modul-quote {
  color: #545454;
}
.modul-quote .poem-quote-tool {
  --quote-text-color: #fff5e9;
  --quote-frame-color: rgba(255, 245, 233, 0.16);
  --quote-accent-color: #f0c98d;
  display: grid;
  gap: 24px;
}
.modul-quote .poem-quote-preview {
  max-width: 640px;
}
.modul-quote .poem-quote-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 18px;
  background: linear-gradient(135deg, #203b52, #8a4332);
  color: var(--quote-text-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.modul-quote .poem-quote-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.12), transparent 24%), radial-gradient(circle at 82% 78%, rgba(255, 255, 255, 0.08), transparent 22%);
  pointer-events: none;
}
.modul-quote .poem-quote-card--square {
  aspect-ratio: 1/1;
}
.modul-quote .poem-quote-card--story {
  aspect-ratio: 9/16;
  max-width: 420px;
}
.modul-quote .poem-quote-card--landscape {
  aspect-ratio: 16/9;
  max-width: 760px;
}
.modul-quote .poem-quote-card__frame {
  position: absolute;
  inset: 1.45rem;
  border: 1px solid var(--quote-frame-color);
  border-radius: 1.35rem;
}
.modul-quote .poem-quote-card__ornament {
  position: absolute;
  top: 1.4rem;
  right: 1.5rem;
  width: 4.65rem;
  height: 4.65rem;
  border-radius: 50%;
  border: 2px solid var(--quote-accent-color);
  opacity: 0.96;
}
.modul-quote .poem-quote-card__ornament::before {
  content: "";
  position: absolute;
  inset: 0.7rem;
  border-radius: inherit;
  border: 2px solid var(--quote-accent-color);
  opacity: 0.78;
}
.modul-quote .poem-quote-card__content {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: space-between;
  gap: 1.2rem;
  padding: 3rem;
}
.modul-quote .poem-quote-card--story .poem-quote-card__content {
  padding: 3.2rem 2.55rem;
}
.modul-quote .poem-quote-card__quote {
  max-width: 82%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 2.5vw, 3.35rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.01em;
  white-space: pre-line;
}
.modul-quote .poem-quote-card__meta {
  display: grid;
  gap: 0.3rem;
  align-self: end;
}
.modul-quote .poem-quote-card__author {
  font-size: clamp(1.03rem, 1.5vw, 1.45rem);
  font-weight: 600;
}
.modul-quote .poem-quote-card__title {
  font-size: clamp(0.98rem, 1.35vw, 1.18rem);
  opacity: 0.9;
}
.modul-quote .poem-quote-card__site {
  margin-top: 0.8rem;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  opacity: 0.9;
}
.modul-quote .poem-quote-card--accent-author .poem-quote-card__author {
  color: var(--quote-accent-color);
  font-weight: 800;
}
.modul-quote .poem-quote-card--accent-title .poem-quote-card__title {
  color: var(--quote-accent-color);
  font-weight: 700;
  opacity: 1;
}
.modul-quote .poem-quote-card--hide-brand .poem-quote-card__site,
.modul-quote .poem-quote-card--hide-mark .poem-quote-card__ornament {
  display: none;
}
.modul-quote .poem-quote-controls {
  display: grid;
  gap: 16px;
}
.modul-quote .poem-quote-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.modul-quote .poem-quote-field {
  display: grid;
  gap: 8px;
}
.modul-quote .poem-quote-field .form-label {
  font-size: 15px;
  font-weight: 600;
  color: #545454;
  margin: 0;
}
.modul-quote .poem-quote-field .form-control {
  min-height: 170px;
  line-height: 1.55;
  resize: vertical;
}
.modul-quote .poem-quote-field--full {
  grid-column: 1/-1;
}
.modul-quote .poem-quote-switches {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.modul-quote .poem-quote-switches .form-check {
  margin-bottom: 0;
  min-height: auto;
}
.modul-quote .poem-quote-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.modul-quote .poem-quote-feedback {
  min-height: 20px;
  margin: 0;
  color: #6c757d;
  font-size: 14px;
}
.modul-quote .poem-quote-feedback.is-error {
  color: #dc3545;
}
.modul-quote .poem-quote-canvas {
  display: none;
}

@media (max-width: 991.98px) {
  .modul-quote .poem-quote-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .modul-quote .poem-quote-card__content {
    padding: 2.15rem;
  }
  .modul-quote .poem-quote-card__quote {
    max-width: 100%;
  }
  .modul-quote .poem-quote-card__frame {
    inset: 1rem;
  }
  .modul-quote .poem-quote-card__ornament {
    width: 3.6rem;
    height: 3.6rem;
    top: 1rem;
    right: 1rem;
  }
  .modul-quote .poem-quote-card__ornament::before {
    inset: 0.55rem;
  }
  .modul-quote .poem-quote-card--story {
    max-width: 100%;
  }
  .modul-quote .poem-quote-actions {
    flex-direction: column;
  }
  .modul-quote .poem-quote-actions .btn {
    width: 100%;
  }
}
/* ----------------------------------- */
/* Poetry Poem - Audiorecorder
/* ----------------------------------- */
.modul-audiorecorder h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.modul-audiorecorder .record-box {
  color: #444444;
  text-align: center;
}
.modul-audiorecorder .record-box .record-message {
  padding: 5px;
  background-color: #e96b56;
  margin-bottom: 20px;
}
.modul-audiorecorder .record-box .record-message p {
  padding: 5px;
  color: #fff;
}
.modul-audiorecorder .record-box h4 {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
}
.modul-audiorecorder .record-box .record-icon img {
  width: 120px;
  max-width: 60%;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 120ms linear;
}
.modul-audiorecorder .record-box .record-controls button {
  background: #e96b56;
  border: 0;
  border-radius: 15px;
  padding: 4px 20px;
  color: #fff;
  transition: 0.4s;
  margin: 0 3px;
}
.modul-audiorecorder .record-box .record-controls button:hover {
  background: rgb(230.0628272251, 87.2408376963, 63.4371727749);
}
.modul-audiorecorder .record-box .record-controls button:disabled {
  background: #545454;
}
.modul-audiorecorder .record-box .record-controls i {
  font-size: 26px;
  padding: 4px;
}
.modul-audiorecorder .record-box .record-controls #recordingRecordButton {
  padding: 8px 28px;
}
.modul-audiorecorder .record-box .record-save-section {
  margin-top: 30px;
  background: #545454;
  padding: 8px 10px;
  border-radius: 15px;
  display: flex;
  align-items: stretch;
}
.modul-audiorecorder .record-box .record-save-section input[type=text] {
  flex-grow: 1;
  margin-right: 10px;
  border: 0;
  padding: 6px;
}
.modul-audiorecorder .record-box .record-save-section button {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  background: #e96b56;
  color: #fff;
  transition: 0.3s;
  border-radius: 10px;
}
.modul-audiorecorder .record-box .record-save-section button:hover {
  background: rgb(230.0628272251, 87.2408376963, 63.4371727749);
}
.modul-audiorecorder .record-box .record-save-section button:disabled {
  background: #545454;
}
.modul-audiorecorder .record-box .record-save-section button i {
  font-size: 22px;
  padding: 4px;
}
.modul-audiorecorder .recordings-list .record-item {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  margin-bottom: 10px;
}
.modul-audiorecorder .recordings-list .first-row {
  display: flex;
  flex-direction: row;
}
.modul-audiorecorder .recordings-list .first-row p {
  color: #545454;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.modul-audiorecorder .recordings-list .first-row .title {
  flex-grow: 1;
  white-space: normal;
  margin-right: 10px;
}
.modul-audiorecorder .recordings-list .first-row .date {
  white-space: nowrap;
}
.modul-audiorecorder .recordings-list .second-row {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
}
.modul-audiorecorder .recordings-list .second-row audio {
  flex-grow: 1;
  margin-right: 10px;
}
.modul-audiorecorder .recordings-list .second-row button {
  border: 0;
  font-size: 18px;
  padding: 0 18px;
  background: #e96b56;
  color: #fff;
  transition: 0.3s;
  border-radius: 10px;
}
.modul-audiorecorder .recordings-list .second-row button:hover {
  background: rgb(230.0628272251, 87.2408376963, 63.4371727749);
}
.modul-audiorecorder .recordings-list .second-row button i {
  font-size: 20px;
  padding: 2px;
}
.modul-audiorecorder .footer {
  margin-top: 35px;
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.modul-audiorecorder .footer h6 {
  color: #949494;
  font-size: 13px;
  font-weight: 500;
}

/*-----------------------
# Poem Information ------
-------------------------*/
/*-----------------------
# Common Information ------
-------------------------*/
.common-information .common-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  /*--*/
  color: #545454;
}
.common-information .common-info img {
  width: 100px;
  margin-right: 40px;
}
.common-information .common-info h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.common-information .common-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.common-information .common-info ul li + li {
  /*margin-top: 10px;*/
  margin-top: 2px;
}
.common-information .common-info .notes p {
  /* font-style: italic; */
  /* color: #b7b7b7; */
  color: #6c757d;
  /* --- */
  font-size: 14px;
  margin-bottom: 10px;
}
.common-information .common-info .common-btn-link {
  background: #545454;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 15px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  /*  font-family: "Raleway", sans-serif;*/
  font-family: "Open Sans", sans-serif;
  transition: 0.3s;
  margin: 10px 0 20px 0;
}
.common-information .common-info .common-btn-link:hover {
  background: #e96b56;
}

@media (max-width: 768px) {
  .common-information .common-info {
    flex-direction: column;
    align-items: start !important;
  }
  .common-information .common-info h3 {
    padding-left: 60px;
    margin-top: -30px;
  }
  .common-information .common-info img {
    width: 50px;
    height: 50px;
  }
}
/*--------------------------------------------------------------
# Базируется на featured-lists. Использую например для "Похожие произведения" на странице поэмы
--------------------------------------------------------------*/
.poem-similar-box .poem-similar-items {
  justify-content: center;
  margin-left: -0.5rem;
}
.poem-similar-box .poem-similar-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.poem-similar-box .poem-similar-items ul i {
  padding-right: 2px;
  color: rgb(236.3, 129.2, 111.35);
  font-size: 18px;
  line-height: 1;
}
.poem-similar-box .poem-similar-items ul li {
  margin: 8px 8px 8px 0;
  display: flex;
  justify-content: center;
  display: inline-flex;
  /* inline-block; - проблема, иконка убегает на маленьких экранах*/
  line-height: 1;
}
.poem-similar-box .poem-similar-items ul li:first-child {
  padding-top: 0;
}
.poem-similar-box .poem-similar-items ul a {
  color: #545454;
  transition: 0.3s;
  display: inline-block;
  line-height: 1.2;
}
.poem-similar-box .poem-similar-items ul a:hover {
  color: #e96b56;
}

.poem-actions {
  padding: 40px 0 20px 0;
}

.poem-actions .actions-links {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.poem-actions .actions-links ul {
  list-style-type: none;
}

.poem-actions .actions-links ul li {
  /*padding-bottom: 12px;*/
  padding-bottom: 5px;
}

.poem-actions .actions-links ul i {
  color: #e96b56;
  /*font-size: 18px;*/
  padding-right: 5px;
}

/*--*/
.poem-author {
  padding: 0 0 20px 0;
}
.poem-author .author-info {
  color: #545454;
}
.poem-author .author-main {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.poem-author .author-photo {
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.poem-author .author-content {
  flex: 1 1 auto;
  min-width: 0;
}
.poem-author .hr {
  margin: 1rem 0;
  border-top: 1px solid #eee;
}
.poem-author .author-info p {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 0;
}
.poem-author .author-info h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.poem-author .author-info h3 i {
  font-size: 18px;
  margin-left: 0.5rem;
}
.poem-author .author-info h3 a {
  color: #545454;
  transition: 0.3s;
  cursor: pointer;
}
.poem-author .author-info h3 a:hover {
  color: #e96b56;
}
.poem-author .author-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
  margin-bottom: 12px;
}
.poem-author .author-info ul li + li {
  margin-top: 2px;
}

@media (max-width: 768px) {
  .poem-author .author-main {
    display: block;
  }
  .poem-author .author-photo {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 12px;
    margin-bottom: 10px;
  }
  .poem-author .author-info h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
    padding: 0;
    border-bottom: none;
    min-height: 50px;
    display: flex;
    align-items: center;
  }
  .poem-author .author-info ul,
  .poem-author .author-info p {
    clear: both;
  }
}/*# sourceMappingURL=style-poetry-poems.css.map */