/* Canvas wrapper allows background control from Elementor */
.ai-boss-lt__canvas {
  width: 100%;
  padding: 48px 24px;
  background: #0e0e0e;
  box-sizing: border-box;
}

.ai-boss-lt { margin: 0 auto; color: #fff; }

.ai-boss-lt__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.ai-boss-lt__image img {
  width: auto;
  height: auto;
  max-width: 280px;
  display: block;
  object-fit: contain;
  border-radius: 0;
}

.ai-boss-lt__content {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.2px;
  width: 100%;
}

.ai-boss-lt__name { font-weight: 600; font-size: 18px; margin-top: 4px; }
.ai-boss-lt__position { font-size: 14px; font-weight: 500; color: #f0b90b; }

.ai-boss-lt__nav { display: flex; gap: 16px; margin-top: 36px; }

.ai-boss-lt__arrow {
  background: transparent;
  border: 2px solid #A0A0A0;
  color: #A0A0A0;
  border-radius: 50%;
  width: 44px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ai-boss-lt__arrow:hover { background: rgba(160,160,160,0.1); transform: translateY(-1px); }

@media (max-width: 1024px) {
  .ai-boss-lt__content { font-size: 20px; }
  .ai-boss-lt__image img { max-width: 220px; }
}
@media (max-width: 640px) {
  .ai-boss-lt__canvas { padding: 32px 18px; }
  .ai-boss-lt__item { gap: 20px; }
  .ai-boss-lt__content { font-size: 18px; }
  .ai-boss-lt__image img { max-width: 160px; }
}
