@charset "utf-8";

/* 2026.03.17 TKC APP */
/* 앱전용 배지 */
.app-badge { container-name: badge-container; container-type: inline-size; position: absolute; top: 8px; left: 8px; width: 100%; z-index: 2; text-align: left; }
.app-badge__item { display: inline-flex; align-items: center; justify-content: center; height: 28px; padding: 0 10px; min-width: 56px; font-size: 11px !important; font-weight: 600; background: #ff5b37; color: #fff; white-space: nowrap; }

/* 배지 컨테이너 크기가 180px 이하일 경우 */
@container badge-container (max-width: 180px) {
    .app-badge__item { height: 24px; min-width: auto; font-size: 10px !important; }
}