body.edu-duplicate-check-ready .fieldset-edu_duplicate_confirm,
body.edu-duplicate-check-ready fieldset.fieldset-edu_duplicate_confirm {
    display: none;
}

body.edu-duplicate-check-ready .fieldset-edu_duplicate_confirm.is-visible,
body.edu-duplicate-check-ready fieldset.fieldset-edu_duplicate_confirm.is-visible {
    display: block;
}

.edu-duplicate-warning {
    margin: 18px 0;
    padding: 15px 16px;
    border: 1px solid #edc369;
    border-radius: 12px;
    background: #fffaf0;
    box-shadow: 0 7px 18px rgba(96, 61, 0, .07);
}

.edu-duplicate-warning[hidden] {
    display: none;
}

.edu-duplicate-warning.is-probable {
    border-color: #e39696;
    background: #fff5f5;
}

.edu-duplicate-warning.is-error {
    border-color: #d6dde8;
    background: #f8fafc;
}

.edu-duplicate-warning.is-checking {
    border-color: #b8c8f5;
    background: #f6f8ff;
}

.edu-duplicate-warning__title {
    display: block;
    margin: 0 0 5px;
    color: #704400;
    font-size: 15px;
    line-height: 1.35;
}

.edu-duplicate-warning.is-probable .edu-duplicate-warning__title {
    color: #951f1f;
}

.edu-duplicate-warning__text,
.edu-duplicate-warning__status {
    margin: 0;
    color: #554633;
    font-size: 13px;
    line-height: 1.5;
}

.edu-duplicate-warning__matches {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.edu-duplicate-warning__match {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 10px 11px;
    border: 1px solid rgba(132, 98, 31, .2);
    border-radius: 9px;
    background: rgba(255, 255, 255, .84);
}

.edu-duplicate-warning__match > div {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.edu-duplicate-warning__match strong,
.edu-duplicate-warning__match span,
.edu-duplicate-warning__match small {
    display: block;
}

.edu-duplicate-warning__match strong {
    color: #1f2a5c;
    font-size: 13px;
}

.edu-duplicate-warning__match span,
.edu-duplicate-warning__match small {
    color: #667085;
    font-size: 11px;
    line-height: 1.4;
}

.edu-duplicate-warning__match > div:last-child {
    justify-items: end;
    white-space: nowrap;
}

.edu-duplicate-warning__match b {
    color: #704400;
    font-size: 11px;
}

.edu-duplicate-warning__match a {
    color: #3057ea;
    font-size: 11px;
    font-weight: 700;
}

.fieldset-edu_duplicate_confirm.is-visible {
    margin-top: 10px !important;
    padding: 12px 14px !important;
    border: 1px solid #d5deed !important;
    border-radius: 9px;
    background: #f8fafc;
}

.fieldset-edu_duplicate_confirm.is-required-warning {
    border-color: #e39696 !important;
    background: #fff5f5;
}

@media (max-width: 700px) {
    .edu-duplicate-warning__match {
        grid-template-columns: 1fr;
    }

    .edu-duplicate-warning__match > div:last-child {
        justify-items: start;
        white-space: normal;
    }
}
