.ecomed-export-pdf-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.ecomed-export-pdf-btn {
    white-space: nowrap;
    font-size: clamp(12px, 3vw, 14px);
    text-transform: uppercase;
    font-family: inherit;
    line-height: 1;
    min-height: 44px;
    padding: 0 16px;
}

.ecomed-export-pdf-btn[type="button"] {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    outline: none;
    margin: 0;
}

.ecomed-export-pdf-btn::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ecomed-export-pdf-btn .ecomed-export-pdf-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    color: currentColor;
    flex: 0 0 auto;
}

.ecomed-export-pdf-btn.is-loading {
    opacity: 0.9;
    cursor: wait;
    pointer-events: none;
}
