
body {
    font-family: Arial, sans-serif;
    background-color: white;
    margin: 0;
    color: #333;
}

.cra-header {
    background-color: #f9f9f9;
    border-bottom: 2px solid #ddd;
}

.cra-govbar {
    display: flex;
    justify-content: space-between;
    padding: 8px 20px;
    font-size: 14px;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.cra-govbar img {
    height: 30px;
}

.lang-link {
    text-decoration: none;
    color: #005ea5;
    font-weight: bold;
}

.cra-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: #eaeaea;
}

.menu-button {
    background: #2e5c91;
    color: white;
    padding: 6px 12px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
}

input[type="text"] {
    padding: 6px;
    font-size: 14px;
    width: 200px;
    margin-right: 6px;
}

button {
    padding: 6px 12px;
    background: #005ea5;
    color: white;
    border: none;
    cursor: pointer;
}

.signin-link {
    font-weight: bold;
    color: #005ea5;
    text-decoration: none;
}

.cra-main {
    max-width: 1000px;
    margin: 40px auto;
    padding: 20px;
}

h1 {
    font-size: 26px;
    border-left: 5px solid #a12424;
    padding-left: 10px;
    margin-bottom: 10px;
}

.cra-green-button {
    display: inline-block;
    background: #228B22;
    color: white;
    padding: 12px 18px;
    font-weight: bold;
    text-decoration: none;
    margin: 12px 0;
    border-radius: 4px;
}

.cra-section {
    background-color: #f1f1f1;
    padding: 20px;
    margin-top: 30px;
}

.cra-section-columns {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.cra-section-columns > div {
    width: 32%;
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
}

.cra-footer {
    text-align: center;
    font-size: 13px;
    color: #666;
    padding: 20px;
    background-color: #f2f2f2;
    margin-top: 40px;
}
