.triage-links-page > div > a > h2 {
    text-decoration: underline;
    color: #1d70b8;
}

.govuk-panel--form > h1,
.govuk-panel--form > form > div > label,
.govuk-panel--form > form > p,
.govuk-panel--form > p {
    color: #000000 !important;
}

.thick-footer-line {
    background: #000000;
    padding-bottom: 5px;
}

.smart-help-panel:after {
    content: "";
    display: block;
    clear: both;
}

.govuk-panel--form {
    background: #d9e7f2;
    text-align: left;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #000000;
}

.govuk-panel--form-results {
    text-align: left;
    background: #d9e7f2;
    padding-left: 20px;
    padding-right: 20px;
}

.govuk-panel--fcdo-support {
    background-color: #f3f2f1;
}

#if-results-not-right {
    color: #b1b4b6;
}

#results-top-form {
    padding-bottom: 0px;
}

.disclaimer {
    color: yellow;
}

#popular-topics {
    padding-left: 80px;
    padding-top: 30px;
}

.button-container {
    position: absolute;
    top: 2px;
    right: -45px;
}

.smart-help-input-area {
    position: relative;
    margin-bottom: 30px;
}

#smart-help-results {
    background-color: rgb(218, 232, 241);
    padding-top: 50px;
    padding-left: 80px;
    padding-bottom: 30px;
}

#smart-help-results-v2 {
    padding-left: 15px;
    padding-bottom: 30px;
}

.layout-right {
    float: right;
}

.feedback-container {
    background-color: #f3f2f1;
    padding: 25px;
}

.greyInfoArea {
    border-width: 5px 0px 0px 0px;
    border-top-color: #000000;
}

.topMargin10 {
    margin: 20px 0px;
}

.zeroBottomPadding {
    padding-bottom: 0px;
}

.zeroTopPadding {
    padding-top: 0px;
}

ul.hyphenated {
    list-style-type: none;
    margin-left: 15px;
}

ul.hyphenated li:before {
    content: "—";
    position: relative;
    margin-left: -15px;
}

.govuk-cookie-banner-with-padding {
    padding-left: 10px;
    margin-bottom: 10px;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #09d;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }
    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}

.spinner-container {
    position: relative;
    padding-right: 50px; /* Adjust padding to accommodate spinner */
}

.link-button {
    background: none;
    border: none;
    color: #1d70b8;
    text-decoration: underline;
    cursor: pointer;
    font: inherit;
}
.link-button:focus {
    outline: 3px solid #ffbf47;
}
