.junction-document-button-wrapper {
    text-align: left;
}

.junction-document-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background-color: #ffffff;
    color: #0b4080;
    font-family: "Titillium Web", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    padding: 12px 30px 12px 27px;
    border-radius: 4px;
    border: none;
    text-decoration: none;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
    cursor: pointer;
}

.junction-document-button .junction-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    fill: currentColor;
    font-size: 1.1em;
    line-height: 1;
}

.junction-document-button .junction-label {
    display: inline-block;
    white-space: normal;
    overflow-wrap: break-word;
}

.junction-document-button:hover,
.junction-document-button:focus {
    background-color: #f0f5ff;
    color: #0b4080;
    text-decoration: none;
}

.junction-document-button:focus {
    outline: 2px solid rgba(11, 64, 128, 0.25);
    outline-offset: 2px;
}

.junction-document-button.placeholder {
    pointer-events: none;
    opacity: 0.6;
}
