.elementor-815 .elementor-element.elementor-element-c2f35bf{--display:flex;--min-height:400px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-815 .elementor-element.elementor-element-c2f35bf:not(.elementor-motion-effects-element-type-background), .elementor-815 .elementor-element.elementor-element-c2f35bf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:radial-gradient(at center center, #0C3350 0%, #0D495F 100%);}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-815 .elementor-element.elementor-element-1fce11f{width:var( --container-widget-width, 56% );max-width:56%;--container-widget-width:56%;--container-widget-flex-grow:0;text-align:center;}.elementor-815 .elementor-element.elementor-element-1fce11f .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:50px;font-weight:700;line-height:1.3em;color:var( --e-global-color-88ab90b );}.elementor-815 .elementor-element.elementor-element-5ca8c94{width:var( --container-widget-width, 61% );max-width:61%;--container-widget-width:61%;--container-widget-flex-grow:0;text-align:center;}.elementor-815 .elementor-element.elementor-element-5ca8c94 .elementor-heading-title{font-family:"IBM Plex Sans", Sans-serif;font-size:18px;font-weight:400;line-height:1.3em;color:var( --e-global-color-88ab90b );}.elementor-815 .elementor-element.elementor-element-c55be6b{--display:flex;--margin-top:30px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-815 .elementor-element.elementor-element-1fce11f{width:100%;max-width:100%;}.elementor-815 .elementor-element.elementor-element-1fce11f .elementor-heading-title{font-size:35px;}.elementor-815 .elementor-element.elementor-element-5ca8c94{width:100%;max-width:100%;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-402cb78 *//* Main A-Z container */
.nhsuk-card {
    background: #ffffff;
    border: 1px solid #d8dde0;
    margin-bottom: 40px;
    position: relative;
    padding: 0;
}

/* Letter heading box */
.nhsuk-card__heading {
    background: #005eb8;
    color: #fff;
    width: 90px;
    height: 52px;
    margin: -18px 0 20px -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 600;
    padding: 0;
}

/* List inside card */
.nhsuk-list--links {
    list-style: none;
    margin: 0;
    padding: 0 32px 25px 32px;
}

/* Each condition item */
.nhsuk-list--links li {
    border-bottom: 1px solid #d8dde0;
    padding: 18px 0;
}

/* Remove last border */
.nhsuk-list--links li:last-child {
    border-bottom: none;
}

/* Links */
.nhsuk-list--links a {
    color: #005eb8;
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
    display: block;
}

.nhsuk-list--links a:hover {
    color: #003d78;
}


/* A-Z navigation */
#nhsuk-nav-a-z ol {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 20px 0 50px;
    list-style: none;
}

#nhsuk-nav-a-z a {
    font-size: 22px;
    color: #005eb8;
    padding: 6px 10px;
    display: block;
}


/* Page width like NHS */
.nhsuk-card--feature {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
}

/* Back to top NHS style */
.nhsuk-back-to-top {
    margin-top: 35px;
    margin-bottom: 35px;
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
}

.nhsuk-back-to-top__link {
    color: #005eb8;
    font-size: 18px;
    text-decoration: underline;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

/* small up arrow */
.nhsuk-back-to-top__link::before {
    content: "↑";
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
}

.nhsuk-back-to-top__link:hover {
    color: #003d78;
}

.nhsuk-u-margin-bottom-0 span {
    display: block;
    font-size: 22px;
    line-height: 1.4;
    padding: 6px 14px;
    color: #000;
    font-weight: 400;
}

.nhsuk-list--links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 30px;
}

@media (max-width: 768px) {
    .nhsuk-list--links {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */