<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.field--name-field-question-image {
  width: 100%;
}

.field--name-field-question-image .field__item {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.node__meta {
  display: flex;
  justify-content: center;
}

.imagefield_slideshow-wrapper {
  border: none;
  border-left: 5px solid #1379a7;
  border-right: 5px solid #1379a7;
  border-radius: 5px;
  box-shadow: 0 1px 1px hsl(0deg 0% 0% / 0.075),
  0 2px 2px hsl(0deg 0% 0% / 0.075),
  0 4px 4px hsl(0deg 0% 0% / 0.075),
  0 8px 8px hsl(0deg 0% 0% / 0.075),
  0 16px 16px hsl(0deg 0% 0% / 0.075);
}

.votingapi-reaction-form .form-no-label {
  display: none;
}

.form-check {
  padding-left: 1em !important;
  padding-right: 1em !important;
}

.field--name-field-category .field__item {
  display: inline-block;
  margin: 0.2rem;
  padding: 0.5rem 1rem;
  background-color: #e3f2fd;
  border-radius: 5px;
  font-size: 0.875rem;
  color: #0d47a1;
}

.field-category .field__item a {
  color: inherit;
  text-decoration: none;
}

.field-category .field__items {
  margin: 0;
}

.node__content .field--name-field-category {
  display: flex;
  justify-content: center;
}

#votingapi-reaction-form-vote {
  display: flex;
  justify-content: center;
}

.no-comments-message {
  align-items: center;
  display: flex;
  justify-content: center;
}

.imagefield_slideshow-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.cycle-slideshow {
  position: relative;
  width: 100%;
  height: auto;
}

.cycle-slideshow img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-left: 5px solid #1379a7;
  border-right: 5px solid #1379a7;
}

.question-view-modal {
  color: #e8e4ee;
  font-size: 18px;
  background: #1379a7;
  padding: 5px 10px;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  left: 48.5%;
}

.question-view-modal svg {
  margin: 5px;
}

.question-view-modal:hover {
  background: #0f638c; /* Darken the background on hover */
}

.question-view-modal {
  background-color: #1379a7;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: relative; /* Ensure proper positioning for pseudo-element */
}

.question-view-modal::before {
  content: "\f1e0"; /* Unicode for the Font Awesome share icon */
  font-family: "Font Awesome 5 Free"; /* Replace with your Font Awesome font family */
  font-weight: 900; /* Adjust as needed based on your font weight */
}

.custom-popup {
  position: fixed;
  background: rgb(255, 254, 254);
  z-index: 11;
  padding: 25px;
  border-radius: 15px;
  top: 10%;
  left: 50%;
  max-width: 380px;
  width: calc(100% - 40px);
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out,
  opacity 0.2s 0s ease-in-out,
  transform 0.2s 0s ease-in-out;
}

.custom-popup.show {
  top: 50%;
  left: 50%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out,
  opacity 0.2s 0s ease-in-out,
  transform 0.2s 0s ease-in-out;
}

.custom-popup :is(header,
.icons,
.custom-field) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-popup header {
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf9;
}

header .custom-close,
.icons a {
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

header .custom-close {
  color: #878787;
  font-size: 17px;
  background: #f3f3f3;
  height: 33px;
  width: 33px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s ease-in-out;
}

header .custom-close:hover {
  background: #ebedf9;
}

.custom-popup .content {
  margin: 20px 0;
}

.custom-popup .icons {
  margin: 15px 0 20px 0;
}

.content p {
  font-size: 16px;
}

.content .icons a {
  height: 50px;
  width: 50px;
  font-size: 20px;
  text-decoration: none;
  border: 1px solid transparent;
}

.icons a i {
  transition: transform 0.3s ease-in-out;
}

.icons a:nth-child(1) {
  color: #1877f2;
  border-color: #b7d4fb;
}

.icons a:nth-child(1):hover {
  background: #1877f2;
}

.icons a:nth-child(2) {
  color: #46c1f6;
  border-color: #b6e7fc;
}

.icons a:nth-child(2):hover {
  background: #46c1f6;
}

.icons a:nth-child(3) {
  color: #e1306c;
  border-color: #f5bccf;
}

.icons a:nth-child(3):hover {
  background: #e1306c;
}

.icons a:nth-child(4) {
  color: #25d366;
  border-color: #bef4d2;
}

.icons a:nth-child(4):hover {
  background: #25d366;
}

.icons a:nth-child(5) {
  color: #0088cc;
  border-color: #b3e6ff;
}

.icons a:nth-child(5):hover {
  background: #0088cc;
}

.icons a:hover {
  color: #fff;
  border-color: transparent;
}

.icons a:hover i {
  transform: scale(1.2);
}

.content .custom-field {
  margin: 12px 0 -5px 0;
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #757171;
}

.custom-field.active {
  border-color: #1379a7;
}

.custom-field i {
  width: 50px;
  font-size: 18px;
  text-align: center;
}

.custom-field.active i {
  color: #1379a7;
}

.custom-field input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 15px;
}

.custom-field button {
  color: #fff;
  padding: 5px 18px;
  background: #1379a7;
}

.custom-field button:hover {
  background: #1379a7;
}

.top-header {
  position: relative;
}

.top-header .question-view-modal {
  position: absolute;
  right: 10px; /* Adjust as needed */
  top: 50%;
  transform: translateY(-50%);
  color: #e8e4ee;
  font-size: 18px;
  background: #1379a7;
  padding: 5px 10px;
  display: flex;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
/* Responsive design */
@media (max-width: 768px) {
  .question-view-modal {
    left: 45%;
  }
}

@media (max-width: 767px) {
  .comment-content.blurred .comment-body {
    white-space: normal; /* Allow text to wrap */
    overflow: hidden; /* Hide overflow text */
    text-overflow: ellipsis; /* Display ellipsis (...) when text overflows */
    display: -webkit-box;
    -webkit-line-clamp: 8; /* Increase to show up to 6 lines */
    -webkit-box-orient: vertical;
    max-height: calc(1.2em * 11); /* Adjust based on line height and number of lines */
  }
}

.slide__content .media--blazy {
  display: flex;
  justify-content: center;
}

/* ---------- Dark Mode Styles ----------- */

body.darkmode--activated .imagefield_slideshow-wrapper {
  background-color: #333;
  box-shadow: 0 1px 1px hsl(0deg 0% 100% / 0.075),
  0 2px 2px hsl(0deg 0% 100% / 0.075),
  0 4px 4px hsl(0deg 0% 100% / 0.075),
  0 8px 8px hsl(0deg 0% 100% / 0.075),
  0 16px 16px hsl(0deg 0% 100% / 0.075);
}

body.darkmode--activated .field--name-field-category .field__item {
  background-color: #444;
  color: #e0e0e0;
}

body.darkmode--activated .node__content .field--name-field-category {
  color: #e0e0e0;
}

body.darkmode--activated .question-view-modal {
  background-color: #0f638c;
  color: #e0e0e0;
}

body.darkmode--activated .question-view-modal:hover {
  background-color: #0056b3;
}

body.darkmode--activated .custom-popup {
  background-color: #333;
  color: #e0e0e0;
}

body.darkmode--activated header .custom-close {
  background-color: #444;
  color: #ddd;
}

body.darkmode--activated header .custom-close:hover {
  background-color: #555;
}

body.darkmode--activated .content .custom-field {
  background-color: #444;
  color: #e0e0e0;
  border-color: #555;
}

body.darkmode--activated .content .custom-field.active {
  border-color: #999;
}

body.darkmode--activated .icons a {
  background-color: #444;
  color: #e0e0e0;
}

body.darkmode--activated .icons a:hover {
  background-color: #666;
}

body.darkmode--activated .content p {
  color: #e0e0e0;
}

body.darkmode--activated .content .icons a {
  color: #e0e0e0;
}

body.darkmode--activated .content .icons a:hover {
  color: #ffffff;
}

body.darkmode--activated .custom-field.active i {
  color: #23aeff;
}

body.darkmode--activated .custom-field input {
  color: #e0e0e0;
}

body.darkmode--activated .custom-field button {
  background-color: #0f638c;
  border-color: #0f638c;
}

body.darkmode--activated .custom-field button:hover {
  background-color: #0056b3;
}

body.darkmode--activated #info .votingapi-reaction-form .votingapi-reaction-radios label .votingapi-reaction-count {
  color: black;
}

body.darkmode--activated .field--name-field-vote .votingapi-reaction-form .votingapi-reaction-radios label .votingapi-reaction-count {
  color: white;
}</pre></body></html>