.form-control,
.form-select {
    width: auto;
}

.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-50 {
    width: 50%;
}

.w-55 {
    width: 55%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}

.w-100 {
    width: 100%;
}

dd {
    padding-left: 1rem;
}

footer .container,
footer .nhsuk-footer-container div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

footer p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-right: 1rem;
}

[data-n3i-editable-field] button {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}

.nhsuk-header__link:hover .nhsuk-logo {
    box-shadow: none;
}

.nhsuk-header__link--service:hover .nhsuk-header__service-name {
    text-decoration: none;
}
