[data-ptx-hs-root] [hidden] {
    display: none !important;
}

.ptx-hs-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
}

.ptx-hs-result {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    text-decoration: none;
    color: inherit;
    padding: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
}

.ptx-hs-result + .ptx-hs-result {
    margin-top: 8px;
}

.ptx-hs-result__thumb {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 6px;
    overflow: hidden;
    background: #f5f5f5;
}

.ptx-hs-result__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ptx-hs-result__thumb--empty {
    border: 1px solid #e5e5e5;
}

.ptx-hs-result__copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.ptx-hs-result__label {
    font-size: 11px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 4px;
}

.ptx-hs-result__title {
    font-size: 16px;
    font-weight: 600;
    color: #111;
}

.ptx-hs-result__subtitle {
    font-size: 13px;
    color: #666;
    margin-top: 2px;
}

.ptx-hs-result__side {
    white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
    color: #c8864a;
}
