.node-detail ul{
   padding-left: 20px;
}
.node-detail ul li{
   list-style: disc;
}

/* daisan custom */

.site-branding-logo img {
   max-width: 200px !important;
}

.daisan-source-bar {
   display: flex;
   align-items: center;
   background: #eee;
   border: 1px solid #ddd;
   /* border-radius: 2px; */
   padding: 6px 8px;
   margin-top: 4px;
   margin-bottom: 16px;
}

.daisan-source-bar-icon {
   margin-right: 8px;
   width: 16px !important;
   height: 16px !important;
}

.node__content .field--name-body {
   font-size: 14px;
}

.daisan-source-dest {
   background-color: #f8f9fa;
   border: 1px solid #e5e7eb;
   /* border-radius: 2px; */
   padding: 8px 12px;
}
.daisan-source-dest-name {
   color: #333;
}

.daisan-source-dest-link {
   color: #adb5bd;
}

.view-slider-large {
   .post-block .post-categories {
      color: inherit !important;
      a {
         color: inherit !important;
      }
   } 
   .post-block .post-meta a {
      color: inherit !important;
   }
}

.daisan-post-meta {
   display: flex;
   align-items: center;
   gap: 4px;
   font-size: 13px;
   margin-top: 4px;
}
.daisan-post-meta.daisan-post-meta-space {
   margin-top: -8px;
   margin-bottom: 10px;
}
.daisan-post-source {
   color: #999999;
}
.daisan-post-separator:after {
   content: "\2022";
   color: #cccccc;
}
.daisan-post-created {
   color: #999999;
}

.node--view-mode-slider-2 .daisan-post-meta, .node--view-mode-teaser-1 .daisan-post-meta {
   justify-content: center;
}



/* Responsive styles for teaser-5 template */
@media (max-width: 768px) {
  .post-block--teaser-5 {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 8px 0;
  }

  .post-block--teaser-5 .post-content--mobile-left {
    order: 1;
    flex: 0 0 auto !important;
    width: 100% !important;
    min-width: 0;
    padding: 0 12px;
    display: block;
  }

  .post-block--teaser-5 .post-thumbnail--mobile-right {
    order: 2;
    flex: 0 0 auto !important;
    width: 100% !important;
    margin: 0;
    display: block;
  }

  .post-block--teaser-5 .post-thumbnail--mobile-right .post-thumbnail-inner,
  .post-block--teaser-5 .post-thumbnail--mobile-right img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    display: block;
    border-radius: 4px;
  }

  .post-block--teaser-5 .post-title {
    font-size: 23px !important;
    line-height: 1.15;
    margin: 0 0 8px 0;
  }

  .post-block--teaser-5 .post-meta {
    font-size: 12px;
    margin-bottom: 8px;
    color: #666;
  }

  .post-block--teaser-5 .post-body {
    display: block !important;
    font-size: 16px !important;
    line-height: 1.45;
    margin-bottom: 8px;
    color: #333;
    white-space: normal;
  }

  .post-block--teaser-5 .post-action {
    margin-top: 6px;
  }
}
