@import url("https://leedstrinity.ac.uk/media/prospectus-plus/prospectusplus.css");

/* fonts */

:root {     --font-reg: neue-haas-grotesk-text, sans-serif;   --font-bold: neue-haas-unica, sans-serif;   }



/* buttons */

.btnComponent,
.pillComponent,
.wp-element-button {
    border-radius: 0px !important;
}

.wp-element-button,
.PillCard_labelTitle__mMEoE {
    font-weight: 700;
}

.font-reg {
    font-weight: 400 !important;
}

.course-selector__buttons {
    border-radius: 0px;
    background-color: #fff;
}


/* cards */

.Card_component__S8VRD .Card_hasImage__8q3XS:after {
    background: linear-gradient(0deg,var(--card-gradient-color) 0%,var(--card-gradient-color) 10%,#222b5800 60%) !important;
}

.Card_component__S8VRD.Card_courseSelectorCard__1nNT_.Card_disabled__35n_r .Card_state__COySZ.Card_hasImage__8q3XS:after {
    background: linear-gradient(0deg,var(--card-gradient-colour-active) 0,var(--card-gradient-colour-active) 10%,#222b5800 60%)!important;
}

.CardComponent__background {filter: none !important;}


/* overview */

.overview .hero:after {
    background: none;
}

.overview .hero img {
    object-position: top;
}

.section-discover-leeds-trinity,
.section-everything-you-need-to-know,
.section-life-at-leeds-trinity-as-an-international-student,
.section-everything-you-need-to-know-as-an-international-student,
.cardCta,
.section-life-at-leeds-trinity {
    margin-bottom: 0px !important;
}

.section-discover-leeds-trinity .CardSection_carousel__veTpM,
.section-everything-you-need-to-know .CardSection_carousel__veTpM,
.section-life-at-leeds-trinity-as-an-international-student .CardSection_carousel__veTpM,
.section-everything-you-need-to-know-as-an-international-student .CardSection_carousel__veTpM,
.section-life-at-leeds-trinity .CardSection_carousel__veTpM {
    padding-bottom: 1rem !important;
}

.section-life-at-leeds-trinity::after,
.section-life-at-leeds-trinity-as-an-international-student::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(73,0,33,0.76) !important;
    z-index: 0;
}

.card-section-header {
    position: relative;
    z-index: 1 !important;
}


/* courses */

.hero__content, .hero__button-wrap {
    max-width: 1152px !important;
    padding-inline: 0px !important;
}

.course .primary {
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    word-break: break-word;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none !important;
    border-radius: var(--button-component-border-radius);
    background-color: var(--color-primary);
    color: #fff !important;
    margin-bottom: 16px !important;
    text-align: center;
}

.course .secondary {
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    word-break: break-word;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none !important;
    border-radius: var(--button-component-border-radius);
    border: 1px solid var(--color-primary);
    text-align: center;
}

.course-buttons > div {
    display: flex !important;
    gap: 16px;
}

@media (max-width: 768px) {
    .course-buttons > div {
        flex-wrap: wrap;
    }

    .hero__content, .hero__button-wrap {
        padding: 16px;
}
}

.requirements-table {
    width: 100%;
    overflow: auto;
}

.requirements-table caption {
    text-align: left;
    padding-bottom: 16px;
}

.recentContainer {
   filter: blur(6px);
}

.recentContainer:hover {
   filter: blur(0px);
}


/* login */

.auth.login .Btn_primary__i_oBc {
    color: var(--personalisation-button-text-colour);
    background-color: var(--personalisation-button-background-colour);
    border: 1px solid var(--personalisation-button-border-colour);
}

.auth.login .Btn_primary__i_oBc:hover {
    color: var(--personalisation-button-text-colour-hover) !important;
    background-color: var(--personalisation-button-background-colour-hover) !important;
    border-color: var(--personalisation-button-border-colour-hover) !important;
}


/* personalise */

form#registerForm label {
    margin-top: 8px;
}
