.td-tel-page .com-list-note {
    margin: 0 var(--com-pad-r, 16px) 12px var(--com-pad, 16px);
    font-size: 13px;
    font-weight: 600;
    color: var(--com-muted, #5c5c5c);
}

.td-tel-page .com-list__item.tel-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
    text-decoration: none;
}

.tel-item__main {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 0.9rem;
    color: inherit;
    text-decoration: none;
    min-width: 0;
}

.tel-item__main .com-list__copy {
    flex: 1;
    min-width: 0;
}

.tel-item__acts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    padding: 0 0.9rem 0.75rem;
}

.tel-item__act {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: #e8eef6;
    color: #0d1b2a;
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
}

.tel-item__act--wa {
    background: #dcfce7;
    color: #166534;
}

.tel-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0 var(--com-pad-r, 16px) 1rem var(--com-pad, 16px);
}

.tel-cats__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: #eef2f7;
    color: #334155;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
}

.tel-cats__chip.is-on {
    background: #0d1b2a;
    color: #fff;
}

.tel-group {
    margin: 1.15rem 0 1.35rem;
}

.tel-group .com-list {
    margin-top: 0;
}

.tel-group__title {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 var(--com-pad-r, 16px) 0.55rem var(--com-pad, 16px);
    font-size: 0.95rem;
    font-weight: 800;
    color: #0d1b2a;
}

html[data-theme="dark"] .tel-cats__chip,
body.td-dark .tel-cats__chip {
    background: #1e293b;
    color: #e2e8f0;
}

html[data-theme="dark"] .tel-cats__chip.is-on,
body.td-dark .tel-cats__chip.is-on {
    background: #ff8a00;
    color: #0d1b2a;
}

html[data-theme="dark"] .tel-item__act,
body.td-dark .tel-item__act {
    background: #1e293b;
    color: #e2e8f0;
}

html[data-theme="dark"] .tel-item__act--wa,
body.td-dark .tel-item__act--wa {
    background: #14532d;
    color: #bbf7d0;
}

html[data-theme="dark"] .tel-group__title,
body.td-dark .tel-group__title {
    color: #f8fafc;
}
