/* Lista Telefônica — escopo próprio para não interferir no Foxiz ou nas notícias. */
body.rdoc-phone-directory-page,
body.rdoc-phone-directory-single {
    overflow-x: clip;
}

.rdoc-phone-directory,
.rdoc-phone-directory * {
    box-sizing: border-box;
}

.rdoc-phone-directory {
    width: min(var(--rdoc-content-width, 1600px), calc(100vw - 32px));
    max-width: 1600px;
    min-width: 0;
    margin: 0 auto 48px;
    color: #18212b;
    font-family: inherit;
    overflow: clip;
}

.rdoc-phone-directory a {
    overflow-wrap: anywhere;
}

.rdoc-phone-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    min-width: 0;
    margin: 0 0 18px;
    padding: 6px 0;
}

.rdoc-phone-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 13px;
    border: 1px solid #e3e8ee;
    border-radius: 999px;
    color: #394552;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.rdoc-phone-nav a:hover,
.rdoc-phone-nav a:focus-visible,
.rdoc-phone-nav a.is-current {
    border-color: var(--rdoc-accent, #c8102e);
    color: var(--rdoc-accent, #c8102e);
}

.rdoc-phone-hero,
.rdoc-phone-form-head,
.rdoc-phone-single-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-width: 0;
    margin: 0 0 22px;
    padding: clamp(24px, 4vw, 48px);
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(120deg, #152838 0%, #1e4052 54%, #b20f2a 160%);
    box-shadow: 0 18px 45px rgba(18, 37, 53, .14);
}

.rdoc-phone-hero > div,
.rdoc-phone-form-head > div,
.rdoc-phone-single-hero > div {
    min-width: 0;
}

.rdoc-phone-eyebrow {
    display: block;
    margin: 0 0 8px;
    color: #a60d28;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.35;
    text-transform: uppercase;
}

.rdoc-phone-hero .rdoc-phone-eyebrow,
.rdoc-phone-form-head .rdoc-phone-eyebrow,
.rdoc-phone-single-hero .rdoc-phone-eyebrow {
    color: #ffd3db;
}

.rdoc-phone-hero h1,
.rdoc-phone-form-head h1,
.rdoc-phone-single-hero h1 {
    max-width: 900px;
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 4vw, 54px);
    line-height: 1.02;
    overflow-wrap: anywhere;
}

.rdoc-phone-hero p,
.rdoc-phone-form-head p,
.rdoc-phone-single-hero p {
    max-width: 760px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, .84);
    font-size: 16px;
    line-height: 1.6;
}

.rdoc-phone-hero > .rdoc-btn,
.rdoc-phone-single-hero .rdoc-btn {
    flex: 0 0 auto;
}

.rdoc-btn-whatsapp {
    border-color: #159447 !important;
    color: #fff !important;
    background: #159447 !important;
}

.rdoc-phone-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(160px, .42fr) 90px auto;
    align-items: end;
    gap: 12px;
    min-width: 0;
    margin: 0 0 34px;
    padding: 18px;
    border: 1px solid #e5e9ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(24, 33, 43, .06);
}

.rdoc-phone-search label,
.rdoc-phone-fields label,
.rdoc-phone-upload {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-width: 0;
    color: #253240;
    font-size: 13px;
    font-weight: 700;
}

.rdoc-phone-search label > span,
.rdoc-phone-fields label > span,
.rdoc-phone-upload > span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.rdoc-phone-search input,
.rdoc-phone-fields input,
.rdoc-phone-fields select,
.rdoc-phone-fields textarea,
.rdoc-phone-upload input[type=file],
.rdoc-phone-crop-zoom input {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border: 1px solid #cfd7df;
    border-radius: 10px;
    color: #1d2935;
    background: #fff;
    font: inherit;
}

.rdoc-phone-search input,
.rdoc-phone-fields input,
.rdoc-phone-fields select {
    min-height: 46px;
    padding: 10px 12px;
}

.rdoc-phone-fields textarea {
    min-height: 110px;
    padding: 11px 12px;
    resize: vertical;
}

.rdoc-phone-upload input[type=file] {
    padding: 9px;
    font-size: 12px;
}

.rdoc-phone-search input:focus,
.rdoc-phone-fields input:focus,
.rdoc-phone-fields select:focus,
.rdoc-phone-fields textarea:focus,
.rdoc-phone-upload input:focus {
    border-color: var(--rdoc-accent, #c8102e);
    outline: 3px solid rgba(200, 16, 46, .14);
}

.rdoc-phone-search button {
    min-height: 46px;
    white-space: nowrap;
}

.rdoc-phone-search select {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #cfd7df;
    border-radius: 10px;
    color: #1d2935;
    background: #fff;
    font: inherit;
}

.rdoc-phone-search select:focus {
    border-color: var(--rdoc-accent, #c8102e);
    outline: 3px solid rgba(200, 16, 46, .14);
}

.rdoc-phone-results-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    min-width: 0;
    margin: 0 0 16px;
}

.rdoc-phone-results-head h2 {
    margin: 0;
    color: #172532;
    font-size: clamp(23px, 3vw, 34px);
    line-height: 1.1;
}

.rdoc-phone-results-head p {
    max-width: 460px;
    margin: 0;
    color: #687582;
    font-size: 14px;
    line-height: 1.5;
    text-align: right;
}

.rdoc-phone-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 285px), 1fr));
    gap: 18px;
    min-width: 0;
}

.rdoc-phone-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e3e8ee;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(24, 33, 43, .06);
}

.rdoc-phone-card-image {
    display: block;
    aspect-ratio: 4 / 3;
    min-width: 0;
    overflow: hidden;
    background: #ecf0f3;
    text-decoration: none;
}

.rdoc-phone-card-image img,
.rdoc-phone-detail-media img,
.rdoc-phone-detail-gallery img,
.rdoc-phone-cover-preview img,
.rdoc-phone-existing-gallery img,
.rdoc-phone-media-picker [data-rdoc-media-selection] img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.rdoc-phone-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rdoc-phone-image-placeholder,
.rdoc-phone-cover-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 170px;
    color: #60707c;
    background: linear-gradient(135deg, #eef2f4, #dce5e9);
    text-align: center;
}

.rdoc-phone-image-placeholder span {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    margin-bottom: 8px;
    border-radius: 15px;
    color: #fff;
    background: #1e4052;
    font-weight: 900;
}

.rdoc-phone-image-placeholder small {
    font-size: 12px;
    font-weight: 700;
}

.rdoc-phone-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
    padding: 18px;
}

.rdoc-phone-approved,
.rdoc-phone-form-status {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    max-width: 100%;
    padding: 5px 9px;
    border-radius: 999px;
    color: #167440;
    background: #e7f7ed;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.rdoc-phone-form-status.is-pending,
.rdoc-phone-form-status.is-draft {
    color: #7b4f00;
    background: #fff1cd;
}

.rdoc-phone-card h3 {
    margin: 10px 0 7px;
    color: #182632;
    font-size: 21px;
    line-height: 1.16;
}

.rdoc-phone-card h3 a,
.rdoc-phone-details {
    color: inherit;
    text-decoration: none;
}

.rdoc-phone-card h3 a:hover,
.rdoc-phone-card h3 a:focus-visible,
.rdoc-phone-details:hover,
.rdoc-phone-details:focus-visible {
    color: var(--rdoc-accent, #c8102e);
    text-decoration: underline;
}

.rdoc-phone-service {
    margin: 0 0 8px;
    color: #556572;
    font-size: 14px;
    line-height: 1.5;
}

.rdoc-phone-location {
    margin: 0 0 12px;
    color: #536675;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.rdoc-phone-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    min-width: 0;
    margin-top: auto;
    padding-top: 10px;
}

.rdoc-phone-actions .rdoc-btn {
    min-height: 38px;
}

.rdoc-phone-map-link {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 9px;
    border-radius: 8px;
    color: #1d5b83;
    background: #eef6fb;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.rdoc-phone-map-link:hover,
.rdoc-phone-map-link:focus-visible {
    color: #123d5a;
    background: #dceef8;
    text-decoration: underline;
}

.rdoc-phone-details {
    display: inline-flex;
    margin-top: 15px;
    color: var(--rdoc-accent, #c8102e);
    font-size: 13px;
    font-weight: 800;
}

.rdoc-phone-empty,
.rdoc-phone-login-box,
.rdoc-phone-notice {
    min-width: 0;
    padding: 24px;
    border: 1px solid #e3e8ee;
    border-radius: 16px;
    background: #fff;
}

.rdoc-phone-empty {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.rdoc-phone-empty strong,
.rdoc-phone-login-box h2,
.rdoc-phone-notice strong {
    color: #1a2935;
    font-size: 18px;
}

.rdoc-phone-empty span,
.rdoc-phone-login-box p,
.rdoc-phone-notice span {
    color: #5d6d79;
    line-height: 1.55;
}

.rdoc-phone-login-box {
    max-width: 680px;
    margin: 24px auto;
    text-align: center;
}

.rdoc-phone-login-box h2 {
    margin: 0;
}

.rdoc-phone-login-box p {
    margin: 10px auto 18px;
}

.rdoc-phone-login-box .rdoc-btn {
    margin: 4px;
}

.rdoc-phone-notice {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0 0 18px;
}

.rdoc-phone-notice.is-success {
    border-color: #b7e3c6;
    background: #f1fbf4;
}

.rdoc-phone-notice.is-info {
    border-color: #bed9e9;
    background: #f2f9fd;
}

.rdoc-phone-notice.is-error {
    border-color: #efb5bd;
    background: #fff3f4;
}

.rdoc-phone-pagination {
    min-width: 0;
    margin: 28px 0 0;
}

.rdoc-phone-pagination ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rdoc-phone-pagination a,
.rdoc-phone-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 38px;
    padding: 7px 10px;
    border: 1px solid #dce3e9;
    border-radius: 8px;
    color: #334452;
    background: #fff;
    text-decoration: none;
}

.rdoc-phone-pagination .current {
    color: #fff;
    border-color: var(--rdoc-accent, #c8102e);
    background: var(--rdoc-accent, #c8102e);
}

/* Formulário */
.rdoc-phone-form-wrap {
    min-width: 0;
}

.rdoc-phone-form-head {
    margin-bottom: 24px;
}

.rdoc-phone-form-head .rdoc-phone-form-status {
    flex: 0 0 auto;
}

.rdoc-phone-form {
    min-width: 0;
}

.rdoc-phone-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    min-width: 0;
}

.rdoc-phone-form-card {
    min-width: 0;
    padding: clamp(18px, 3vw, 28px);
    border: 1px solid #e1e7ec;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(24, 33, 43, .05);
}

.rdoc-phone-form-card-wide {
    grid-column: 1 / -1;
}

.rdoc-phone-section-title {
    display: flex;
    gap: 12px;
    min-width: 0;
    margin: 0 0 20px;
}

.rdoc-phone-section-title > span {
    display: grid;
    flex: 0 0 34px;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    color: #fff;
    background: var(--rdoc-accent, #c8102e);
    font-size: 12px;
    font-weight: 900;
}

.rdoc-phone-section-title > div {
    min-width: 0;
}

.rdoc-phone-section-title h2,
.rdoc-phone-detail-card h2 {
    margin: 0;
    color: #1b2b37;
    font-size: 22px;
    line-height: 1.2;
}

.rdoc-phone-section-title p {
    margin: 5px 0 0;
    color: #6b7985;
    font-size: 13px;
    line-height: 1.5;
}

.rdoc-phone-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    min-width: 0;
}

.rdoc-phone-fields .rdoc-phone-field-wide {
    grid-column: 1 / -1;
}

.rdoc-phone-fields label > span em,
.rdoc-phone-upload > span em {
    color: var(--rdoc-accent, #c8102e);
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.rdoc-phone-fields label > span small,
.rdoc-phone-upload > span small {
    color: #788691;
    font-size: 11px;
    font-weight: 700;
}

.rdoc-phone-fields label > span input[type=checkbox] {
    width: auto;
    min-height: 0;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.rdoc-phone-help,
.rdoc-phone-upload small,
.rdoc-phone-map-help {
    color: #687782;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
}

.rdoc-phone-map-help {
    margin: 18px 0 0;
}

.rdoc-phone-media-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(240px, .8fr);
    gap: 18px;
    min-width: 0;
}

.rdoc-phone-media-main,
.rdoc-phone-media-side,
.rdoc-phone-extra-box,
.rdoc-phone-media-library {
    min-width: 0;
}

.rdoc-phone-media-side {
    display: grid;
    align-content: start;
    gap: 14px;
}

.rdoc-phone-media-library,
.rdoc-phone-extra-box {
    padding: 15px;
    border: 1px solid #e2e8ed;
    border-radius: 13px;
    background: #f8fafb;
}

.rdoc-phone-media-library strong,
.rdoc-phone-extra-box > .rdoc-phone-upload > span {
    display: block;
    color: #253440;
    font-size: 14px;
}

.rdoc-phone-media-library p {
    margin: 5px 0 11px;
    color: #6c7b85;
    font-size: 12px;
    line-height: 1.45;
}

.rdoc-phone-cover-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    margin-top: 12px;
    overflow: hidden;
    border: 1px dashed #bdc9d1;
    border-radius: 13px;
    color: #7b8992;
    background: #f2f5f6;
    text-align: center;
}

.rdoc-phone-cover-preview img {
    width: 100%;
    height: 100%;
    max-height: 430px;
    object-fit: cover;
}

.rdoc-phone-existing-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    min-width: 0;
    margin-top: 12px;
}

.rdoc-phone-existing-gallery span {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 9px;
    background: #e6ecef;
}

.rdoc-phone-existing-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rdoc-phone-gallery-picker {
    margin-top: 12px;
}

.rdoc-phone-media-picker small {
    display: block;
    margin-top: 7px;
    color: #6d7b84;
    font-size: 11px;
    line-height: 1.4;
}

.rdoc-phone-media-picker [data-rdoc-media-selection] {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    min-width: 0;
    margin-top: 9px;
}

.rdoc-phone-media-picker [data-rdoc-media-selection] img {
    width: 54px;
    height: 54px;
    object-fit: cover;
    border-radius: 8px;
}

.rdoc-phone-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-width: 0;
    margin-top: 18px;
    padding: 18px 0;
}

.rdoc-phone-form-footer p {
    max-width: 700px;
    margin: 0;
    color: #61727d;
    font-size: 12px;
    line-height: 1.5;
}

.rdoc-phone-form-footer > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

/* Editor de recorte da fachada */
.rdoc-phone-crop {
    position: relative;
    z-index: 2;
    margin-top: 14px;
    padding: 14px;
    border: 1px solid #cdd9df;
    border-radius: 14px;
    background: #f8fbfc;
}

.rdoc-phone-crop[hidden] {
    display: none;
}

.rdoc-phone-crop-head,
.rdoc-phone-crop-zoom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
}

.rdoc-phone-crop-head strong {
    color: #1f303b;
    font-size: 14px;
}

.rdoc-phone-crop-head button {
    border: 0;
    color: #a10e28;
    background: transparent;
    cursor: pointer;
    font-weight: 800;
}

.rdoc-phone-crop > p {
    margin: 8px 0;
    color: #687984;
    font-size: 12px;
    line-height: 1.4;
}

.rdoc-phone-crop-stage {
    position: relative;
    width: 100%;
    max-width: 620px;
    aspect-ratio: 4 / 3;
    margin: 0 auto 12px;
    overflow: hidden;
    border-radius: 10px;
    background: #172630;
    cursor: grab;
    touch-action: none;
}

.rdoc-phone-crop-stage:active {
    cursor: grabbing;
}

.rdoc-phone-crop-stage img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    user-select: none;
    pointer-events: none;
    transform-origin: top left;
}

.rdoc-phone-crop-zoom {
    justify-content: flex-start;
    margin: 0 0 12px;
    color: #314452;
    font-size: 12px;
    font-weight: 800;
}

.rdoc-phone-crop-zoom input {
    flex: 1;
    min-height: 5px;
    border: 0;
}

/* Detalhe público */
.rdoc-phone-single {
    min-width: 0;
}

.rdoc-phone-single-hero {
    align-items: flex-end;
}

.rdoc-phone-single-hero h1 {
    font-size: clamp(30px, 4vw, 58px);
}

.rdoc-phone-single-hero .rdoc-phone-location {
    margin: 13px 0 0;
    color: rgba(255, 255, 255, .88);
}

.rdoc-phone-single-hero-actions {
    flex: 0 1 460px;
    min-width: 0;
}

.rdoc-phone-single-hero-actions .rdoc-phone-actions {
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

.rdoc-phone-single-hero-actions .rdoc-phone-map-link {
    color: #e6f5ff;
    background: rgba(255, 255, 255, .16);
}

.rdoc-phone-single-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    gap: 20px;
    min-width: 0;
}

.rdoc-phone-single-layout main,
.rdoc-phone-single-main,
.rdoc-phone-detail-sidebar {
    min-width: 0;
}

.rdoc-phone-detail-media {
    min-width: 0;
    overflow: hidden;
    border-radius: 18px;
    background: #eef2f4;
}

.rdoc-phone-detail-media img {
    width: 100%;
    max-height: 680px;
    object-fit: cover;
}

.rdoc-phone-detail-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    min-width: 0;
    margin-top: 12px;
}

.rdoc-phone-detail-gallery img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 13px;
}

.rdoc-phone-detail-sidebar {
    display: grid;
    align-content: start;
    gap: 14px;
}

.rdoc-phone-detail-card {
    min-width: 0;
    padding: 22px;
    border: 1px solid #e1e7ec;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(24, 33, 43, .05);
}

.rdoc-phone-detail-card h2 {
    margin-bottom: 13px;
}

.rdoc-phone-detail-card p,
.rdoc-phone-detail-card address {
    margin: 0 0 12px;
    color: #566773;
    font-size: 14px;
    font-style: normal;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.rdoc-phone-rich-text p:last-child {
    margin-bottom: 0;
}

.rdoc-phone-detail-card .rdoc-phone-actions {
    margin-top: 0;
    padding-top: 0;
}

.rdoc-phone-map-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    min-width: 0;
    margin-top: 13px;
}

.rdoc-phone-map-buttons .rdoc-btn {
    max-width: 100%;
}

.rdoc-phone-email {
    color: var(--rdoc-accent, #c8102e);
    font-weight: 800;
    overflow-wrap: anywhere;
}

.rdoc-phone-single-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
    margin-top: 20px;
}

.rdoc-phone-claim-box {
    display: grid;
    gap: 9px;
    min-width: 0;
    margin-top: 20px;
    padding: 22px;
    border: 1px solid #d7e2eb;
    border-left: 5px solid #0b5d8b;
    border-radius: 16px;
    background: linear-gradient(135deg, #f7fbfd, #fff);
    box-shadow: 0 9px 25px rgba(15, 39, 64, .05);
}

.rdoc-phone-claim-box .rdoc-phone-eyebrow {
    margin-bottom: 0;
    color: #0b5d8b;
}

.rdoc-phone-claim-box h2 {
    margin: 0;
    color: #142d43;
    font-size: clamp(20px, 2.2vw, 28px);
    line-height: 1.18;
}

.rdoc-phone-claim-box > p:not(.rdoc-phone-claim-history) {
    max-width: 920px;
    margin: 0;
    color: #526273;
    font-size: 13px;
    line-height: 1.6;
}

.rdoc-phone-claim-box.is-owner {
    border-left-color: #16804a;
    background: #f5fcf7;
}

.rdoc-phone-claim-box.is-owner .rdoc-phone-eyebrow {
    color: #167440;
}

.rdoc-phone-claim-box.is-pending {
    border-left-color: #c88a00;
    background: #fffaf0;
}

.rdoc-phone-claim-box.is-info {
    border-left-color: #2869a6;
    background: #f4f9ff;
}

.rdoc-phone-claim-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.rdoc-phone-claim-form {
    display: grid;
    gap: 10px;
    max-width: 880px;
    margin-top: 2px;
}

.rdoc-phone-claim-form label {
    display: grid;
    gap: 6px;
    color: #344054;
    font-size: 12px;
    font-weight: 800;
}

.rdoc-phone-claim-form label small {
    color: #667788;
    font-weight: 600;
}

.rdoc-phone-claim-form textarea {
    width: 100%;
    min-width: 0;
    padding: 11px 12px;
    border: 1px solid #cfd9e2;
    border-radius: 10px;
    color: #1d2935;
    background: #fff;
    font: inherit;
    resize: vertical;
}

.rdoc-phone-claim-form textarea:focus {
    border-color: #0b5d8b;
    outline: 3px solid rgba(11, 93, 139, .14);
}

.rdoc-phone-claim-history {
    margin: 0;
    padding: 10px 12px;
    border-radius: 9px;
    color: #7a4d00;
    background: #fff4d6;
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 1050px) {
    .rdoc-phone-search {
        grid-template-columns: minmax(0, 1fr) minmax(140px, .55fr) 78px;
    }

    .rdoc-phone-search button {
        grid-column: 1 / -1;
    }

    .rdoc-phone-media-layout,
    .rdoc-phone-single-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .rdoc-phone-single-hero-actions {
        flex: 0 1 360px;
    }
}

@media (max-width: 760px) {
    .rdoc-phone-directory {
        width: min(var(--rdoc-content-width, 1600px), calc(100vw - 20px));
        margin-bottom: 28px;
    }

    .rdoc-phone-hero,
    .rdoc-phone-form-head,
    .rdoc-phone-single-hero,
    .rdoc-phone-results-head,
    .rdoc-phone-form-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .rdoc-phone-hero,
    .rdoc-phone-form-head,
    .rdoc-phone-single-hero {
        gap: 18px;
        padding: 24px 18px;
        border-radius: 18px;
    }

    .rdoc-phone-hero > .rdoc-btn,
    .rdoc-phone-form-head .rdoc-phone-form-status {
        align-self: flex-start;
    }

    .rdoc-phone-results-head p {
        text-align: left;
    }

    .rdoc-phone-search,
    .rdoc-phone-form-grid,
    .rdoc-phone-fields {
        grid-template-columns: minmax(0, 1fr);
    }

    .rdoc-phone-search button,
    .rdoc-phone-form-card-wide,
    .rdoc-phone-fields .rdoc-phone-field-wide {
        grid-column: auto;
    }

    .rdoc-phone-search {
        padding: 13px;
    }

    .rdoc-phone-single-hero-actions {
        width: 100%;
        flex-basis: auto;
    }

    .rdoc-phone-single-hero-actions .rdoc-phone-actions {
        justify-content: flex-start;
    }

    .rdoc-phone-form-footer > div,
    .rdoc-phone-form-footer > div .rdoc-btn {
        width: 100%;
    }

    .rdoc-phone-form-footer > div .rdoc-btn {
        justify-content: center;
    }

    .rdoc-phone-claim-box {
        padding: 17px 15px;
        border-radius: 14px;
    }

    .rdoc-phone-claim-actions,
    .rdoc-phone-claim-actions .rdoc-btn,
    .rdoc-phone-claim-form .rdoc-btn {
        width: 100%;
    }

    .rdoc-phone-claim-actions .rdoc-btn,
    .rdoc-phone-claim-form .rdoc-btn {
        justify-content: center;
        text-align: center;
    }
}

/* 1.7.43 — blocos públicos, revisão campo a campo e comprovantes privados. */
.rdoc-phone-search select,
.rdoc-phone-search input {
    min-width: 0;
}

.rdoc-phone-feature-section {
    margin: 0 0 38px;
}

.rdoc-phone-feature-head,
.rdoc-phone-admin-panel-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    min-width: 0;
    margin: 0 0 16px;
}

.rdoc-phone-feature-head h2,
.rdoc-phone-admin-panel-head h2 {
    margin: 0;
    color: #142b42;
    font-size: clamp(22px, 2.3vw, 32px);
    line-height: 1.1;
}

.rdoc-phone-feature-head p,
.rdoc-phone-admin-panel-head p {
    max-width: 520px;
    margin: 0;
    color: #667585;
    font-size: 14px;
    line-height: 1.55;
}

.rdoc-phone-feature-grid {
    margin-bottom: 0;
}

.rdoc-phone-card {
    position: relative;
}

.rdoc-phone-featured-badge {
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 12px;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 9px;
    border-radius: 999px;
    color: #4b2d00;
    background: #ffd66e;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
    font-size: 11px;
    font-weight: 800;
}

.rdoc-phone-category {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: 5px 0;
    color: #6e3341;
    font-size: 12px;
    font-weight: 800;
}

.rdoc-phone-form-status-wrap {
    display: grid;
    gap: 8px;
    min-width: 190px;
}

.rdoc-phone-form-revision-note {
    max-width: 250px;
    color: #ffe0a3;
    font-size: 12px;
    line-height: 1.45;
}

.rdoc-phone-image-description {
    margin-top: 10px;
}

.rdoc-phone-image-description small,
.rdoc-phone-proof-upload-item small,
.rdoc-phone-proof-checks small {
    color: #697887;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.45;
}

.rdoc-phone-image-caption {
    display: block;
    margin: 7px 0 0;
    color: #5a6875;
    font-size: 12px;
    font-style: italic;
    line-height: 1.45;
}

.rdoc-phone-detail-media {
    margin: 0;
}

.rdoc-phone-detail-gallery figure {
    min-width: 0;
    margin: 0;
}

.rdoc-phone-proof-panel,
.rdoc-phone-proof-upload-card,
.rdoc-phone-revision-panel {
    margin-top: 22px;
}

.rdoc-phone-proof-status {
    flex: 0 0 auto;
    padding: 8px 11px;
    border: 1px solid #e5c878;
    border-radius: 999px;
    color: #805d00;
    background: #fff7d8;
    font-size: 12px;
    font-weight: 800;
}

.rdoc-phone-proof-request-form,
.rdoc-phone-proof-upload-card {
    display: grid;
    gap: 14px;
}

.rdoc-phone-proof-request-form fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.rdoc-phone-proof-request-form legend {
    margin-bottom: 9px;
    color: #273747;
    font-size: 13px;
    font-weight: 800;
}

.rdoc-phone-proof-checks,
.rdoc-phone-proof-upload-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.rdoc-phone-proof-checks label,
.rdoc-phone-proof-upload-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 8px;
    min-width: 0;
    padding: 12px;
    border: 1px solid #e2e8ee;
    border-radius: 12px;
    background: #fbfcfd;
}

.rdoc-phone-proof-checks label span,
.rdoc-phone-proof-upload-item strong,
.rdoc-phone-proof-upload-item small,
.rdoc-phone-proof-upload-item em {
    min-width: 0;
    grid-column: 2;
}

.rdoc-phone-proof-upload-item > span {
    grid-row: 1 / span 4;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    background: #9aa8b4;
    font-weight: 900;
}

.rdoc-phone-proof-upload-item.is-uploaded > span {
    background: #1f8b55;
}

.rdoc-phone-proof-upload-item input[type=file] {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    margin-top: 5px;
    font-size: 12px;
}

.rdoc-phone-proof-upload-item em {
    color: #1f8b55;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
}

.rdoc-phone-proof-request-note {
    display: grid;
    gap: 5px;
    padding: 12px 14px;
    border-left: 4px solid #d6a900;
    color: #604b00;
    background: #fff9e5;
    font-size: 13px;
    line-height: 1.5;
}

.rdoc-phone-proof-files {
    padding: 12px;
    border: 1px solid #e1e7ed;
    border-radius: 12px;
    background: #fbfcfd;
}

.rdoc-phone-proof-files ul {
    display: grid;
    gap: 8px;
    margin: 9px 0 0;
    padding: 0;
    list-style: none;
}

.rdoc-phone-proof-files li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
    padding-top: 8px;
    border-top: 1px solid #e8edf1;
}

.rdoc-phone-proof-files li span {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.rdoc-phone-proof-files li small {
    color: #667585;
    overflow-wrap: anywhere;
}

.rdoc-phone-revision-origin {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-bottom: 14px;
    padding: 11px 13px;
    border-left: 4px solid #c8102e;
    color: #334455;
    background: #fff6f7;
}

.rdoc-phone-revision-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.rdoc-phone-revision-table {
    min-width: 820px;
}

.rdoc-phone-revision-table th,
.rdoc-phone-revision-table td {
    vertical-align: top;
}

.rdoc-phone-revision-table tr.is-changed > th {
    border-left: 4px solid #d33a52;
}

.rdoc-phone-revision-value {
    max-width: 260px;
    overflow-wrap: anywhere;
    color: #4a5966;
    line-height: 1.5;
}

.rdoc-phone-revision-value img {
    display: inline-block;
    width: 72px;
    height: 56px;
    margin: 0 4px 4px 0;
    object-fit: cover;
    border-radius: 6px;
}

.rdoc-phone-revision-same,
.rdoc-phone-revision-applied {
    color: #6a7783;
    font-size: 12px;
    font-weight: 700;
}

.rdoc-phone-revision-applied {
    color: #1f8b55;
}

.rdoc-phone-revision-decisions {
    display: grid;
    gap: 10px;
    margin-top: 16px;
    padding-top: 15px;
    border-top: 1px solid #e1e7ed;
}

.rdoc-phone-revision-decisions p {
    margin: 0;
    color: #596977;
    line-height: 1.55;
}

.rdoc-phone-revision-decisions form {
    display: grid;
    gap: 10px;
}

.rdoc-phone-revision-decisions label,
.rdoc-phone-proof-request-form > label {
    display: grid;
    gap: 6px;
    color: #273747;
    font-size: 12px;
    font-weight: 800;
}

.rdoc-phone-revision-decisions textarea,
.rdoc-phone-proof-request-form textarea {
    width: 100%;
    min-width: 0;
}

@media (min-width: 1181px) {
    .rdoc-phone-search {
        grid-template-columns: minmax(0, 1fr) minmax(170px, .38fr) minmax(170px, .3fr) minmax(170px, .34fr) auto;
    }
}

@media (max-width: 900px) {
    .rdoc-phone-feature-head,
    .rdoc-phone-admin-panel-head {
        align-items: start;
        flex-direction: column;
    }

    .rdoc-phone-proof-checks,
    .rdoc-phone-proof-upload-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .rdoc-phone-proof-checks,
    .rdoc-phone-proof-upload-grid {
        grid-template-columns: 1fr;
    }

    .rdoc-phone-proof-files li {
        align-items: stretch;
        flex-direction: column;
    }

    .rdoc-phone-proof-files li .button {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 430px) {
    .rdoc-phone-nav {
        gap: 5px;
    }

    .rdoc-phone-nav a {
        min-height: 36px;
        padding: 7px 10px;
        font-size: 12px;
    }

    .rdoc-phone-card-body,
    .rdoc-phone-form-card,
    .rdoc-phone-detail-card {
        padding: 16px;
    }

    .rdoc-phone-actions .rdoc-btn,
    .rdoc-phone-actions .rdoc-phone-map-link {
        max-width: 100%;
    }

    .rdoc-phone-detail-gallery {
        gap: 7px;
    }
}

/* 1.7.41 — Lista Telefônica ampla no primeiro paint.
 * O Foxiz/Elementor pode colocar o shortcode dentro de uma coluna de 960 px.
 * Este seletor é intencionalmente mais específico que o contêiner genérico do
 * Portal e só afeta o shell da Lista Telefônica. Os ancestrais continuam
 * liberados pelo public-hubs-safe.css; nenhum layout editorial é alterado.
 */
body.rdoc-phone-directory-page .rdoc.rdoc-listing.rdoc-phone-directory,
body.rdoc-phone-directory-page.rdoc-hub-page .rdoc.rdoc-listing.rdoc-phone-directory,
body.rdoc-phone-directory-single .rdoc.rdoc-listing.rdoc-phone-directory,
body.rdoc-phone-directory-single .rdoc.rdoc-phone-directory.rdoc-phone-single {
    width: min(var(--rdoc-content-width, 1600px), calc(100vw - 48px)) !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative !important;
    left: calc(50% - min(var(--rdoc-content-half, 800px), calc(50vw - 24px))) !important;
    right: auto !important;
    transform: none !important;
}

body.rdoc-phone-directory-page .site-content,
body.rdoc-phone-directory-page .content-wrap,
body.rdoc-phone-directory-page .content-inner,
body.rdoc-phone-directory-page .entry-content,
body.rdoc-phone-directory-page .elementor-widget-container {
    overflow-x: visible !important;
}

body.rdoc-phone-directory-page .page-title-wrap,
body.rdoc-phone-directory-page .page-title-holder,
body.rdoc-phone-directory-page .entry-header .page-title,
body.rdoc-phone-directory-page .entry-header .entry-title,
body.rdoc-phone-directory-page .page-header .page-title,
body.rdoc-phone-directory-page .page-header .page-title-wrap,
body.rdoc-phone-directory-page > .page-title,
body.rdoc-phone-directory-page .page-title,
body.rdoc-phone-directory-page .entry-title,
body.rdoc-phone-directory-page .single-header .page-title,
body.rdoc-phone-directory-page .rb-page-title,
body.rdoc-phone-directory-page .s-title.page-title {
    display: none !important;
}

.rdoc-phone-directory {
    position: relative;
}

.rdoc-phone-directory-content {
    min-width: 0;
}

.rdoc-phone-skip-link {
    position: absolute;
    z-index: 20;
    top: 8px;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 10px 14px;
    border-radius: 8px;
    color: #fff !important;
    background: #102b42;
    font-weight: 800;
    text-decoration: none;
}

.rdoc-phone-skip-link:focus {
    left: 10px;
    width: auto;
    height: auto;
    overflow: visible;
    outline: 3px solid #f0b429;
    outline-offset: 2px;
}

.rdoc-phone-live-status {
    grid-column: 1 / -1;
    min-height: 1.25em;
    color: #5f6f7b;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.rdoc-phone-live-status.is-error {
    color: #b42318;
}

[data-rdoc-phone-results][aria-busy="true"] {
    opacity: .62;
    transition: opacity .15s ease;
}

/* Painel administrativo da Lista Telefônica. */
.rdoc-phone-admin {
    width: min(1600px, calc(100% - 20px));
    max-width: 1600px !important;
    min-width: 0;
    margin-right: 20px;
    box-sizing: border-box;
}

.rdoc-phone-admin-title-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.rdoc-phone-admin-kicker {
    display: block;
    margin-bottom: 5px;
    color: #0b5d8b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
}

.rdoc-phone-admin-stats {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    min-width: 0;
    margin: 0 0 16px;
}

.rdoc-phone-admin-stat {
    display: grid;
    gap: 5px;
    min-width: 0;
    padding: 16px;
    border: 1px solid #dfe7ed;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(16, 44, 66, .05);
}

.rdoc-phone-admin-stat span,
.rdoc-phone-admin-stat small {
    color: #667788;
    font-size: 11px;
    line-height: 1.35;
}

.rdoc-phone-admin-stat strong {
    color: #102b42;
    font-size: 28px;
    line-height: 1;
}

.rdoc-phone-admin-stat.is-submitted {
    border-color: #f1d38b;
    background: #fffaf0;
}

.rdoc-phone-admin-stat.is-approved {
    border-color: #b9e4c7;
    background: #f3fbf5;
}

.rdoc-phone-admin-stat.is-rejected {
    border-color: #efc3c9;
    background: #fff6f7;
}

.rdoc-phone-admin-stat.is-claims {
    border-color: #cbd9f4;
    background: #f6f8ff;
}

.rdoc-phone-admin-toolbar {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto auto;
    gap: 9px;
    align-items: end;
    min-width: 0;
    margin: 0 0 12px;
}

.rdoc-phone-admin-toolbar label {
    display: grid;
    gap: 5px;
    min-width: 0;
    color: #344054;
    font-size: 11px;
    font-weight: 800;
}

.rdoc-phone-admin-toolbar input {
    width: 100%;
    min-height: 38px;
    min-width: 0;
}

.rdoc-phone-admin .rdoc-phone-admin-list-panel {
    overflow: visible !important;
}

.rdoc-phone-admin-table {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    table-layout: fixed;
}

.rdoc-phone-admin-table th,
.rdoc-phone-admin-table td {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.rdoc-phone-admin-table th:nth-child(1) { width: 18%; }
.rdoc-phone-admin-table th:nth-child(2) { width: 12%; }
.rdoc-phone-admin-table th:nth-child(3) { width: 12%; }
.rdoc-phone-admin-table th:nth-child(4) { width: 14%; }
.rdoc-phone-admin-table th:nth-child(5) { width: 17%; }
.rdoc-phone-admin-table th:nth-child(6) { width: 10%; }
.rdoc-phone-admin-table th:nth-child(7) { width: 9%; }
.rdoc-phone-admin-table th:nth-child(8) { width: 18%; }

.rdoc-phone-admin-result-count {
    flex: 0 0 auto;
    color: #667788;
    font-size: 12px;
    font-weight: 800;
}

.rdoc-phone-admin-next {
    border-left: 4px solid #0b5d8b;
    background: #f5f9fc;
}

.rdoc-phone-admin-next strong {
    color: #0b4a76;
}

.rdoc-phone-admin-guide ol,
.rdoc-phone-admin-setup ul {
    margin-left: 20px;
    color: #526273;
    line-height: 1.65;
}

.rdoc-phone-admin-guide li + li,
.rdoc-phone-admin-setup li + li {
    margin-top: 5px;
}

.rdoc-phone-admin-guide p,
.rdoc-phone-admin-setup p {
    color: #5f6f7b;
    line-height: 1.55;
}

.rdoc-phone-admin-record-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    gap: 10px;
    align-items: stretch;
    min-width: 0;
    margin: 0 0 16px;
    padding: 14px;
    border: 1px solid #dfe7ed;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(16, 44, 66, .04);
}

.rdoc-phone-admin-record-summary > div {
    display: grid;
    align-content: center;
    gap: 4px;
    min-width: 0;
    padding: 8px 10px;
    border-right: 1px solid #edf1f4;
}

.rdoc-phone-admin-record-summary span,
.rdoc-phone-admin-record-summary small {
    color: #667788;
    font-size: 10.5px;
    line-height: 1.35;
}

.rdoc-phone-admin-record-summary strong {
    color: #142d43;
    overflow-wrap: anywhere;
}

.rdoc-phone-admin-record-summary .button {
    align-self: center;
    white-space: nowrap;
}

.rdoc-phone-claims {
    overflow: visible !important;
}

.rdoc-phone-claim {
    display: grid;
    gap: 8px;
    min-width: 0;
    margin-top: 10px;
    padding: 14px;
    border: 1px solid #dfe7ed;
    border-radius: 13px;
    background: #fbfcfd;
}

.rdoc-phone-claim.is-pending {
    border-color: #f1d38b;
    background: #fffaf0;
}

.rdoc-phone-claim-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
}

.rdoc-phone-claim-head > div {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.rdoc-phone-claim-head small {
    color: #667788;
    overflow-wrap: anywhere;
}

.rdoc-phone-claim p {
    margin: 0;
    color: #526273;
    font-size: 12px;
    line-height: 1.55;
}

.rdoc-phone-claim-review-form {
    display: grid;
    gap: 9px;
    margin-top: 4px;
    padding-top: 10px;
    border-top: 1px solid #eadfbf;
}

.rdoc-phone-claim-review-form label {
    display: grid;
    gap: 5px;
    color: #344054;
    font-size: 11px;
    font-weight: 800;
}

.rdoc-phone-claim-review-form textarea {
    width: 100%;
    min-width: 0;
}

.rdoc-phone-claim-review-form > div {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

@media (max-width: 1180px) {
    .rdoc-phone-admin-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .rdoc-phone-admin-record-summary {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .rdoc-phone-admin-record-summary .button {
        grid-column: 1 / -1;
        justify-self: start;
    }
}

@media (max-width: 782px) {
    body.rdoc-phone-directory-page .rdoc.rdoc-listing.rdoc-phone-directory,
    body.rdoc-phone-directory-page.rdoc-hub-page .rdoc.rdoc-listing.rdoc-phone-directory,
    body.rdoc-phone-directory-single .rdoc.rdoc-listing.rdoc-phone-directory,
    body.rdoc-phone-directory-single .rdoc.rdoc-phone-directory.rdoc-phone-single {
        width: calc(100vw - 20px) !important;
        left: calc(50% - 50vw + 10px) !important;
    }

    .rdoc-phone-admin {
        width: calc(100% - 20px);
        margin-right: 10px;
    }

    .rdoc-phone-admin-title-actions,
    .rdoc-phone-admin-title-actions .button {
        width: 100%;
    }

    .rdoc-phone-admin-title-actions .button {
        justify-content: center;
        text-align: center;
    }

    .rdoc-phone-admin-stats,
    .rdoc-phone-admin-record-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rdoc-phone-admin-toolbar {
        grid-template-columns: 1fr;
    }

    .rdoc-phone-admin-toolbar .button,
    .rdoc-phone-admin-toolbar button {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .rdoc-phone-admin .rdoc-admin-tabs {
        flex-wrap: wrap !important;
        overflow: visible !important;
    }

    .rdoc-phone-admin .rdoc-admin-tabs a {
        white-space: normal;
        flex: 1 1 46%;
        justify-content: space-between;
        text-align: left;
    }

    .rdoc-phone-admin .rdoc-admin-panel {
        padding: 15px;
    }

    .rdoc-phone-admin .rdoc-admin-panel-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .rdoc-phone-admin .rdoc-phone-admin-list-panel {
        padding: 10px;
    }

    .rdoc-phone-admin .rdoc-phone-admin-table,
    .rdoc-phone-admin .rdoc-phone-admin-table thead,
    .rdoc-phone-admin .rdoc-phone-admin-table tbody,
    .rdoc-phone-admin .rdoc-phone-admin-table tr,
    .rdoc-phone-admin .rdoc-phone-admin-table td {
        display: block;
        width: 100%;
    }

    .rdoc-phone-admin .rdoc-phone-admin-table {
        border: 0;
        table-layout: auto;
    }

    .rdoc-phone-admin .rdoc-phone-admin-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        white-space: nowrap;
    }

    .rdoc-phone-admin .rdoc-phone-admin-table tbody tr {
        margin: 0 0 10px;
        padding: 8px 10px;
        border: 1px solid #dfe7ed;
        border-radius: 12px;
        background: #fff;
    }

    .rdoc-phone-admin .rdoc-phone-admin-table tbody td {
        display: grid;
        grid-template-columns: minmax(104px, 36%) minmax(0, 1fr);
        gap: 9px;
        align-items: start;
        min-height: 0;
        padding: 8px 0;
        border: 0;
        border-bottom: 1px solid #edf1f4;
    }

    .rdoc-phone-admin .rdoc-phone-admin-table tbody td:last-child {
        display: block;
        padding-bottom: 2px;
        border-bottom: 0;
    }

    .rdoc-phone-admin .rdoc-phone-admin-table tbody td:not([colspan])::before {
        content: attr(data-label);
        color: #667788;
        font-size: 10px;
        font-weight: 900;
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    .rdoc-phone-admin .rdoc-phone-admin-table tbody td[colspan] {
        display: block;
        border: 0;
    }

    .rdoc-phone-admin .rdoc-record-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-width: 0;
        margin-top: 2px;
    }

    .rdoc-phone-admin .rdoc-record-actions .button,
    .rdoc-phone-admin .rdoc-record-actions form {
        width: 100%;
        min-width: 0;
    }

    .rdoc-phone-admin .rdoc-record-actions form .button {
        width: 100%;
    }

    .rdoc-phone-admin-record-summary .button {
        grid-column: 1 / -1;
        justify-self: stretch;
        text-align: center;
    }

    .rdoc-phone-claim-head {
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    .rdoc-phone-admin-stats,
    .rdoc-phone-admin-record-summary {
        grid-template-columns: 1fr;
    }

    .rdoc-phone-admin .rdoc-phone-admin-table tbody td {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .rdoc-phone-admin .rdoc-phone-admin-table tbody td:not([colspan])::before {
        font-size: 9px;
    }

    .rdoc-phone-admin .rdoc-record-actions {
        grid-template-columns: 1fr;
    }

    .rdoc-phone-claim-review-form > div,
    .rdoc-phone-claim-review-form > div .button {
        width: 100%;
    }
}

/* 1.7.42 — contato copiável, capa proporcional e reivindicação visível. */
.rdoc-phone-claim-link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 34px;
    margin-top: auto;
    padding: 7px 10px;
    border: 1px solid #cbd9e4;
    border-radius: 8px;
    color: #0b5d8b;
    background: #f5f9fc;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
}

.rdoc-phone-claim-link:hover,
.rdoc-phone-claim-link:focus-visible {
    border-color: #0b5d8b;
    color: #073c5b;
    background: #eaf4fa;
    text-decoration: underline;
}

.rdoc-phone-number {
    display: inline-flex;
    align-items: center;
    flex: 1 1 220px;
    gap: 5px;
    min-width: min(100%, 220px);
    max-width: 100%;
    color: #344054;
    font-size: 12px;
    line-height: 1.35;
}

.rdoc-phone-number strong {
    flex: 0 0 auto;
    color: #182632;
}

.rdoc-phone-number-value {
    min-width: 0;
    overflow-wrap: anywhere;
    color: #344054;
    user-select: all;
}

.rdoc-phone-copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 27px;
    padding: 4px 7px;
    border: 1px solid #cbd9e4;
    border-radius: 7px;
    color: #0b5d8b;
    background: #f5f9fc;
    font: inherit;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
}

.rdoc-phone-copy:hover,
.rdoc-phone-copy:focus-visible {
    border-color: #0b5d8b;
    color: #073c5b;
    background: #eaf4fa;
    outline: 3px solid rgba(11, 93, 139, .14);
    outline-offset: 1px;
}

.rdoc-phone-detail-media {
    display: grid;
    place-items: center;
    min-width: 0;
    overflow: hidden;
    background: #eef2f4;
}

.rdoc-phone-detail-media .rdoc-phone-cover-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: min(clamp(220px, 42vw, 620px), 70vh);
    min-height: 220px;
    overflow: hidden;
    color: inherit;
    background: #eef2f4;
    cursor: zoom-in;
    text-decoration: none;
}

.rdoc-phone-detail-media .rdoc-phone-cover-link img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
    object-fit: contain;
    object-position: center;
}

.rdoc-phone-detail-media .rdoc-phone-cover-link:focus-visible {
    outline: 4px solid #f0b429;
    outline-offset: -4px;
}

.rdoc-phone-detail-media > .rdoc-phone-cover-empty {
    min-height: 220px;
}

.rdoc-phone-lightbox[hidden] {
    display: none !important;
}

.rdoc-phone-lightbox {
    position: fixed;
    z-index: 1000000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(11, 26, 39, .88);
}

.rdoc-phone-lightbox-dialog {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(1200px, 96vw);
    height: min(90vh, 900px);
    min-width: 0;
    min-height: 0;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 16px;
    background: rgba(0, 0, 0, .28);
}

.rdoc-phone-lightbox-dialog img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.rdoc-phone-lightbox-close {
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, .55);
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
}

.rdoc-phone-lightbox-close:focus-visible {
    outline: 3px solid #f0b429;
    outline-offset: 2px;
}

html.rdoc-phone-lightbox-open {
    overflow: hidden;
}

@media (max-width: 760px) {
    .rdoc-phone-number {
        flex-basis: 100%;
    }

    .rdoc-phone-detail-media .rdoc-phone-cover-link {
        height: min(62vw, 70vh);
        min-height: 220px;
    }

    .rdoc-phone-lightbox {
        padding: 8px;
    }

    .rdoc-phone-lightbox-dialog {
        width: 100%;
        height: min(92vh, 760px);
        padding: 12px;
        border-radius: 12px;
    }
}
