.terms-consent {
    grid-column: 1 / -1;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #8b949e;
    font-size: 13px;
    line-height: 1.55;
}

.terms-consent input {
    width: 17px;
    height: 17px;
    margin-top: 2px;
    flex: 0 0 auto;
    accent-color: #2ea043;
    cursor: pointer;
}

.terms-consent label {
    cursor: pointer;
}

.terms-consent a {
    color: #58a6ff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.terms-consent a:hover {
    color: #79c0ff;
}
