class([
'relative flex gap-4 px-4 text-on-surface',
'items-center' => $lines !== 2,
'items-start' => $lines === 2,
'min-h-14 py-2' => $lines === 0,
'min-h-18 py-2' => $lines === 1,
'min-h-22 py-3' => $lines === 2,
'pointer-events-none text-on-surface/38' => $disabled,
]) }}
>
@isset($leading)
{{ $leading }}
@elseif ($hasVideo)
$videoLarge,
'h-14 w-25' => ! $videoLarge,
])>
@if ($video instanceof \Illuminate\View\ComponentSlot)
{{ $video }}
@else

@endif
@elseif ($avatar)
@if ($initials)
{{ $avatar }}
@else

@endif
@elseif ($image)

@elseif ($icon)
@endif
@if ($overline)
! $selected])>{{ $overline }}
@endif
@if ($isLink)
{{ $title ?? $slot }}
@else
{{ $title ?? $slot }}
@endif
@if ($description)
! $selected])>{{ $description }}
@endif
@isset($end)
{{ $end }}
@endisset
@if ($trailing)
! $selected])>{{ $trailing }}
@endif
@if ($iconRight)
@elseif ($check)
@endif