header {
    background: #004080;
    color: #fff;
    text-align: center;
}

main {
    padding: 20px;
}

footer {
    background: #004080;
}

.titulo {
    color: #fff;
    font-size: 28px;
    margin: 0 auto;
    text-align: center;
}

.container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
}

.card {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

#tempTitle {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.status {
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
}

.low {
    color: blue;
}

.ideal {
    color: green;
}

.high {
    color: red;
}

#tempMedia {
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
    color: #333;
}

#mediaValor {
    color: #4CAF50;
}

.alert {
    margin-top: 10px;
    font-weight: 700;
    color: red;
}

.navbar {
    background: #004080;
    border-bottom: 3px solid #a3cfda;
}

.menu-e-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.logo img {
    width: 120px;
    height: auto;
    border-radius: 10%;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 6px 0 0 0;
}

.nav-links li a {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
}

.nav-links li a:hover {
    background: #86dafc;
}

.media-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 12px;
    margin: 10px 0;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    gap: 12px;
}

.media-icon {
    font-size: 28px;
    margin-right: 12px;
}

.media-info strong {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.media-value {
    font-size: 18px;
    font-weight: 700;
}

.media-value.safe {
    color: #28a745;
}

.media-value.warning {
    color: #ffc107;
}

.media-value.danger {
    color: #dc3545;
}

.media-card.safe {
    border-left: 5px solid #28a745;
}

.media-card.warning {
    border-left: 5px solid #ffc107;
}

.media-card.danger {
    border-left: 5px solid #dc3545;
}

.loading-spinner {
    display: none;
    text-align: center;
    padding: 10px;
    font-weight: 700;
    color: #333;
    background: #f0f0f0;
    border-radius: 8px;
    margin: 10px auto;
    width: 250px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    animation: pulse 1s infinite;
}

.titulo_mon_10reg {
    font-weight: 70px;
    font-size: 18px;
    text-align: center;
    color: #333;
    background: #f4f4f4;
    padding: 10px 10px 0 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.titulo_mon_10reg span {
    color: #21626b;
}

.info {
    display: inline-block;
    margin-right: 3ch;
}

.card-a {
    width: 250px;
    padding: 20px;
    margin: 20px;
    background: #fff;
    justify-content: space-between;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: .3s;
    font-family: Arial, sans-serif;
}

.card-a:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.titulo_dados {
    font-size: 2rem;
    color: #333;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.card-a-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card-a-content p {
    margin: 0;
    font-size: 1rem;
    color: #555;
}

.card-a-content p strong {
    color: #2c3e50;
}

.card-footer {
    margin-top: 20px;
    text-align: center;
    font-size: .9rem;
    color: #7f8c8d;
}

.data-row {
    display: flex;
    justify-content: space-between;
}

.value {
    font-weight: 700;
    color: #e74c3c;
}

.label {
    font-weight: 400;
    color: #3498db;
    font-size: 20px;
}

.resumo-dashboard {
    width: 100%;
    background: #f9f9f9;
    padding: 20px;
    margin-top: 20px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.resumo-dashboard h3 {
    text-align: center;
    margin-bottom: 15px;
}

#resumoContentor {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.card-resumo {
    background: #fff;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    display: flex;
}

.card-resumo .card_v1-sismo {
    grid-column: 1 / -1;
    grid-row: 4;
    width: 56%;
    justify-self: center;
    overflow: visible;
    height: auto;
    min-height: 90px;
}

.card-resumo .titulo_mon_10reg {
    grid-column: 1 / -1;
    margin: 0 0 8px;
    font-size: 1.1rem;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#botaoPDF {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 998;
    padding: 12px 18px;
    background: #2b84b8;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    transition: background .3s ease;
    width: 100px;
}

#botaoPDF:hover {
    background: #93d7e0;
}

.menu-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 20px;
    cursor: pointer;
}

.menu-icon span {
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: .3s;
}

.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-icon.active span:nth-child(2) {
    opacity: 0;
}

.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.info-box {
    background: #fff8dc;
    border: 2px solid #c5a73a;
    border-radius: 8px;
    padding: 10px 15px 15px 30px;
    font-size: 16px;
    color: #5c4c00;
    margin: 20px 0 10px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.botao-dashboard {
    background: #2a4786;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: background .3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
}

.botao-dashboard:hover {
    background: #2a6db9;
}

.button-group {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    justify-content: center;
}

.button-group a {
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    transition: background .3s ease;
}

.btn-resumo {
    background: #4CAF50;
}

.btn-resumo:hover {
    background: #3e8e41;
}

.btn-leitura {
    background: #2196F3;
}

.btn-leitura:hover {
    background: #0b7dda;
}

.btn-sismica {
    background: #f44336;
}

.btn-sismica:hover {
    background: #d32f2f;
}

#btnTopo {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    width: 60px;
    height: 60px;
    background: #3835ca;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 28px;
    cursor: pointer;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    transition: background .3s ease, transform .2s ease;
}

#btnTopo:hover {
    background: #89b4d6;
    transform: scale(1.1);
}

.card_v1-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 30px;
}


.card_v2-grid {
    display: flex;
    gap: 20px;
    padding: 30px;
}

.card_v3-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 30px;
}

.card_v1 {
    position: relative;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 10px;
    text-align: center;
    transition: transform .2s ease;
}

.card_v1:hover {
    transform: scale(1.02);
}

.card_v1-tag {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: .4rem 1.2rem;
    border-radius: 999px;
    font-size: .85rem;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.card_v1-value {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}

.card_v1-tag-temp {
    background: #ff6b6b;
}

.card_v1-tag-hum {
    background: #1d7ad1;
}

.card_v1-tag-part {
    background: #8d877a;
}

.card_v1-tag-gas {
    background: #48dbfb;
}

.card_v1-tag-lux {
    background: #fde616;
}

.card_v1-tag-press {
    background: #107e3a;
}

.card_v1-tag-sismo {
    background: #c627db;
}

.card_v1-temp {
    background: #ffeaea;
}

.card_v1-hum {
    background: #e8fcf8;
    padding: 10px;
}

.card_v1-part {
    background: #fffbe8;
}

.card_v1-gas {
    background: #eaf7ff;
}

.card_v1-lux {
    background: #fff6e6;
}

.card_v1-press {
    background: #f4f6f7;
}

.card_v1-sismo {
    background: #e7bff3;
    max-width: 100%;
    overflow: visible;
    height: auto !important;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.card_v1-sismo {
    grid-column: 1 / -1;
    justify-self: center;
    width: 50%;
}

.tabela-centro {
    margin: 0 auto;
    border-collapse: collapse;
    text-align: center;
}

.tabela-centro td {
    border: 1px solid #a9bbba;
    padding: 4px 6px;
}

.card_v1-hum .tabela-centro td:first-child {
    background: #b9f5e3;
}

.section-bar {
    background: #c2d5ec;
    text-align: center;
    border: 6px solid #004080;
    padding: 1rem;
    margin: 2rem 0 1rem;
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    border-radius: 2rem;
    box-shadow: 0 2px 6px rgba(38, 85, 173, 0.377);
}

.col-salas {
    padding: 0 10px 10px;
    border: 2px solid #f3eef0;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
}

.resumo-ambiente {
    max-width: 600px;
    margin-top: 30px;
    padding: 20px;
    background: #f5f5f5;
    border: 2px solid #cdd3d8;
    border-radius: 10px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.estado-box {
    text-align: center;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
    color: #0f0f0f;
}

.estado-box.ok {
    background: #2e7d32;
    color: whitesmoke;
}

.estado-box.alerta {
    background: #f9a825;
    color: whitesmoke;
}

.estado-box.critico {
    background: #c62828;
    color: whitesmoke;
}

.diff-zone {
    background: #fffbe2;
    border-radius: 14px;
    padding: 12px 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .06) inset;
}

.diff-title {
    font-size: 18px;
    text-align: center;
    margin: 6px 0 12px;
}

.diff-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.diff-card {
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 14px;
    padding: 10px 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    transition: border-color .2s, box-shadow .2s, transform .1s;
}

.diff-card:hover {
    transform: translateY(-1px);
}

.diff-card__tag {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-bottom: 6px;
    border-bottom: 1px dashed rgba(0, 0, 0, .08);
    font-weight: 700;
}

.status-badge {
    font-size: 11px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 999px;
    white-space: nowrap;
    background: #e5e7eb;
    color: #111827;
}

.diff-card__value {
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    margin-top: 8px;
    letter-spacing: .2px;
}

.diff-card.is-ok {
    border-color: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, .15) inset;
}

.diff-card.is-ok .status-badge {
    background: #22c55e;
    color: #0b1320;
}

.diff-card.is-warn {
    border-color: #f59f00;
    box-shadow: 0 0 0 3px rgba(245, 159, 0, .15) inset;
}

.diff-card.is-warn .status-badge {
    background: #f59f00;
    color: #111;
}

.diff-card.is-crit {
    border-color: #d72e2e;
    box-shadow: 0 0 0 3px rgba(215, 46, 46, .15) inset;
}

.diff-card.is-crit .status-badge {
    background: #d72e2e;
    color: #fff;
}

.diff-card__value .signed.diff-pos {
    color: #d72e2e;
    font-weight: 900;
}

.diff-card__value .signed.diff-neg {
    color: #2563eb;
    font-weight: 900;
}

.diff-card__value .signed.diff-zero {
    color: #111;
    opacity: .85;
    font-weight: 900;
}

.charco-hero {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 16px;
    align-items: center;
    margin: 12px 0 8px;
}

.charco-hero img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    object-fit: cover;
    aspect-ratio: 16/9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}

.charco-hero .about {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}

.kpi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
}

.section-barCharco {
    font-weight: 800;
    font-size: 22px;
    margin: 18px 0 10px;
    padding: 8px 14px;
    border-radius: 12px;
    background: #e9efff;
    border: 1px solid #cfe0ff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
}

.estado-boxCharco {
    margin-top: 8px;
    padding: 12px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
}

.charco-wrap {
    display: grid;
    grid-template-columns: 1.15fr 1.85fr;
    gap: 18px;
    align-items: start;
}

.charco-panel {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}

.charco-photo {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    aspect-ratio: 16/9;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
    margin-bottom: 12px;
}

.charco-kpis {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 16px;
}

.kpi {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}

.kpi__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.kpi__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 14px;
    background: #eef2ff;
    color: #1f2937;
    border: 1px solid #dbe1ff;
}

.kpi__status {
    font-size: 12px;
    font-weight: 800;
    padding: 4px 8px;
    border-radius: 10px;
    background: #e5e7eb;
    color: #111827;
}

.kpi__status.ok {
    background: #22c55e;
    color: #0b1320;
}

.kpi__status.warn {
    background: #f59f00;
    color: #111;
}

.kpi__status.crit {
    background: #d72e2e;
    color: #fff;
}

.kpi__body {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    padding: 10px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px dashed #e5e7eb;
}

.kpi__value {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .2px;
}

.kpi__hint {
    margin-top: 8px;
    font-size: 12px;
    color: #6b7280;
    line-height: 1.45;
}

.kpi--temp .kpi__tag {
    background: #ffe8ea;
    border-color: #ffd5da;
    color: #7f1d1d;
}

.kpi--hum .kpi__tag {
    background: #e6f7f3;
    border-color: #c7efe6;
    color: #065f46;
}

.kpi--lux .kpi__tag {
    background: #fff7d6;
    border-color: #ffecad;
    color: #7a5d00;
}

.kpi--gas .kpi__tag {
    background: #e7f4ff;
    border-color: #cfe9ff;
    color: #0b4f71;
}

.kpi--part .kpi__tag {
    background: #fdf6e9;
    border-color: #fae7c7;
    color: #5b523d;
}

.btn-aluno {
    display: inline-block;
    background: linear-gradient(135deg, #1e89d1, #3bbfa6);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 10px;
    transition: all .2s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.btn-aluno:hover {
    background: linear-gradient(135deg, #007acc, #2ab39b);
    transform: scale(1.05);
}

#map {
    width: 100%;
    height: 400px;
    max-height: 60vh;
    border-radius: 12px;
    overflow: hidden;
}

.chart-container,
.grafico-container,
#chart-area,
#chartContainer {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

canvas,
canvas#myChart,
canvas.chartjs-render-monitor {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

@media (max-width:768px) {
    .card-resumo .card_v1-grid {
        grid-template-columns: 1fr;
    }

    .card-resumo .titulo_mon_10reg {
        white-space: normal;
    }

    .card-resumo .card_v1-sismo {
        width: 100%;
        grid-row: auto;
    }

    .container {
        display: block;
        padding: 10px;
    }

    .logo img {
        max-width: 72px;
    }

    .card,
    .card-resumo,
    .card-sismo,
    .card-body,
    .sismo-table-container,
    .sismo-table,
    .card_v1,
    .card_v1-temp,
    .card_v1-hum,
    .card_v1-part,
    .card_v1-gas,
    .card_v1-lux,
    .card_v1-press,
    .card_v1-sismo {
        width: 100% !important;
        max-width: 100% !important;
    }

    .card_v1-grid,
    .card_v2-grid,
    .card_v3-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        padding: 12px !important;
    }

    .card_v1-tag {
        top: -10px;
        font-size: .75rem !important;
        max-width: 90%;
        white-space: nowrap;
    }

    .tabela-centro td {
        padding: 6px 8px;
    }

    .button-group {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .button-group a,
    .btn-resumo,
    .btn-leitura,
    .btn-sismica {
        width: 100%;
        text-align: center;
        font-size: 15px;
        padding: 10px;
    }

    #btnTopo,
    #botaoPDF {
        width: 50px;
        height: 50px;
        font-size: 14px;
        padding: 10px 14px;
    }

    .resumo-dashboard {
        width: 100%;
        max-width: 100%;
        padding: 10px;
        box-shadow: none;
    }

    .estado-box {
        font-size: 16px;
        padding: 8px;
    }

    .charco-hero {
        grid-template-columns: 1fr;
    }

    #map {
        width: auto;
        height: auto;
    }
}

.card-resumo {
    background: #fff;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    display: block;
}

.card-resumo .titulo_mon_10reg {
    grid-column: 1 / -1;
    margin: 0 0 12px;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-resumo .card_v1-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 18px;
    padding: 0;
}

.card-resumo .card_v1-sismo {
    grid-column: 1 / -1;
    justify-self: center;
    width: 55%;
    min-height: 90px;
    overflow: visible;
}

@media (max-width: 768px) {
    .card-resumo .card_v1-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .card-resumo .titulo_mon_10reg {
        white-space: normal;
    }

    .card-resumo .card_v1-sismo {
        width: 100%;
    }
}

.card-resumo .card_v1-sismo {
    grid-column: 1 / 2;
    justify-self: start;
    width: 100%;
    min-height: 90px;
    overflow: visible;
    text-align: left;
    padding-left: 20px;
}

@media (max-width: 768px) {
    .card-resumo .card_v1-sismo {
        grid-column: 1 / -1;
        justify-self: center;
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
}

.sismo-estado-box {
    width: 100%;
    margin: 8px auto 4px;
    padding: 6px 4px;
    border-radius: 8px;
    background: #22c55e;
    text-align: center;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sismo-estado-texto {
    margin: 0;
    font-weight: 700;
    font-size: 32px !important;
    color: #000;
}

.sismo-estado-box.alerta {
    background: #facc15;
}

.sismo-estado-box.critico {
    background: #ef4444;
    color: #fff;
}

.sismo-estado-box.critico .sismo-estado-texto {
    color: #fff;
}

.sismo-table-container .card_v1-sismo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 14px 12px 10px;
}

.sismo-table-container .card_v1-sismo .card_v1-value {
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    margin: 6px 0 6px;

}

.sismo-table-container .sismo-estado-box {

    font-weight: 700;
    text-align: center;
}

.sismo-table-container .card_v1-sismo .card-info {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}

.sismo-richter-global {
    margin-top: 12px;
    padding: 6px 10px;
    text-align: center;
    font-size: 14px;
    background-color: #fff8e1;
    border-radius: 8px;
    border: 1px solid #f0c36d;
}