.kcustody-erro {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fdecea;
    border: 1px solid #f2b8b5;
    border-left: 4px solid #c0392b;
    color: #8a2018;
    padding: 12px 16px;
    border-radius: 4px;
    font-weight: 600;
    margin: 0 0 20px;
}

.kcustody-erro::before {
    content: "⚠";
    font-size: 1.1em;
    line-height: 1;
}

.kcustody-acesso-colunas {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.kcustody-acesso-colunas section {
    flex: 1 1 260px;
}

.kcustody-form-cadastro p,
.kcustody-acesso-colunas p,
.kcustody-completar-cadastro p {
    margin: 0 0 14px;
}

.kcustody-form-cadastro label,
.kcustody-acesso-colunas label,
.kcustody-completar-cadastro label {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

.kcustody-form-cadastro input[type="text"],
.kcustody-form-cadastro input[type="email"],
.kcustody-form-cadastro input[type="password"],
.kcustody-acesso-colunas input[type="text"],
.kcustody-acesso-colunas input[type="email"],
.kcustody-acesso-colunas input[type="password"],
.kcustody-completar-cadastro input[type="text"] {
    width: 100%;
    max-width: 380px;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.kcustody-termo {
    max-height: 220px;
    overflow-y: auto;
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 14px 16px;
    font-size: 0.9em;
    line-height: 1.5;
    margin-bottom: 14px;
}

.kcustody-form-cadastro button,
.kcustody-acesso-colunas button,
.kcustody-completar-cadastro button {
    background: #1a1208;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}
