.uct-wrapper {
    display: flex;
    justify-content: center;
}

.uct-inner {
    text-align: left;
    max-width: 520px;
}

.uct-title {
    margin: 18px 0 10px;
    font-weight: bold;
}

.uct-row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.uct-row label {
    display: block;
}

.uct-row input {
    width: 140px;
}
