.column.is-three-fifths {
    flex: 2;
}

.column {
    flex: 1;
}

.inner-list {
    margin-bottom: 1em;
}

#sign-up-title {
    align-items: center;
    color: #7a7a7a;
    letter-spacing: .5px;
    text-align: center !important;
    font-size: 1.25rem !important;
}

.message.is-warning {
    width: 100%;
}

.message.is-warning .message-body {
    font-size: 14px;
    color: #363636;
}

#salary-table {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#salary-table th,
#salary-table td {
    padding: 0.8rem 1.5rem;
}

#salary-table th {
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

#salary-table tbody tr:hover {
    background-color: #f0f0f0;
    transition: background-color 0.3s ease;
}

#salary-table td b {
    font-size: 1.1rem;
    color: #333;
}

#salary-heading {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    padding: 0.5rem 0.8rem;
    border-left: 4px solid #5b86e5;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    backdrop-filter: blur(2px);
}

#salary-heading .icon {
    color: #5b86e5;
}

#new-feature {
    margin-top: 2rem;
}

.content #new-feature {
    list-style-type: none;
    margin-left: 0;
}

#new-feature li {
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 0.8rem;
    border-left: 4px solid #363636;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease-in-out;
}

#new-feature li:hover {
    transform: translateX(10px);
}

#new-feature b {
    color: #363636;
    font-size: 1.1rem;
}

#registrationForm {
    max-width: 480px;
    padding: 2rem;
    border-radius: 22px;
    background: var(--card-bg);
    border: 3px solid #000;
    box-shadow: 9px 9px 0 #000000;
    animation: fadeIn 0.6s ease-out;
}

#registrationForm .title {
    font-size: 1.7rem;
    color: #1f1300;
    margin-bottom: 1.2rem;
    text-shadow: none;
}

#registrationForm .title .is-size-5 {
    opacity: 0.75;
}

#registrationForm .label {
    font-weight: 700;
    color: #1f1300;
    margin-bottom: 0.4rem;
}

#registrationForm .input {
    background: #ffffff;
    color: #1f1300;
    border: 2px solid #1f1300;
    border-radius: 12px;
    padding: 0.75rem;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.18);
    transition: all 0.18s ease;
}

#registrationForm .input:hover {
    background: var(--card-bg-hover);
}

#registrationForm .input:focus {
    background: var(--card-bg-hover);
    border-color: #fe5f3f;
    box-shadow: 4px 4px 0 #fe5f3f;
    transform: translate(-1px, -1px);
}

#registrationForm .input::placeholder {
    color: rgba(87, 87, 87, 0.45);
    font-style: italic;
}

#test-reg-button {
    border-radius: 12px;
}

.help.is-danger {
    color: #a5232f;
    font-weight: 800;
    margin-top: 0.5rem;
}

.help.is-success {
    color: #029136;
    font-weight: 800;
    font-size: 0.85rem;
    margin-top: 0.5rem;
}

#testing-task-steps .box {
    border: 2px solid #363636;
    border-radius: 12px;
    box-shadow: 4px 4px 0 #363636;
    background-color: #fffefa;
    transition: transform 0.2s ease;
    height: 100%;
}

#testing-task-steps .box:hover {
    transform: translateY(-2px);
}

#testing-task-steps .icon-text {
    display: inline;
}

.code-example {
    font-size: 0.9rem;
    margin-top: 0.8rem;
}

#qa-what-list {
    margin: 1.2rem 0;
    padding-left: 0;
    list-style: none;
}

#qa-what-list li {
    margin-bottom: 0.7rem;
}

.qa-inline-icon {
    margin-right: 0.4rem;
}
