.rc-onefile-wrap {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    display: block;
    align-self: center;
    justify-self: center;
}

.rc-onefile-banner {
    margin: 0 0 14px 0;
    text-align: center;
}
.rc-onefile-banner img {
    max-width: 100%;
    height: auto;
    display: block;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.rc-onefile-summary,
.rc-onefile-validation,
.rc-onefile-success {
    border: 1px solid #dfe6ee;
    border-radius: 12px;
    padding: 16px 18px;
    background: #f6f8fb;
    box-shadow: 0 3px 10px rgba(12, 31, 53, 0.05);
    margin-bottom: 14px;
}

.rc-onefile-summary__title,
.rc-onefile-validation__title {
    font-weight: 600;
    margin-bottom: 10px;
    color: #152235;
    font-size: 16px;
}

.rc-onefile-summary__body,
.rc-onefile-validation__body {
    font-size: 14px;
    color: #1c2734;
    line-height: 1.5;
}
.rc-onefile-summary__body p,
.rc-onefile-validation__body p {
    margin: 4px 0;
}
.rc-onefile-summary__body ul,
.rc-onefile-validation__body ul {
    margin: 6px 0 6px 18px;
}
.rc-onefile-kv {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 4px 12px;
    margin: 6px 0 10px 0;
}
.rc-onefile-kv dt {
    font-weight: 600;
    color: #152235;
}
.rc-onefile-kv dd {
    margin: 0;
}
.rc-onefile-pivots {
    margin-top: 4px;
}

.rc-onefile-validation__list {
    margin: 0 0 8px 18px;
    padding: 0;
}

.rc-onefile-muted {
    color: #6c7a8b;
    margin: 0;
}

.rc-onefile-validation--ok {
    border-color: #60b37a;
    background: #f3fbf6;
}

.rc-onefile-validation--error {
    border-color: #d96b6b;
    background: #fff7f7;
}

.rc-onefile-progress {
    margin-top: 10px;
    font-size: 14px;
    color: #1c2734;
}

.rc-onefile-button.is-loading {
    opacity: 0.65;
    cursor: progress;
}

.rc-onefile-success {
    margin-top: 14px;
    color: #1c2734;
}

.rc-onefile-success__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.rc-onefile-success__note {
    margin: 16px 0 0 0;
    color: #1c2734;
    font-size: 13px;
}

.rc-onefile-button--ghost {
    background: transparent;
    color: #1c2734;
    border: 1px solid #dce3ed;
}
.rc-onefile-block {
    margin: 10px 0;
}
.rc-onefile-block__title {
    font-weight: 600;
    color: #152235;
    margin-bottom: 4px;
}
.rc-onefile-block__value {
    margin-left: 4px;
}
