.rc-onefile-wrap {
    width: 100% !important;
    max-width: 720px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    overflow: hidden;
    font-family: inherit;
    font-size: 15px;
    color: #2b2b2b;
    line-height: 1.5;
}

.rc-onefile-form,
.rc-onefile-card {
    margin: 0;
    max-width: 100%;
}

.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-summary--error {
    border-color: #f0b5b5;
    background: #fff5f5;
}

.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;
}

.rc-onefile-geocode-results {
    margin-top: 6px;
    position: relative;
    font-size: 13px;
}

.rc-onefile-geocode-results__list {
    margin: 0;
    padding: 4px 0;
    list-style: none;
    border: 1px solid #dfe6ee;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 16px rgba(12, 31, 53, 0.08);
    max-height: 200px;
    overflow: auto;
}

.rc-onefile-geocode-results__item {
    padding: 8px 12px;
    cursor: pointer;
}

.rc-onefile-geocode-results__item:hover {
    background: #f2f6fb;
}

.rc-onefile-geocode-status {
    color: #6c7a8b;
}

.rc-onefile-geocode-status--error {
    color: #b04747;
}
