.truncate-3-custom,
.truncate-2-custom,
.truncate-1-custom {
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    display: block !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
}

/* Remove the scroll-up button exactly like your markup */
html body button.scroll__top.scroll-to-target[title="Başa dönüş"][data-target="html"]{
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  width: 0 !important; height: 0 !important; margin: 0 !important; padding: 0 !important;
}

/* Put the "Etiketler:" label on its own line */
.post-tags .title {
  display: block !important;
  margin-bottom: 8px;
}

/* Make the tag chips wrap onto new lines */
.post-tags .list-wrap {
  display: flex !important;
  flex-wrap: wrap !important;      /* allow wrapping */
  gap: 8px 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: visible !important;   /* kill horizontal scrollbars */
  white-space: normal !important;   /* undo any nowrap */
}

/* Ensure each chip can wrap and break long words */
.post-tags .list-wrap li { display: inline-flex !important; }
.post-tags .list-wrap li a {
  display: inline-block;
  white-space: normal !important;
  overflow-wrap: anywhere;          /* break very long words if needed */
}

/* Remove the circular trophy badge everywhere */
.experience-year { display: none !important; }

/* Extra insurance if it’s nested inside the about-us block */
[data-shortcode="about-us-information"] .experience-year { display: none !important; }