.pdf-download-container-d68205df {
    display: block;
    width: 100%;
}

.pdf-download-btn-d68205df {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
}

.pdf-download-btn-d68205df:hover,
.pdf-download-btn-d68205df:focus {
    text-decoration: none;
    outline: none;
}

.pdf-icon-d68205df {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.pdf-icon-d68205df svg {
    fill: currentColor;
    display: inline-block;
}

.pdf-download-alert-d68205df {
    padding: 15px;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    text-align: center;
}
