.ead-page .card-body {
    overflow: hidden !important;
}

.ead-cover-image {
    display: block;
    width: 1072px !important;
    max-width: 100%;
    height: auto;
    margin: 24px auto 32px;
}

.ead-shortcut-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 244px;
    height: 65px;
    border-radius: 63px;
    padding: 0 24px;
    margin: 24px auto 0;
    background-color: #0B4778;
    color: #fff !important;
    font-family: 'Rawline', helvetica, arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.38;
    text-align: center;
    text-decoration: none !important;
}

.ead-shortcut-button:hover,
.ead-shortcut-button:focus {
    background-color: #0d5a9e;
    color: #fff !important;
    text-decoration: none !important;
}

.ead-shortcut-button img {
    width: 30px;
    height: auto;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .ead-cover-image {
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .ead-shortcut-button {
        width: 100%;
        max-width: 244px;
    }
}
