/* =========================================================
   ISHAOC TRANSPARÊNCIA
   ========================================================= */

.ishaoc-transparencia {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 10px 20px 60px;
    box-sizing: border-box;
    color: #263238;
    font-family: inherit;
}

/* =========================================================
   CABEÇALHO
   ========================================================= */

.ishaoc-transparencia-header {
    margin-bottom: 28px;
}

.ishaoc-transparencia-header h2 {
    margin: 0;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    color: #17333b;
    position: relative;
    padding-bottom: 14px;
}

.ishaoc-transparencia-header h2::after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    margin-top: 12px;
    background: #0099a8;
    border-radius: 10px;
}

/* =========================================================
   PESQUISA
   ========================================================= */

.ishaoc-transparencia-search {
    position: relative;
    margin: 0 0 26px;
}

.ishaoc-transparencia-search::before {
    content: "⌕";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-52%);
    color: #7b8b90;
    font-size: 22px;
    pointer-events: none;
}

.ishaoc-transparencia-search-input {
    width: 100%;
    max-width: 620px;
    height: 48px;

    padding: 0 18px 0 46px;
    box-sizing: border-box;

    border: 1px solid #d9e5e6;
    border-radius: 10px;

    background: #ffffff;
    color: #263238;

    font-family: inherit;
    font-size: 15px;

    outline: none;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.ishaoc-transparencia-search-input:focus {
    border-color: #0099a8;
    box-shadow: 0 0 0 3px rgba(0, 153, 168, 0.08);
}

.ishaoc-transparencia-search-input::placeholder {
    color: #8a999d;
}

/* =========================================================
   SEÇÕES
   ========================================================= */

.ishaoc-transparencia-section {
    background: #ffffff;
    border: 1px solid #e3ebec;
    border-radius: 12px;
    margin-bottom: 14px;
    overflow: hidden;

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.035);

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.ishaoc-transparencia-section:hover {
    border-color: #d5e3e4;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

/* =========================================================
   CABEÇALHO RECOLHÍVEL
   ========================================================= */

.ishaoc-transparencia-section-toggle {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 16px;

    padding: 18px 22px;

    border: 0;

    background: #ffffff;

    color: #17333b;

    font-family: inherit;
    font-size: 18px;
    font-weight: 600;

    text-align: left;

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.ishaoc-transparencia-section-toggle:hover {
    background: #f7fbfb;
    color: #008b99;
}

.ishaoc-transparencia-section-title {
    flex: 1;
}

/* =========================================================
   ÍCONE + / -
   ========================================================= */

.ishaoc-transparencia-section-icon {
    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #c9dfe1;
    border-radius: 50%;

    background: #f7fbfb;
    color: #008b99;

    font-size: 20px;
    font-weight: 400;
    line-height: 1;

    flex-shrink: 0;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease;
}

.ishaoc-transparencia-section-toggle:hover
.ishaoc-transparencia-section-icon {
    background: #eaf7f8;
    border-color: #0099a8;
}

/* =========================================================
   DESCRIÇÃO
   ========================================================= */

.ishaoc-transparencia-section-description {
    padding: 0 22px 16px;

    color: #6d7d82;
    font-size: 14px;
    line-height: 1.5;

    background: #ffffff;
}

.ishaoc-transparencia-section-description p {
    margin: 0;
}

/* =========================================================
   DOCUMENTOS
   ========================================================= */

.ishaoc-transparencia-documents {
    width: 100%;
}

.ishaoc-transparencia-documents[hidden] {
    display: none !important;
}

/* =========================================================
   ITEM DO DOCUMENTO
   ========================================================= */

.ishaoc-transparencia-document {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 14px 22px;

    border-top: 1px solid #edf2f2;

    transition:
        background-color 0.2s ease;
}

.ishaoc-transparencia-document:hover {
    background: #f8fbfb;
}

.ishaoc-transparencia-document:last-child {
    border-bottom: none;
}

/* =========================================================
   INFORMAÇÕES
   ========================================================= */

.ishaoc-document-info {
    display: flex;
    align-items: center;

    gap: 14px;

    min-width: 0;
    flex: 1;
}

.ishaoc-document-code {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 52px;
    height: 32px;

    padding: 0 9px;

    box-sizing: border-box;

    background: #e8f6f7;
    color: #008b99;

    border-radius: 6px;

    font-size: 12px;
    font-weight: 700;
    line-height: 1;

    flex-shrink: 0;
}

.ishaoc-document-title {
    color: #35464b;

    font-size: 15px;
    font-weight: 500;

    line-height: 1.4;

    overflow-wrap: anywhere;
}

/* =========================================================
   BOTÃO PDF
   ========================================================= */

.ishaoc-document-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 118px;
    height: 36px;

    padding: 0 15px;

    box-sizing: border-box;

    background: #0099a8;
    color: #ffffff !important;

    border-radius: 6px;

    font-size: 13px;
    font-weight: 600;
    line-height: 1;

    text-decoration: none !important;

    flex-shrink: 0;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.ishaoc-document-button::before {
    content: "↗";
    margin-right: 7px;
    font-size: 15px;
}

.ishaoc-document-button:hover {
    background: #007f8c;
    color: #ffffff !important;

    transform: translateY(-1px);

    box-shadow:
        0 4px 10px rgba(0, 153, 168, 0.18);
}

/* =========================================================
   PDF INDISPONÍVEL
   ========================================================= */

.ishaoc-document-no-pdf {
    display: inline-flex;
    align-items: center;

    min-height: 32px;
    padding: 0 11px;

    box-sizing: border-box;

    background: #f5f6f6;
    color: #7a8588;

    border-radius: 6px;

    font-size: 12px;

    flex-shrink: 0;
}

/* =========================================================
   ESTADO VAZIO
   ========================================================= */

.ishaoc-transparencia-empty,
.ishaoc-transparencia-no-results {
    padding: 35px 25px;

    background: #f8fbfb;

    border: 1px dashed #c8dddd;
    border-radius: 10px;

    text-align: center;
}

.ishaoc-transparencia-empty p,
.ishaoc-transparencia-no-results p {
    margin: 0;

    color: #718086;
    font-size: 14px;
}

/* =========================================================
   RESPONSIVO
   ========================================================= */

@media (max-width: 768px) {

    .ishaoc-transparencia {
        padding: 5px 15px 45px;
    }

    .ishaoc-transparencia-header {
        margin-bottom: 22px;
    }

    .ishaoc-transparencia-header h2 {
        font-size: 27px;
    }

    .ishaoc-transparencia-section-toggle {
        padding: 17px 18px;
        font-size: 17px;
    }

    .ishaoc-transparencia-section-description {
        padding: 0 18px 14px;
    }

    .ishaoc-transparencia-document {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding: 16px 18px;
    }

    .ishaoc-document-info {
        width: 100%;
    }

    .ishaoc-document-title {
        font-size: 14px;
    }

    .ishaoc-document-button {
        width: 100%;
    }

    .ishaoc-transparencia-search-input {
        max-width: 100%;
    }
}

/* =========================================================
   CELULAR PEQUENO
   ========================================================= */

@media (max-width: 480px) {

    .ishaoc-transparencia-header h2 {
        font-size: 23px;
    }

    .ishaoc-transparencia-section-toggle {
        padding: 15px 16px;
        font-size: 16px;
    }

    .ishaoc-transparencia-section-icon {
        width: 28px;
        height: 28px;
        font-size: 18px;
    }

    .ishaoc-document-info {
        align-items: flex-start;
        gap: 10px;
    }

    .ishaoc-document-code {
        min-width: 46px;
        height: 30px;
        font-size: 11px;
    }

    .ishaoc-document-title {
        font-size: 14px;
    }
}