<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.smt-container {
  max-width: 1100px;
  margin: 20px auto;
  background: white;
  padding: 20px 25px 50px 25px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  position: relative;
  direction: rtl;
  color: #333;
}

.smt-text-content {
  max-height: 100px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease;
}

.smt-text-content::after {
  content: "";
  position: absolute;
  bottom: 0; right: 0; left: 0;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 90%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.smt-text-content.expanded::after {
  opacity: 0;
}

.smt-toggle-btn {
  margin-top: 15px;
  border: none;
  color: white;
  padding: 10px 18px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: bold;
  user-select: none;
  transition: background-color 0.3s ease;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.smt-align-left {
    display: block;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.smt-align-center {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.smt-align-right {
    display: block;
    margin-left: auto !important;
    margin-right: 0 !important;
}


/* Ø±Ù†Ú¯ Ø¯Ú©Ù…Ù‡ Ùˆ Ù‡Ø§ÙˆØ± Ø§Ø² Ø¯Ø§Ø®Ù„ Ú©Ù†ØªØ±Ù„ Ø§Ù„Ù…Ù†ØªÙˆØ± Ù…ÛŒØ§Ø¯ØŒ Ù¾Ø³ Ø§ÛŒÙ†Ø¬Ø§ Ø±Ù†Ú¯ Ù¾ÛŒØ´â€ŒÙØ±Ø¶ Ø±Ùˆ Ø­Ø°Ù Ú©Ø±Ø¯ÛŒÙ… */
/* Ø§Ú¯Ø± Ù…ÛŒØ®ÙˆØ§ÛŒ Ø±Ù†Ú¯ Ù¾ÛŒØ´â€ŒÙØ±Ø¶ Ø¨Ø§Ø´Ù‡ØŒ Ù…ÛŒâ€ŒØªÙˆÙ†ÛŒ Ø§ÛŒÙ† Ø®Ø·ÙˆØ· Ø±Ùˆ ÙØ¹Ø§Ù„ Ú©Ù†ÛŒ: */
/*
.smt-toggle-btn {
  background-color: #007bff;
}
.smt-toggle-btn:hover {
  background-color: #0056b3;
}
*/
</pre></body></html>