.ts-3a5ecffb-container {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 24px 32px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    gap: 32px;
    width: fit-content;
    margin: 0 auto;
}
.ts-3a5ecffb-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ts-3a5ecffb-icon svg {
    fill: none;
    stroke-width: 1.5;
}
.ts-3a5ecffb-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.ts-3a5ecffb-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}
.ts-3a5ecffb-separator {
    width: 100%;
    height: 2px;
    border-radius: 2px;
}
.ts-3a5ecffb-number {
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
    margin: 0;
}
