.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;
}

.agreement {
    font-size: 10px;
}

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

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

#testing-scenario {
    font-style: italic;
}

#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;
}

#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: 450px;
    padding: 1.7rem;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(254, 95, 63, 0.82), rgba(254, 95, 63, 0.82), rgba(254, 95, 63, 0.82));
    box-shadow: 0 10px 25px rgba(254, 95, 63, 0.4);
    animation: fadeIn 0.8s ease-in-out;
    color: #ffffff;
}

#registrationForm .title {
    text-align: center;
    font-size: 1.8rem;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.5rem;
}

#registrationForm .input {
    border: none;
    border-radius: 12px;
    padding: 0.75rem;
    background: #ffffff;
    color: #363636;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

#registrationForm .input:hover {
    background: rgb(255, 236, 233);
}

#registrationForm .input:focus {
    background: rgb(255, 236, 233);
    box-shadow: 0 0 12px rgba(254, 95, 63, 0.4);
    outline: none;
    transform: scale(1.02);
}

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

#registrationForm .label {
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

#test-reg-button {
    background: linear-gradient(135deg, #36d1dc, #5b86e5);
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.1) inset;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin-top: 2rem;
}

#test-reg-button:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3), 0 3px 6px rgba(0, 0, 0, 0.15) inset;
}

#test-reg-button:active {
    transform: scale(0.95);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.1) inset;
}

#registrationForm .message-body {
    border-color: #36d1dc;
    background-color: rgba(54, 209, 220, 0.1);
}

#ai-analysis {
    padding: 0.4rem 0.8rem;
    background: #f5f5f5;
    font-size: 0.85rem;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
