/*
Theme Name:     Stratus - Child Theme
Theme URI:      https://demo.themovation.com/stratus/intro/
Template:       stratusx
Author:         Themovation
Author URI:     http://themovation.com
Version:        4.0
Text Domain:    stratus
Domain Path:    /languages/
*/


/* = Theme customization starts here
-------------------------------------------------------------- */
.signal-related-links {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  min-width: 0;
  margin-top: 2px;
}

.signal-related-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 520px;
  min-height: 30px;
  padding: 6px 11px;
  border: 1px solid rgba(55, 169, 219, 0.55);
  border-radius: 999px;
  background: rgba(55, 169, 219, 0.10);
  color: #9DDCFF !important;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.15;
  text-align: center;
  text-decoration: none !important;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    color 160ms ease;
}

.signal-related-chip::before {
  content: "☆";
  flex: 0 0 auto;
  margin-right: 6px;
  color: currentColor;
  font-size: 13px;
  line-height: 1;
}

.signal-related-chip:hover,
.signal-related-chip:focus {
  border-color: rgba(55, 169, 219, 0.75);
  background: rgba(55, 169, 219, 0.16);
  color: #B9E7FF !important;
  text-decoration: none !important;
  outline: none;
}

.signal-related-chip span {
  display: block;
  min-width: 0;
  max-width: 465px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.signal-related-chip--blog {
  border-color: rgba(233, 123, 17, 0.45);
  background: rgba(233, 123, 17, 0.08);
  color: #FFB15C !important;
}

.signal-related-chip--blog:hover,
.signal-related-chip--blog:focus {
  border-color: rgba(233, 123, 17, 0.70);
  background: rgba(233, 123, 17, 0.14);
  color: #FFC983 !important;
}

@media (max-width: 767px) {
  .signal-related-links {
    flex-wrap: wrap;
    gap: 7px;
  }

  .signal-related-chip {
    max-width: 100%;
    min-height: 28px;
    padding: 6px 9px;
    font-size: 11px;
  }

  .signal-related-chip::before {
    margin-right: 5px;
    font-size: 12px;
  }

  .signal-related-chip span {
    max-width: 295px;
  }
}
