<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#dug_archive_header{
  margin-top: 80px;
  margin-bottom: 40px;
  text-align: center;
}
#dug_archive_header h1{
  font-size: 44px;
}

.content-wrapper{
  max-width: 1024px;
  margin: 0 auto;

}

.dug_post_item_loop{
  background-color: #f1f1f1;
  height: 120px;
  display: flex;
  margin-bottom: 20px;
  text-decoration: none!important;
  transition: all .3s;
}
.dug_post_item_loop:hover{
  background-color: #fff;
}

.dug_post_item_loop_bg{
  width: 100%;
  max-width: 200px;
  height: 120px;
  background-position: center;
  background-size: cover;
}

.dug_post_item_loop_desc{
  padding: 20px;
}

.dug_post_item_loop_desc h3{
  color: #333;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.dug_post_item_loop_desc p{
  margin-top: 5px;
  font-size: 14px;
}

@media only screen and (max-width :768px) { /*tablet - phone*/
  #dug_archive_header h1 {
    font-size: 28px;
  }
  #dug_archive_header h2 {
    font-size: 20px;
    padding: 0 20px;
  }
  .dug_post_item_loop_desc {
    padding: 10px;
  }

}
@media only screen and (max-width :768px) { /*tablet - phone*/
  #dug_archive_header h1 {
    font-size: 28px;
  }
  #dug_archive_header h2 {
    font-size: 20px;
    padding: 0 20px;
  }
  .dug_post_item_loop_desc {
    padding: 10px;
  }
  .dug_post_item_loop{
    flex-direction: column;
    height: 400px;
  }
  .dug_post_item_loop_bg{
    max-width: 100%;
    height: 280px;
  }

  .dug_post_item_loop_desc h3, .dug_post_item_loop_desc p{
   text-align: center;
  }

}


</pre></body></html>