/* ==========================================================================
   SKYSTONE - PÁGINA INFORMAÇÕES V30.1
   Estiliza diretamente o HTML vindo do Editor de Páginas.
   Área central: 535px.
   ========================================================================== */

body.template-skystone .info-page-card {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-sizing: border-box;
}

body.template-skystone .info-page-heading {
    margin: 0 0 15px;
    padding: 0 0 13px;
    border-bottom: 1px solid #dcebed;
}

body.template-skystone .info-page-heading > span {
    display: block;
    margin: 0 0 6px;
    color: #73a6b5;
    font-size: 6px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.25px;
}

body.template-skystone .info-page-heading > h1 {
    margin: 0;
    color: #075f78;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.05;
}

body.template-skystone .info-page-content {
    width: 100%;
    padding: 0;
    color: #537b88;
    font-size: 7px;
    line-height: 1.35;
    box-sizing: border-box;
}

body.template-skystone .server-info-editor {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ==========================================================================
   TABELAS DO EDITOR
   ========================================================================== */

body.template-skystone .server-info-editor .server-info-table {
    display: table;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    border-collapse: separate;
    border-spacing: 6px;
    table-layout: fixed;
    background: transparent;
}

body.template-skystone .server-info-editor .server-info-table tbody {
    display: table-row-group;
}

body.template-skystone .server-info-editor .server-info-table tr {
    display: table-row;
}

body.template-skystone .server-info-editor .server-info-table td {
    width: 33.333%;
    min-width: 0;
    height: 47px;
    padding: 8px 9px;
    border: 1px solid #d6e7ea;
    background: #f9fcfd;
    color: #71939e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 6.2px;
    line-height: 1.25;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
    overflow-wrap: break-word;
}

body.template-skystone .server-info-editor .server-info-table td strong {
    display: block;
    margin-top: 4px;
    color: #075f78;
    font-size: 8px;
    font-weight: 700;
    line-height: 1.15;
}

/* Primeiro quadro: dados gerais */
body.template-skystone
.server-info-editor
> .server-info-table:first-child td {
    background: linear-gradient(
        180deg,
        #fbfefe 0%,
        #f1f9fb 100%
    );
}

/* ==========================================================================
   TÍTULOS DAS SEÇÕES
   ========================================================================== */

body.template-skystone .server-info-section-title {
    min-height: 32px;
    display: flex;
    align-items: center;
    margin: 13px 0 7px;
    padding: 0 10px;
    border-left: 2px solid #35b7cf;
    background: #eef8fa;
    color: #075f78;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
}

/* ==========================================================================
   INFORMAÇÕES DO SERVIDOR
   ========================================================================== */

body.template-skystone
.server-info-section-title
+ .server-info-table td {
    height: 44px;
}

/* ==========================================================================
   COMANDOS DO JOGO
   Última tabela do HTML do editor.
   ========================================================================== */

body.template-skystone
.server-info-editor
.server-info-section-title:last-of-type
+ .server-info-table td {
    height: 58px;
    padding: 8px 9px;
    background: #fbfefe;
    color: #628692;
    font-size: 6px;
    line-height: 1.3;
    vertical-align: top;
}

body.template-skystone
.server-info-editor
.server-info-section-title:last-of-type
+ .server-info-table td strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 30px;
    margin: 0 4px 5px 0;
    padding: 4px 6px;
    border: 1px solid #b9dce3;
    background: #e9f8fa;
    color: #067795;
    font-size: 7px;
    line-height: 1;
}

/* ==========================================================================
   VIP SUMMARY
   Mantém compatibilidade com o HTML dinâmico retornado pela API.
   ========================================================================== */

body.template-skystone .server-info-editor .server-vip-summary,
body.template-skystone .server-info-editor .vip-summary,
body.template-skystone .server-info-editor .info-vip-summary {
    width: 100%;
    margin: 10px 0;
    box-sizing: border-box;
}

body.template-skystone .server-info-api-error {
    margin: 8px 0;
    padding: 9px 10px;
    border: 1px solid #efd1d4;
    background: #fff7f7;
    color: #b6535c;
    font-size: 6.3px;
    line-height: 1.35;
}

/* ==========================================================================
   NEUTRALIZAÇÃO DE ESTILOS ANTIGOS DO EDITOR / INFO-PAGE.CSS
   ========================================================================== */

body.template-skystone .info-page-content table,
body.template-skystone .info-page-content tbody,
body.template-skystone .info-page-content tr,
body.template-skystone .info-page-content td {
    float: none;
    max-width: none;
}

body.template-skystone .info-page-content table {
    white-space: normal;
}

body.template-skystone .info-page-content p {
    margin: 0 0 8px;
}

body.template-skystone .info-page-content a {
    color: #087e9e;
}

body.template-skystone .info-page-content img {
    max-width: 100%;
    height: auto;
}

/* ==========================================================================
   RESPONSIVO
   ========================================================================== */

@media (max-width: 620px) {
    body.template-skystone .server-info-editor .server-info-table,
    body.template-skystone .server-info-editor .server-info-table tbody,
    body.template-skystone .server-info-editor .server-info-table tr,
    body.template-skystone .server-info-editor .server-info-table td {
        display: block;
        width: 100%;
    }

    body.template-skystone .server-info-editor .server-info-table {
        border-spacing: 0;
    }

    body.template-skystone .server-info-editor .server-info-table td {
        height: auto;
        min-height: 46px;
        margin-bottom: 6px;
    }

    body.template-skystone .info-page-heading > h1 {
        font-size: 19px;
    }
}
