/* === CONTÊINER GERAL === */
.faacz-jic-accordion {
    width: 100%;
}

/* === BLOCO POR ANO === */
.faacz-jic-group {
    background: #e9f4fb;
    border-radius: 14px;
    margin-bottom: 16px;
    overflow: hidden;
}

/* === HEADER (ANO) === */
.faacz-jic-header {
    all: unset;
    display: flex;
    justify-content: space-between;
    align-items: left;
    padding: 20px;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
	color: #292929;
}

.faacz-jic-icon {
    font-size: 22px;
    font-weight: 400;
	float: right;
}

/* === CONTEÚDO === */
.faacz-jic-content {
    display: none;
    padding:  30px;
}

/* === LISTA === */
.faacz-jic-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* === ITEM === */
.faacz-jic-entry {
    margin-bottom: 22px;
}

/* === LINK DO TRABALHO === */
.faacz-jic-link {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-decoration: none;
    color: #0a0a0a;
}

/* === ÍCONE PDF === */
.faacz-jic-file-icon {
    margin-top: 2px;
    flex-shrink: 0;
}

/* === TÍTULO === */
.faacz-jic-title {
    font-weight: 500;
    line-height: 1.45;
	color: #292929;
}

/* === AUTOR === */
.faacz-jic-author {
    margin: 4px 0 0 28px;
    font-size: 14px;
    color: #5f6b76;
    line-height: 1.4;
}
/* ===============================
   FAACZ JIC – Mobile Adjustments
   =============================== */
@media (max-width: 768px) {

    .faacz-jic-accordion
    .faacz-jic-header span {
        font-size: 18px !important;
        line-height: 1.3;
    }

}
@media (max-width: 480px) {

    .faacz-jic-accordion
    .faacz-jic-header span {
        font-size: 16px !important;
    }

}

