.medtron-elw-open,
.medtron-elw-open body {
    overflow: hidden;
}

.medtron-elw-overlay[hidden] {
    display: none;
}

.medtron-elw-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(48, 48, 48, 0.7);
}

.medtron-elw-dialog {
    background: #fff;
    color: #6f6f6f;
    max-width: 520px;
    width: 100%;
    padding: 36px 40px 40px;
    border-top: 5px solid #ec008c;
    border-radius: 4px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.medtron-elw-title {
    margin: 0 0 18px;
    color: #303030;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.medtron-elw-dialog p {
    margin: 0 0 12px;
    color: #6f6f6f;
    font-size: 16px;
}

.medtron-elw-url {
    word-break: break-all;
    color: #ec008c;
    font-weight: 700;
}

.medtron-elw-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: flex-end;
    margin-top: 28px;
}

.medtron-elw-btn {
    display: inline-block;
    padding: 10px 23px;
    border-radius: 4px;
    border: 2px solid transparent;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.1s linear, background-color 0.1s linear, border-color 0.1s linear;
}

.medtron-elw-btn-cancel {
    background: transparent;
    border-color: #303030;
    color: #303030;
}

.medtron-elw-btn-cancel:hover,
.medtron-elw-btn-cancel:focus {
    background: transparent;
    border-color: #ec008c;
    color: #ec008c;
}

.medtron-elw-btn-continue,
.medtron-elw-btn-continue:visited {
    background: #ec008c;
    border-color: #ec008c;
    color: #fff;
}

.medtron-elw-btn-continue:hover,
.medtron-elw-btn-continue:focus {
    background: #c9007a;
    border-color: #c9007a;
    color: #fff;
    text-decoration: none;
}
