<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 768px) {
  .padd2 {
    padding: 30px !important;
    max-height: unset !important;
    box-sizing: border-box;
  }

  .padd2 h1.title {
    font-size: 24px !important;
    text-align: center !important;
    word-wrap: break-word;
  }

  .padd2 p {
    font-size: 15px !important;
    text-align: justify !important;
    overflow-wrap: break-word;
  }

  .padd2 span {
    display: block;
    text-align: center;
    margin-top: 20px;
  }


}
  .padd2 span a {
    display: inline-block;
    padding: 12px 20px;
    max-width: 90%;
    width: auto;
    font-size: 16px;
    border-radius: 8px;
    text-align: center;
    white-space: normal;
  }


@media (max-width: 768px) {
  .padd2 {
    width: 95% !important;
    margin: 0 auto;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .padd2 {
    padding: 50px !important;
    max-height: unset !important;
    box-sizing: border-box;
  }

  .padd2 h1.title {
    font-size: 28px !important;
    text-align: center !important;
  }

  .padd2 p {
    font-size: 16px !important;
    text-align: justify !important;
  }

  .padd2 span {
    display: block;
    text-align: center;
    margin-top: 20px;
  }

  .padd2 span a {
    display: inline-block;
    padding: 14px 24px;
    font-size: 17px;
    border-radius: 8px;
    text-align: center;
    white-space: normal;
  }
}

.footer{
    background-color:#ffffff!important;
}

.owl-carousel .owl-item img {
    max-height: none !important;
    
}

.owl-stage &gt; div &gt; div&gt; a&gt; div&gt; span{
 
    display:none;
}

.owl-item .item .image-preview {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    display: block;
}


button.btn-success.btn.is-btn-primary {
    background-color: #28a745; /* Î® ÏŒ,Ï„Î¹ Ï‡ÏÏŽÎ¼Î± Î¸ÎµÏ‚ */
    border-radius: 8px;
    font-weight: bold;
    color:#ffffff;
    padding:10px;
}
body {background-color:#ffffff;}


/* Î“ÎµÎ½Î¹ÎºÏŒ ÎºÎ¿Î½Ï„Î­Î¹Î½ÎµÏ */

#blog-list-cnqy7PQ {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: #f9f9f9;
}

/* ÎšÎ¬Î¸Îµ blog card */
.post-container {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  gap: 20px;
  transition: transform 0.3s ease;
}

.post-container:hover {
  transform: translateY(-5px);
}

/* Î•Î¹ÎºÏŒÎ½Î± Î´Î¯Ï€Î»Î± */
.post-image {
  width: 200px;
  height: 140px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

/* ÎšÎµÎ¯Î¼ÎµÎ½Î± */
.post-info-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Î¤Î¯Ï„Î»Î¿Ï‚ */
.post-title {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  margin-bottom: 8px;
  transition: color 0.2s;
}

.single-post-link:hover .post-title {
  color: #0073e6;
}

/* Î&nbsp;ÎµÏÎ¹Î³ÏÎ±Ï†Î® */
.post-descript {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Î£Ï…Î³Î³ÏÎ±Ï†Î­Î±Ï‚ ÎºÎ±Î¹ ÎºÎ±Ï„Î·Î³Î¿ÏÎ¯Î± */
.post-author-container {
  font-size: 13px;
  color: #888;
  margin-bottom: 10px;
}

.category-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

.post-category-link {
  background-color: #e0ecff;
  color: #0366d6;
  padding: 4px 10px;
  border-radius: 12px;
  text-decoration: none;
}

/* Î—Î¼ÎµÏÎ¿Î¼Î·Î½Î¯Î± ÏƒÎµ ÎµÎ¼Ï†Î±Î½Î­Ï‚ ÏƒÎ·Î¼ÎµÎ¯Î¿ */
.update-info {
  font-size: 13px;
  color: #aaa;
  margin-top: 10px;
}

.single-post-link {
  text-decoration: none;
}

.single-post-link:hover {
  text-decoration: none;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&amp;display=swap');

body {
  font-family: 'Inter', sans-serif;
  background-color: #f2f4f8;
}</pre></body></html>