@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

:root {
    --bs-font-sans-serif: "Roboto", sans-serif;
    --bs-body-font-family: "Roboto", sans-serif;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: var(--bs-body-font-family);
}

h1:focus,
h1:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.form-check-input {
    border-color: #4b5563;
}

.form-check-input:focus {
    border-color: #374151;
    box-shadow: 0 0 0 0.15rem rgba(55, 65, 81, 0.15);
}

.task-title {
    margin: 4px 0 14px;
    color: #003369;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.task-instructions {
    gap: 18px;
    font-size: 15px;
    margin-bottom: 2px;
}

.intro-text {
    color: #5f5f5f;
    font-style: italic;
}

.instruction-item {
    color: #5f5f5f;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-style: italic;
}

.instruction-fa {
    color: #3c6f9b;
    font-size: 14px;
    width: 16px;
    text-align: center;
}

.question-number {
    font-weight: 700;
    color: #003369;
    font-size: 16px;
    vertical-align: baseline;
    margin-right: 6px;
}

@media (max-width: 992px) {
    .task-title {
        font-size: 18px;
    }

    .task-instructions {
        gap: 10px;
        font-size: 14px;
    }
}
