.portal-aside .w24-frot {
  padding: 0 !important;
}

.w24-frot__body {
  position: relative;
}

.w24-frot .aside-widget__more:hover {
  color: #fff !important;
  text-decoration: underline;
}

.w24-frot__sect {
  border-top: 1px solid var(--w24-line, #e3e6eb);
}

.w24-frot__sect:first-child {
  border-top: 0;
}

.w24-frot__sect--premium {
  background: #fdf8ee;
  box-shadow: inset 3px 0 0 var(--w24-gold, #f7b733);
}

.w24-frot__sect--ads {
  background: #fdf3f3;
  box-shadow: inset 3px 0 0 var(--w24-accent, #d62828);
}

.w24-frot__label {
  padding: 8px 16px 0;
  color: var(--w24-muted, #5c6b7a);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.w24-frot__sect--premium .w24-frot__label {
  color: #a9781a;
}

.w24-frot__stage {
  display: block;
  overflow: hidden;
}

.w24-frot__card {
  display: none;
  grid-template-columns: 52px 1fr;
  gap: 12px;
  align-items: center;
  padding: 11px 16px;
  color: inherit !important;
  text-decoration: none !important;
}

.w24-frot__card.is-active {
  display: grid;
  animation: w24frotIn .45s cubic-bezier(.22, .61, .36, 1);
}

@keyframes w24frotIn {
  from { transform: translateX(26px); }
  to { transform: translateX(0); }
}

.w24-frot__card:hover .w24-frot__name {
  text-decoration: underline;
}

.w24-frot__logo {
  position: relative;
  display: grid;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  overflow: hidden;
  place-items: center;
  background: var(--w24-bg, #f4f5f7);
  border: 1px solid var(--w24-line, #e3e6eb);
  border-radius: 8px;
}

.w24-frot__sect--premium .w24-frot__logo {
  border-color: var(--w24-gold, #f7b733);
}

.w24-frot__logo img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
  border-radius: 0 !important;
}

.w24-frot__logo-fallback {
  color: var(--w24-brand, #0d2840);
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.w24-frot__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.w24-frot__badge {
  align-self: flex-start;
  padding: 2px 7px;
  color: #3a2a05;
  font-size: .6rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: var(--w24-gold, #f7b733);
  border-radius: 999px;
}

.w24-frot__name {
  overflow: hidden;
  color: var(--w24-brand, #0d2840) !important;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w24-frot__meta {
  overflow: hidden;
  color: var(--w24-muted, #5c6b7a);
  font-size: .73rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w24-frot__dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 0 16px 10px;
}

.w24-frot__dot {
  width: 7px;
  height: 7px;
  padding: 0;
  cursor: pointer;
  background: var(--w24-line, #d7dbe0);
  border: 0;
  border-radius: 50%;
  transition: background .2s ease, transform .2s ease;
}

.w24-frot__dot.is-active {
  background: var(--w24-gold, #f7b733);
  transform: scale(1.25);
}

.portal-aside .w24-companies-featured {
  padding: 0 !important;
  background: transparent;
}

.portal-aside .w24-companies-featured .w24-companies-featured__head {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px !important;
  margin: 0;
  color: #fff;
  background: var(--w24-brand, #0d2840);
  border-radius: 6px 6px 0 0;
}

.w24-companies-featured__title {
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.w24-companies-featured__more {
  color: #fff !important;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  opacity: .85;
}

.w24-companies-featured__more:hover {
  text-decoration: underline;
  opacity: 1;
}

.portal-aside .w24-companies-featured .w24-companies-featured__list {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  background: #fff;
  border: 1px solid var(--w24-line, #e3e6eb);
  border-top: 0;
  border-radius: 0 0 6px 6px;
}

.w24-companies-featured__item {
  border-top: 1px solid var(--w24-line, #e3e6eb);
}

.w24-companies-featured__item:first-child {
  border-top: 0;
}

.w24-companies-featured__link {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  color: inherit !important;
  text-decoration: none !important;
  transition: background .15s ease;
}

.w24-companies-featured__link:hover {
  background: var(--w24-paper, #fafafb);
}

.w24-companies-featured__logo {
  position: relative;
  display: grid;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  overflow: hidden;
  place-items: center;
  background: var(--w24-bg, #f4f5f7);
  border: 1px solid var(--w24-line, #e3e6eb);
  border-radius: 6px;
}

.w24-companies-featured__logo img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
  border-radius: 0 !important;
}

.w24-companies-featured__logo-fallback {
  color: var(--w24-brand, #0d2840);
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.w24-companies-featured__pin {
  position: absolute;
  right: -3px;
  bottom: -3px;
  display: grid;
  width: 16px;
  height: 16px;
  color: #3a2a05;
  font-size: .65rem;
  font-weight: 800;
  line-height: 1;
  place-items: center;
  background: var(--w24-gold, #f7b733);
  border: 1.5px solid #fff;
  border-radius: 50%;
}

.w24-companies-featured__info {
  min-width: 0;
}

.w24-companies-featured__name {
  display: block;
  overflow: hidden;
  margin-bottom: 2px;
  color: var(--w24-brand, #0d2840) !important;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w24-companies-featured__meta {
  display: block;
  overflow: hidden;
  color: var(--w24-muted, #5c6b7a);
  font-size: .72rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w24-companies-featured__dot {
  margin: 0 4px;
}

.w24-companies-featured__item.is-premium .w24-companies-featured__logo {
  border-color: var(--w24-gold, #f7b733);
}

@media (prefers-reduced-motion: reduce) {
  .w24-frot__card.is-active {
    animation: none;
  }
}
