.imbr-certificate-action {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.imbr-certificate-action .imbr-certificate-download {
    -webkit-appearance: none;
    appearance: none;
    width: 278px;
    min-width: 278px;
    height: 52px;
    min-height: 52px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 auto;
    padding: 14px 32px;
    border: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.22);
    border-radius: 84px;
    background: #002031;
    color: #ffffff;
    cursor: pointer;
    font-family: "Jost", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1.4px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    opacity: 1;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.imbr-certificate-action .imbr-certificate-download:hover,
.imbr-certificate-action .imbr-certificate-download:focus-visible {
    background: #0a3850;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(0, 32, 49, 0.2);
    outline: none;
}

.imbr-certificate-action .imbr-certificate-download:active {
    transform: translateY(0);
    box-shadow: none;
}

.imbr-certificate-action .imbr-certificate-download:disabled {
    cursor: wait;
    opacity: 0.65;
    transform: none;
    box-shadow: none;
}

.imbr-certificate-download__text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.imbr-certificate-download__icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.imbr-certificate-download__icon svg,
.imbr-certificate-download__icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.imbr-certificate-download__icon img {
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.imbr-certificate-status,
.imbr-certificate-message {
    width: 100%;
    margin-top: 12px;
    color: #002031;
    font-family: "Jost", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 480px) {
    .imbr-certificate-action .imbr-certificate-download {
        width: min(278px, 100%);
        min-width: 0;
        padding-right: 24px;
        padding-left: 24px;
    }
}
