/* =========================================================
   EDITORIAL TEAM LIST
   ========================================================= */

.editorial-list {
    width: 100%;
    margin: 0;
    padding: 0;
}

.editorial-list ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.editorial-list li,
.editorial-list .editorial-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 105px;
    margin: 0;
    padding: 1rem 0 1.25rem 0;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}


/* =========================================================
   EDITORIAL GROUPS AND HEADINGS
   ========================================================= */

#editorial-groups {
    width: 100%;
    margin: 0;
    padding: 0;
}

#editorial-groups .group {
    width: 100%;
    margin: 0 0 1.5rem 0;
    padding: 0;
}

#editorial-groups .group h2 {
    margin: 1.5rem 0 0.8rem 0 !important;
    padding: 0 !important;
    font-weight: 700;
    line-height: 1.3;
}

#editorial-groups .group:first-child h2 {
    margin-top: 0 !important;
}


/* =========================================================
   EDITORIAL CONTENT
   ========================================================= */

.team-content {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 0.25rem 1.5rem 0.25rem 0;
    font-size: 12pt;
    line-height: 1.4;
    box-sizing: border-box;
}

.editor-name {
    margin: 0 0 0.45rem 0 !important;
    padding: 0 !important;
    font-size: 12pt;
    font-weight: 700;
    line-height: 1.35;
    color: #333333;
}

.designation {
    margin: 0 0 0.25rem 0 !important;
    padding: 0 !important;
    font-size: 0.88rem;
    line-height: 1.4;
    color: #555555;
}


/* =========================================================
   AFFILIATION AND PROFILE INFORMATION
   ========================================================= */

.team-aff {
    width: 100%;
    margin: 0;
    padding: 0;
}

.team-aff p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.88rem;
    line-height: 1.4;
    color: #555555;
}

.team-aff strong {
    font-weight: 700;
    color: #333333;
}

.team-aff a {
    text-decoration: none;
}


/* =========================================================
   ACADEMIC PROFILE
   ========================================================= */

.team-aff .academic-profile {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: wrap;
    column-gap: 6px;
    row-gap: 5px;
    width: 100%;
    margin: 0.2rem 0 0 0 !important;
    padding: 0 !important;
    line-height: 1.2;
}

.team-aff .academic-profile strong {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    margin: 0 2px 0 0;
    padding: 0;
    white-space: nowrap;
    line-height: 18px;
}

.team-aff .academic-profile a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 18px;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    vertical-align: middle;
}

.team-aff .academic-profile a img,
.team-aff .academic-profile img,
.team-aff .academic-profile .ico-label {
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    object-fit: contain;
    vertical-align: middle;
}

.team-aff .academic-profile br {
    display: none !important;
}


/* =========================================================
   AUTOMATIC ACADEMIC PROFILE ALIGNMENT
   ========================================================= */

.team-aff p:has(.ico-label) {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: wrap;
    column-gap: 6px;
    row-gap: 5px;
    width: 100%;
    margin: 0.2rem 0 0 0 !important;
    padding: 0 !important;
    line-height: 1.2;
}

.team-aff p:has(.ico-label) strong {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    margin: 0 2px 0 0;
    padding: 0;
    white-space: nowrap;
    line-height: 18px;
}

.team-aff p:has(.ico-label) a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 18px;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    vertical-align: middle;
}

.team-aff p:has(.ico-label) a img,
.team-aff p:has(.ico-label) img {
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    object-fit: contain;
    vertical-align: middle;
}

.team-aff p:has(.ico-label) br {
    display: none !important;
}


/* =========================================================
   ACADEMIC PROFILE ICONS
   ========================================================= */

.ico-label {
    display: inline-block;
    width: 18px;
    height: 18px;
    max-width: 18px;
    max-height: 18px;
    margin: 0;
    padding: 0;
    border: 0;
    object-fit: contain;
    vertical-align: middle;
    transition: transform 0.2s ease;
}

.team-aff a:hover .ico-label,
.team-aff a:focus .ico-label {
    transform: scale(1.1);
}


/* =========================================================
   PROFILE IMAGE
   ========================================================= */

.img-profile {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    flex: 0 0 74px;
    width: 74px;
    height: 74px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #dddddd;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #ffffff;
}

.img-profile img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    object-fit: cover;
    object-position: center;
}


/* =========================================================
   TABLET RESPONSIVE DESIGN
   ========================================================= */

@media screen and (max-width: 768px) {

    .editorial-list li,
    .editorial-list .editorial-item {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        min-height: 100px;
        padding: 1rem 0 1.15rem 0;
        text-align: left;
    }

    .team-content {
        width: auto;
        margin: 0;
        padding: 0.25rem 1rem 0.25rem 0;
        text-align: left;
    }

    .team-aff .academic-profile,
    .team-aff p:has(.ico-label) {
        justify-content: flex-start !important;
    }

    .img-profile {
        flex: 0 0 68px;
        width: 68px;
        height: 68px;
        margin: 0;
    }

    #editorial-groups .group h2 {
        margin-top: 1.25rem !important;
    }
}


/* =========================================================
   SMALL MOBILE DEVICES
   ========================================================= */

@media screen and (max-width: 480px) {

    .editorial-list li,
    .editorial-list .editorial-item {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        min-height: auto;
        padding: 1rem 0 1.25rem 0;
        text-align: center;
    }

    .team-content {
        width: 100%;
        margin: 0.65rem 0 0 0;
        padding: 0;
        text-align: center;
    }

    .editor-name {
        margin-bottom: 0.35rem !important;
        font-size: 11.5pt;
    }

    .designation,
    .team-aff p {
        font-size: 0.82rem;
    }

    .team-aff .academic-profile,
    .team-aff p:has(.ico-label) {
        justify-content: center !important;
        column-gap: 5px;
        row-gap: 5px;
    }

    .team-aff .academic-profile a,
    .team-aff p:has(.ico-label) a {
        width: 18px !important;
        height: 18px !important;
    }

    .ico-label,
    .team-aff .academic-profile img,
    .team-aff p:has(.ico-label) img {
        width: 18px !important;
        height: 18px !important;
    }

    .img-profile {
        flex: 0 0 64px;
        width: 64px;
        height: 64px;
    }

    #editorial-groups .group {
        margin-bottom: 1.25rem;
    }

    #editorial-groups .group h2 {
        margin: 1.25rem 0 0.75rem 0 !important;
    }
}

/* =========================================================
   CUSTOM PAGE CONTENT
   ========================================================= */

.custom-page-content {
    width: 100%;
    margin: 0;
    padding: 0.5rem 1.5rem 2rem 1.5rem;
    box-sizing: border-box;
    color: #222222;
    font-size: 1rem;
    line-height: 1.65;
}


/* =========================================================
   CUSTOM PAGE HEADINGS
   ========================================================= */

.custom-page-content h1,
.custom-page-content h2,
.custom-page-content h3,
.custom-page-content h4,
.custom-page-content h5,
.custom-page-content h6 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    color: #202020;
    line-height: 1.35;
}

.custom-page-content h1 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 1.65rem;
}

.custom-page-content h2 {
    margin-top: 1.75rem;
    margin-bottom: 1rem;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.4rem;
}

.custom-page-content h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
}

.custom-page-content h4 {
    margin-top: 1.25rem;
    margin-bottom: 0.65rem;
    font-size: 1rem;
}


/* =========================================================
   CUSTOM PAGE PARAGRAPHS
   ========================================================= */

.custom-page-content p {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 0;
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.65;
    overflow-wrap: break-word;
    hyphens: auto;
}

.custom-page-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   CUSTOM PAGE STRONG TEXT
   ========================================================= */

.custom-page-content strong {
    font-weight: 700;
    color: #202020;
}


/* =========================================================
   CUSTOM PAGE LISTS
   ========================================================= */

.custom-page-content ul,
.custom-page-content ol {
    margin: 0.75rem 0 1.25rem 1.5rem;
    padding: 0;
}

.custom-page-content li {
    margin-bottom: 0.5rem;
    padding-left: 0.25rem;
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.6;
}


/* =========================================================
   CUSTOM PAGE LINKS
   ========================================================= */

.custom-page-content a {
    text-decoration: none;
    overflow-wrap: anywhere;
}

.custom-page-content a:hover,
.custom-page-content a:focus {
    text-decoration: underline;
}


/* =========================================================
   CUSTOM PAGE IMAGES
   ========================================================= */

.custom-page-content img {
    max-width: 100%;
    height: auto;
}


/* =========================================================
   CUSTOM PAGE TABLES
   ========================================================= */

.custom-page-content table {
    width: 100%;
    margin: 1rem 0;
    border-collapse: collapse;
}

.custom-page-content th,
.custom-page-content td {
    padding: 0.65rem 0.75rem;
    border: 1px solid #dddddd;
    text-align: left;
    vertical-align: top;
}


/* =========================================================
   TABLET RESPONSIVE DESIGN
   ========================================================= */

@media screen and (max-width: 768px) {

    .custom-page-content {
        padding: 0.5rem 1rem 1.75rem 1rem;
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .custom-page-content p,
    .custom-page-content li {
        line-height: 1.6;
    }

    .custom-page-content h1 {
        font-size: 1.45rem;
    }

    .custom-page-content h2 {
        font-size: 1.25rem;
    }
}


/* =========================================================
   SMALL MOBILE DEVICES
   ========================================================= */

@media screen and (max-width: 480px) {

    .custom-page-content {
        padding: 0.25rem 0.75rem 1.5rem 0.75rem;
        font-size: 0.9rem;
    }

    .custom-page-content p,
    .custom-page-content li {
        text-align: left;
        hyphens: none;
    }

    .custom-page-content h1 {
        margin-bottom: 1.15rem;
        font-size: 1.3rem;
    }

    .custom-page-content h2 {
        margin-top: 1.4rem;
        font-size: 1.15rem;
    }

    .custom-page-content h3 {
        font-size: 1rem;
    }
}

/* =========================================================
   SMALLER FONT FOR CUSTOM PAGES
   ========================================================= */

.custom-page-content {
    font-size: 0.9rem;
    line-height: 1.55;
}

.custom-page-content h1 {
    font-size: 1.4rem;
    line-height: 1.3;
}

.custom-page-content h2 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-size: 1.2rem;
    line-height: 1.3;
}

.custom-page-content h3 {
    margin-top: 1.25rem;
    margin-bottom: 0.6rem;
    font-size: 1rem;
    line-height: 1.35;
}

.custom-page-content h4 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    line-height: 1.35;
}

.custom-page-content p {
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
    line-height: 1.55;
}

.custom-page-content ul,
.custom-page-content ol {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.custom-page-content li {
    margin-bottom: 0.35rem;
    font-size: 0.9rem;
    line-height: 1.5;
}

.custom-page-content strong {
    font-size: inherit;
}


/* Tablet */
@media screen and (max-width: 768px) {

    .custom-page-content {
        font-size: 0.88rem;
    }

    .custom-page-content h1 {
        font-size: 1.3rem;
    }

    .custom-page-content h2 {
        font-size: 1.15rem;
    }

    .custom-page-content h3 {
        font-size: 0.98rem;
    }

    .custom-page-content p,
    .custom-page-content li {
        font-size: 0.88rem;
        line-height: 1.5;
    }
}


/* Mobile */
@media screen and (max-width: 480px) {

    .custom-page-content {
        font-size: 0.84rem;
        line-height: 1.5;
    }

    .custom-page-content h1 {
        font-size: 1.2rem;
    }

    .custom-page-content h2 {
        font-size: 1.08rem;
    }

    .custom-page-content h3 {
        font-size: 0.94rem;
    }

    .custom-page-content h4 {
        font-size: 0.9rem;
    }

    .custom-page-content p,
    .custom-page-content li {
        font-size: 0.84rem;
        line-height: 1.5;
    }
}

div[style*="position:fixed"][style*="bottom:0"][style*="right:0"][style*="border:1px solid #dfddfd"] {
    display: none !important;
}