/* Contact page specific styles */

body.contact-page {
    background-color: #000000 !important;
    background-image: none !important;
}

/* Terminal form inputs */
.terminal-input:focus {
    outline: none;
    border-bottom-color: #00F2FE;
    box-shadow: 0 1px 0 0 #00F2FE;
}

/* Custom radio buttons for module selection */
input[type="radio"].array-select {
    display: none;
}

input[type="radio"].array-select:checked+label {
    color: #00F2FE;
    text-shadow: 0 0 8px rgba(0, 242, 254, 0.5);
    font-weight: 700;
}
