.owlj-pdf-wrap {
    display: inline-block;
    margin: 0.25em 0;
}

.owlj-pdf-link {
    display: inline-block;
    padding: 0.45em 0.7em;
    border: 1px solid #b9b9b9;
    background: #f7f7f7;
    color: #222;
    text-decoration: none;
    line-height: 1.25;
    cursor: pointer;
}

.owlj-pdf-link:hover,
.owlj-pdf-link:focus {
    background: #eeeeee;
    color: #000;
    text-decoration: none;
}

.owlj-pdf-badge {
    display: inline-block;
    margin-right: 0.45em;
    padding: 0.1em 0.35em;
    background: #a50000;
    color: #fff;
    font-size: 0.85em;
    font-weight: bold;
    letter-spacing: 0.02em;
    vertical-align: middle;
}

.owlj-pdf-label {
    vertical-align: middle;
}

.owlj-pdf-modal {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.owlj-pdf-modal[aria-hidden="false"] {
    display: block;
}

.owlj-pdf-modal__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.72;
}

.owlj-pdf-modal__dialog {
    position: absolute;
    top: 4%;
    right: 3%;
    bottom: 4%;
    left: 3%;
    background: #fff;
    border: 1px solid #333;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.45);
}

.owlj-pdf-modal__header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 46px;
    padding: 0 12px;
    border-bottom: 1px solid #ccc;
    background: #f4f4f4;
    line-height: 46px;
}

.owlj-pdf-modal__title {
    display: block;
    margin-right: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}

.owlj-pdf-modal__actions {
    position: absolute;
    top: 0;
    right: 8px;
    height: 46px;
}

.owlj-pdf-modal__external {
    display: inline-block;
    margin-right: 12px;
    font-size: 13px;
    line-height: 46px;
    text-decoration: underline;
}

.owlj-pdf-close {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-top: 6px;
    border: 1px solid #999;
    background: #fff;
    color: #222;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}

.owlj-pdf-close:hover,
.owlj-pdf-close:focus {
    background: #eee;
}

.owlj-pdf-frame {
    position: absolute;
    top: 47px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 47px);
    border: 0;
    background: #fff;
}

body.owlj-pdf-modal-open {
    overflow: hidden;
}

@media screen and (max-width: 700px) {
    .owlj-pdf-modal__dialog {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 0;
    }

    .owlj-pdf-modal__header {
        height: 54px;
        line-height: 54px;
    }

    .owlj-pdf-modal__title {
        margin-right: 52px;
        font-size: 14px;
    }

    .owlj-pdf-modal__external {
        display: none;
    }

    .owlj-pdf-close {
        margin-top: 9px;
    }

    .owlj-pdf-frame {
        top: 55px;
        height: calc(100% - 55px);
    }
}
