
.tsd-wrapper {
    padding: 40px 20px;
    background: #f9fafc;
    border-radius: 12px;
}
.tsd-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.tsd-subtitle {
    text-align: center;
    font-size: 16px;
    max-width: 700px;
    margin: 10px auto 30px;
}
.tsd-section {
    margin-bottom: 30px;
}
.tsd-section h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #222;
}
.tsd-items {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}
.tsd-item {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 6px 12px;
    border-radius: 999px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.tsd-item img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.tsd-item span {
    font-size: 14px;
    font-weight: 500;
}
