.ijpsc-authors,
.ijpsc-author-profile,
.ijpsc-article-authors {
    --ijpsc-author-blue: #0c3f6c;
    --ijpsc-author-blue-2: #154f83;
    --ijpsc-author-blue-3: #eaf2f8;
    --ijpsc-author-ink: #12263a;
    --ijpsc-author-muted: #5c6c7b;
    --ijpsc-author-line: #cfdae4;
    --ijpsc-author-soft: #f5f8fb;
    --ijpsc-author-white: #fff;
    box-sizing: border-box;
    clear: both;
    float: none !important;
    position: relative !important;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    color: var(--ijpsc-author-ink);
    font-family: inherit;
}

.ijpsc-authors *,
.ijpsc-author-profile *,
.ijpsc-article-authors * {
    box-sizing: border-box;
}

.ijpsc-author-profile-page .entry-title,
.ijpsc-author-directory-page .entry-title,
.ijpsc-author-profile-page .post-title,
.ijpsc-author-directory-page .post-title {
    display: none !important;
}

.ijpsc-authors a,
.ijpsc-author-profile a,
.ijpsc-article-authors a {
    color: var(--ijpsc-author-blue-2);
    text-decoration: none;
}

.ijpsc-authors a:hover,
.ijpsc-author-profile a:hover,
.ijpsc-article-authors a:hover {
    text-decoration: underline;
}

.ijpsc-authors__header,
.ijpsc-author-profile__hero {
    border: 1px solid var(--ijpsc-author-line);
    background: var(--ijpsc-author-white);
}

.ijpsc-authors__header {
    padding: 22px 24px 18px;
    border-top: 4px solid var(--ijpsc-author-blue);
}

.ijpsc-authors__kicker,
.ijpsc-author-profile__kicker {
    margin: 0 0 5px;
    color: #17639b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.ijpsc-authors__title-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.ijpsc-authors__title-row h1,
.ijpsc-author-profile h1 {
    margin: 0;
    color: var(--ijpsc-author-blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(29px, 3vw, 42px);
    line-height: 1.08;
}

.ijpsc-authors__title-row p {
    max-width: 850px;
    margin: 8px 0 0;
    color: var(--ijpsc-author-muted);
    font-size: 15px;
    line-height: 1.55;
}

.ijpsc-authors__directory-link {
    min-width: 130px;
    padding: 10px 14px;
    border: 1px solid var(--ijpsc-author-line);
    background: var(--ijpsc-author-soft);
    color: var(--ijpsc-author-muted);
    text-align: center;
    font-size: 12px;
}

.ijpsc-authors__directory-link span {
    display: block;
    color: var(--ijpsc-author-blue);
    font-size: 24px;
    font-weight: 700;
}

.ijpsc-authors__stats {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    margin: 12px 0;
}

.ijpsc-authors__stats > div {
    min-height: 80px;
    padding: 14px 12px;
    border: 1px solid var(--ijpsc-author-line);
    background: var(--ijpsc-author-soft);
    text-align: center;
}

.ijpsc-authors__stats strong {
    display: block;
    color: var(--ijpsc-author-blue);
    font-size: 26px;
    line-height: 1;
}

.ijpsc-authors__stats span {
    display: block;
    margin-top: 7px;
    color: var(--ijpsc-author-muted);
    font-size: 12px;
}

.ijpsc-authors__filters {
    display: grid;
    grid-template-columns: minmax(240px, 2fr) repeat(3, minmax(150px, 1fr)) auto;
    gap: 9px;
    align-items: end;
    padding: 14px;
    border: 1px solid var(--ijpsc-author-line);
    background: var(--ijpsc-author-soft);
}

.ijpsc-authors__filters label,
.ijpsc-authors__filters label span {
    display: block;
}

.ijpsc-authors__filters label span {
    margin: 0 0 5px;
    color: #3a4b5a;
    font-size: 11px;
    font-weight: 700;
}

.ijpsc-authors__filters input,
.ijpsc-authors__filters select,
.ijpsc-authors__reset {
    width: 100%;
    min-height: 40px;
    margin: 0;
    padding: 8px 10px;
    border: 1px solid #bccbd8;
    border-radius: 0;
    background: #fff;
    color: #1d2d3c;
    font: inherit;
    font-size: 13px;
}

.ijpsc-authors__reset {
    width: auto;
    min-width: 110px;
    cursor: pointer;
    color: var(--ijpsc-author-blue);
    font-weight: 700;
}

.ijpsc-authors__alphabet {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 12px 0 7px;
}

.ijpsc-authors__alphabet button {
    min-width: 31px;
    min-height: 31px;
    padding: 3px 6px;
    border: 1px solid var(--ijpsc-author-line);
    border-radius: 0;
    background: #fff;
    color: var(--ijpsc-author-blue);
    cursor: pointer;
    font-size: 12px;
}

.ijpsc-authors__alphabet button.is-active,
.ijpsc-authors__alphabet button:hover {
    border-color: var(--ijpsc-author-blue);
    background: var(--ijpsc-author-blue);
    color: #fff;
}

.ijpsc-authors__results {
    margin: 0 0 9px;
    color: var(--ijpsc-author-muted);
    font-size: 12px;
    text-align: right;
}

.ijpsc-authors__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.ijpsc-author-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 205px;
    padding: 12px;
    border: 1px solid var(--ijpsc-author-line);
    border-top: 3px solid #9fb8c9;
    background: #fff;
}

.ijpsc-author-card[hidden] {
    display: none !important;
}

.ijpsc-author-card__identity {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    color: var(--ijpsc-author-ink) !important;
}

.ijpsc-author-card__identity:hover {
    text-decoration: none !important;
}

.ijpsc-author-card__identity img,
.ijpsc-author-card__initials {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 50%;
    object-fit: cover;
}

.ijpsc-author-card__initials {
    background: var(--ijpsc-author-blue);
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
}

.ijpsc-author-card__identity strong {
    display: block;
    color: var(--ijpsc-author-blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.16;
}

.ijpsc-author-card__identity small {
    display: block;
    margin-top: 2px;
    color: var(--ijpsc-author-muted);
    font-size: 10px;
}

.ijpsc-author-card__affiliation {
    min-height: 36px;
    margin: 9px 0 7px;
    color: #263a4c;
    font-size: 11px;
    line-height: 1.32;
}

.ijpsc-author-card__affiliation span {
    display: block;
    margin-top: 2px;
    color: var(--ijpsc-author-muted);
}

.ijpsc-author-card__metrics {
    display: flex;
    gap: 8px;
    padding: 7px 0;
    border-top: 1px solid #e4ebf0;
    border-bottom: 1px solid #e4ebf0;
    color: var(--ijpsc-author-muted);
    font-size: 11px;
}

.ijpsc-author-card__metrics span {
    flex: 1;
}

.ijpsc-author-card__metrics strong {
    color: var(--ijpsc-author-blue);
    font-size: 15px;
}

.ijpsc-author-card__topics,
.ijpsc-author-profile__tags,
.ijpsc-author-profile__topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.ijpsc-author-card__topics {
    margin: 7px 0 8px;
}

.ijpsc-author-card__topics span,
.ijpsc-author-profile__tags span,
.ijpsc-author-profile__topic-list span {
    display: inline-block;
    padding: 4px 7px;
    border: 1px solid #cbd8e2;
    background: #f0f5f9;
    color: var(--ijpsc-author-blue);
    font-size: 9px;
    line-height: 1.2;
}

.ijpsc-author-card__link {
    margin-top: auto;
    padding-top: 7px;
    border-top: 1px solid #e4ebf0;
    font-size: 11px;
    font-weight: 700;
}

.ijpsc-authors__empty {
    margin-top: 12px;
    padding: 20px;
    border: 1px solid var(--ijpsc-author-line);
    background: var(--ijpsc-author-soft);
    text-align: center;
}

.ijpsc-author-profile__breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0 0 12px;
    color: var(--ijpsc-author-muted);
    font-size: 11px;
}

.ijpsc-author-profile__hero {
    padding: 24px;
    border-top: 4px solid var(--ijpsc-author-blue);
}

.ijpsc-author-profile__identity {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 23px;
    align-items: center;
}

.ijpsc-author-profile__photo,
.ijpsc-author-profile__initials {
    display: grid;
    width: 104px;
    height: 104px;
    place-items: center;
    border-radius: 50%;
    object-fit: cover;
}

.ijpsc-author-profile__initials {
    background: linear-gradient(145deg, #1a5b8d, #0c3f6c);
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 36px;
}

.ijpsc-author-profile__status {
    margin: 7px 0 0;
    color: #2f4659;
    font-size: 14px;
}

.ijpsc-author-profile__affiliations {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    margin: 10px 0 0;
    color: #20384c;
    font-size: 13px;
}

.ijpsc-author-profile__affiliations small {
    color: var(--ijpsc-author-muted);
}

.ijpsc-author-profile__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(220px, 1.5fr);
    gap: 0;
    margin-top: 24px;
    border-top: 1px solid var(--ijpsc-author-line);
}

.ijpsc-author-profile__stats > div {
    min-width: 0;
    padding: 15px 14px 0;
    border-right: 1px solid #dfe7ee;
}

.ijpsc-author-profile__stats > div:first-child {
    padding-left: 0;
}

.ijpsc-author-profile__stats > div:last-child {
    border-right: 0;
}

.ijpsc-author-profile__stats span {
    display: block;
    margin-bottom: 5px;
    color: var(--ijpsc-author-muted);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.ijpsc-author-profile__stats strong {
    display: block;
    color: var(--ijpsc-author-blue);
    font-size: 18px;
    line-height: 1.3;
}

.ijpsc-author-profile__areas strong {
    font-size: 13px;
}

.ijpsc-author-profile__layout {
    display: grid !important;
    grid-template-columns: minmax(0, 2.7fr) minmax(260px, .95fr) !important;
    gap: 14px !important;
    align-items: start !important;
    width: 100% !important;
    margin-top: 14px;
}

.ijpsc-author-profile__publications,
.ijpsc-author-profile__card {
    min-width: 0;
    border: 1px solid var(--ijpsc-author-line);
    background: #fff;
}

.ijpsc-author-profile__publications {
    padding: 18px;
}

.ijpsc-author-profile__section-heading h2,
.ijpsc-author-profile__card h2 {
    margin: 0;
    color: var(--ijpsc-author-blue);
    font-family: Georgia, "Times New Roman", serif;
}

.ijpsc-author-profile__section-heading h2 {
    font-size: 19px;
}

.ijpsc-author-profile__publication-table-wrap {
    overflow-x: auto;
    margin-top: 13px;
}

.ijpsc-author-profile__publication-table {
    width: 100% !important;
    min-width: 800px;
    margin: 0 !important;
    border-collapse: collapse !important;
    table-layout: auto !important;
    background: #fff !important;
}

.ijpsc-author-profile__publication-table th,
.ijpsc-author-profile__publication-table td {
    padding: 10px 8px !important;
    border: 0 !important;
    border-bottom: 1px solid #dbe4eb !important;
    background: transparent !important;
    color: #26394a !important;
    text-align: left !important;
    vertical-align: top !important;
    font-size: 11px !important;
    line-height: 1.4 !important;
}

.ijpsc-author-profile__publication-table th {
    color: #405364 !important;
    font-weight: 700 !important;
}

.ijpsc-author-profile__publication-table td:first-child {
    width: 34%;
    font-size: 12px !important;
    font-weight: 600;
}

.ijpsc-author-profile__sidebar {
    display: grid !important;
    float: none !important;
    position: static !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 12px;
}

.ijpsc-author-profile__card {
    padding: 16px;
}

.ijpsc-author-profile__card h2 {
    padding-bottom: 9px;
    border-bottom: 1px solid #dfe7ee;
    font-size: 17px;
}

.ijpsc-author-profile__card p {
    margin: 11px 0 0;
    color: #34495b;
    font-size: 12px;
    line-height: 1.55;
}

.ijpsc-author-profile__external-links {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 13px;
}

.ijpsc-author-profile__external-links a {
    padding: 6px 8px;
    border: 1px solid var(--ijpsc-author-line);
    background: var(--ijpsc-author-soft);
    font-size: 11px;
}

.ijpsc-author-profile__tags {
    margin-top: 12px;
}

.ijpsc-author-profile__coauthors {
    margin: 9px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.ijpsc-author-profile__coauthors li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 !important;
    padding: 7px 0 !important;
    border-bottom: 1px solid #e7edf2;
    font-size: 12px;
}

.ijpsc-author-profile__coauthors li:last-child {
    border-bottom: 0;
}

.ijpsc-author-profile__coauthors span {
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 50%;
    background: #e5eef6;
    color: var(--ijpsc-author-blue);
    font-size: 10px;
    font-weight: 700;
}

.ijpsc-author-profile__directory-card {
    padding: 0;
}

.ijpsc-author-profile__directory-card a,
.ijpsc-author-profile__directory-card a:visited,
.ijpsc-author-profile__directory-card a:focus {
    display: block;
    padding: 13px 16px;
    background: var(--ijpsc-author-blue);
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.ijpsc-author-profile__directory-card a:hover {
    background: #082f52;
    color: #fff !important;
    text-decoration: none;
}

.ijpsc-article-authors {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin: 18px 0;
    padding: 11px 13px;
    border: 1px solid var(--ijpsc-author-line);
    border-left: 4px solid var(--ijpsc-author-blue);
    background: var(--ijpsc-author-soft);
    font-size: 12px;
}

.ijpsc-article-authors > span {
    color: var(--ijpsc-author-blue);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.ijpsc-article-authors a {
    font-weight: 700;
}

@media (max-width: 1320px) {
    .ijpsc-authors__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .ijpsc-authors__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ijpsc-authors__filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ijpsc-authors__search {
        grid-column: 1 / -1;
    }
    .ijpsc-authors__reset {
        width: 100%;
    }
    .ijpsc-author-profile__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ijpsc-author-profile__stats > div {
        padding: 13px;
        border-right: 0;
        border-bottom: 1px solid #e0e7ed;
    }
    .ijpsc-author-profile__stats > div:first-child {
        padding-left: 13px;
    }
    .ijpsc-author-profile__areas {
        grid-column: 1 / -1;
    }
}

@media (max-width: 820px) {
    .ijpsc-authors__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ijpsc-authors__title-row {
        align-items: flex-start;
        flex-direction: column;
    }
    .ijpsc-authors__directory-link {
        width: 100%;
    }
    .ijpsc-author-profile__layout {
        grid-template-columns: 1fr !important;
    }
    .ijpsc-author-profile__sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .ijpsc-author-profile__directory-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    .ijpsc-authors__header,
    .ijpsc-author-profile__hero,
    .ijpsc-author-profile__publications {
        padding: 15px;
    }
    .ijpsc-authors__grid,
    .ijpsc-authors__filters,
    .ijpsc-author-profile__sidebar {
        grid-template-columns: 1fr !important;
    }
    .ijpsc-authors__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ijpsc-author-profile__identity {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 14px;
    }
    .ijpsc-author-profile__photo,
    .ijpsc-author-profile__initials {
        width: 76px;
        height: 76px;
    }
    .ijpsc-author-profile__initials {
        font-size: 27px;
    }
    .ijpsc-author-profile__stats {
        grid-template-columns: 1fr;
    }
    .ijpsc-author-profile__areas {
        grid-column: auto;
    }
    .ijpsc-article-authors {
        grid-template-columns: 1fr;
    }
}


/* Author profile pages use their own structured sidebar. Hide generic theme post metadata
   when it is rendered inside the main entry area. JavaScript also removes theme-specific
   right-column metadata blocks that cannot be targeted reliably across themes. */
body.ijpsc-author-profile-page .entry-meta,
body.ijpsc-author-profile-page .post-meta,
body.ijpsc-author-profile-page .postmetadata,
body.ijpsc-author-profile-page .entry-footer,
body.ijpsc-author-profile-page .author-info,
body.ijpsc-author-profile-page .byline {
    display: none !important;
}

.ijpsc-author-profile__name-note {
    white-space: nowrap;
    font-size: .82em;
    font-weight: 400;
    color: #344f66;
}


/* Theme-generated post metadata is not part of an IJPSC author profile. */
body.ijpsc-author-profile-page [data-ijpsc-theme-hidden="1"] {
    display: none !important;
}

.ijpsc-author-profile__record-meta {
    margin-top: 14px;
    padding: 14px 16px;
    border: 1px solid var(--ijpsc-author-line);
    background: #fff;
    color: #34495a;
    font-size: 12px;
    line-height: 1.45;
}

.ijpsc-author-profile__record-meta h2 {
    margin: 0 0 7px;
    padding: 0 0 7px;
    border-bottom: 1px solid #dfe7ee;
    color: var(--ijpsc-author-blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    line-height: 1.25;
}

.ijpsc-author-profile__record-meta p {
    margin: 0;
    padding: 3px 0;
}

.ijpsc-author-profile__record-meta a {
    font-weight: 600;
}


/* Expanded scholarly profile content */
.ijpsc-author-profile__main {
    display: grid;
    min-width: 0;
    gap: 14px;
}

.ijpsc-author-profile__summary,
.ijpsc-author-profile__latest,
.ijpsc-author-profile__timeline,
.ijpsc-author-profile__affiliation-section,
.ijpsc-author-profile__coauthor-section {
    min-width: 0;
    padding: 18px;
    border: 1px solid var(--ijpsc-author-line);
    background: #fff;
}

.ijpsc-author-profile__summary p,
.ijpsc-author-profile__latest-card > p,
.ijpsc-author-profile__context-note {
    margin: 12px 0 0;
    color: #34495b;
    font-size: 13px;
    line-height: 1.65;
}

.ijpsc-author-profile__internal-links,
.ijpsc-author-profile__latest-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.ijpsc-author-profile__internal-links a,
.ijpsc-author-profile__latest-actions a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid var(--ijpsc-author-line);
    background: var(--ijpsc-author-soft);
    font-size: 11px;
    font-weight: 700;
}

.ijpsc-author-profile__latest-actions .ijpsc-author-profile__primary-button,
.ijpsc-author-profile__latest-actions .ijpsc-author-profile__primary-button:visited,
.ijpsc-author-profile__latest-actions .ijpsc-author-profile__primary-button:focus {
    border-color: var(--ijpsc-author-blue);
    background: var(--ijpsc-author-blue);
    color: #fff !important;
}

.ijpsc-author-profile__latest-actions .ijpsc-author-profile__primary-button:hover {
    background: #082f52;
    color: #fff !important;
    text-decoration: none;
}

.ijpsc-author-profile__latest-card {
    margin-top: 13px;
    padding: 16px;
    border-left: 4px solid var(--ijpsc-author-blue);
    background: var(--ijpsc-author-soft);
}

.ijpsc-author-profile__latest-card h3 {
    margin: 5px 0 0;
    color: var(--ijpsc-author-blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.3;
}

.ijpsc-author-profile__latest-meta {
    color: #607384;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ijpsc-author-profile__latest-authors {
    font-weight: 600;
}

.ijpsc-author-profile__timeline-track {
    display: flex;
    gap: 10px;
    align-items: stretch;
    margin-top: 14px;
    overflow-x: auto;
    padding-bottom: 3px;
}

.ijpsc-author-profile__timeline-year {
    position: relative;
    min-width: 105px;
    padding: 13px 12px 11px;
    border-top: 4px solid var(--ijpsc-author-blue-2);
    background: var(--ijpsc-author-soft);
    text-align: center;
}

.ijpsc-author-profile__timeline-year span,
.ijpsc-author-profile__timeline-year strong,
.ijpsc-author-profile__timeline-year small {
    display: block;
}

.ijpsc-author-profile__timeline-year span {
    color: var(--ijpsc-author-muted);
    font-size: 11px;
    font-weight: 700;
}

.ijpsc-author-profile__timeline-year strong {
    margin-top: 4px;
    color: var(--ijpsc-author-blue);
    font-size: 22px;
}

.ijpsc-author-profile__timeline-year small {
    color: var(--ijpsc-author-muted);
    font-size: 10px;
}

.ijpsc-author-profile__affiliation-grid,
.ijpsc-author-profile__coauthor-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.ijpsc-author-profile__affiliation-grid article,
.ijpsc-author-profile__coauthor-grid article {
    min-width: 0;
    padding: 13px;
    border: 1px solid #dbe4eb;
    background: var(--ijpsc-author-soft);
}

.ijpsc-author-profile__affiliation-grid h3,
.ijpsc-author-profile__coauthor-grid h3,
.ijpsc-author-profile__card h3 {
    margin: 0;
    color: var(--ijpsc-author-blue);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    line-height: 1.35;
}

.ijpsc-author-profile__affiliation-grid p,
.ijpsc-author-profile__coauthor-grid p {
    margin: 5px 0;
    color: var(--ijpsc-author-muted);
    font-size: 11px;
}

.ijpsc-author-profile__affiliation-grid dl {
    display: flex;
    gap: 16px;
    margin: 10px 0;
}

.ijpsc-author-profile__affiliation-grid dl div {
    min-width: 0;
}

.ijpsc-author-profile__affiliation-grid dt,
.ijpsc-author-profile__affiliation-grid dd {
    margin: 0;
}

.ijpsc-author-profile__affiliation-grid dt {
    color: var(--ijpsc-author-muted);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.ijpsc-author-profile__affiliation-grid dd {
    margin-top: 2px;
    color: var(--ijpsc-author-blue);
    font-size: 14px;
    font-weight: 700;
}

.ijpsc-author-profile__context-note {
    margin-top: 8px;
    font-size: 11px;
}

.ijpsc-author-profile__card h3 {
    margin-top: 14px;
    font-size: 13px;
}

.ijpsc-author-profile__record-meta {
    display: grid;
    grid-template-columns: minmax(210px, 1.35fr) repeat(3, minmax(150px, 1fr));
    gap: 0;
    align-items: center;
}

.ijpsc-author-profile__record-meta h2 {
    margin: 0;
    padding: 0 14px 0 0;
    border-bottom: 0;
}

.ijpsc-author-profile__record-meta p {
    min-height: 42px;
    padding: 6px 12px;
    border-left: 1px solid #dfe7ee;
}

.ijpsc-author-profile__record-meta p span {
    display: block;
    color: var(--ijpsc-author-muted);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 1050px) {
    .ijpsc-author-profile__affiliation-grid,
    .ijpsc-author-profile__coauthor-grid {
        grid-template-columns: 1fr;
    }
    .ijpsc-author-profile__record-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .ijpsc-author-profile__record-meta h2 {
        grid-column: 1 / -1;
        padding: 0 0 8px;
        border-bottom: 1px solid #dfe7ee;
    }
    .ijpsc-author-profile__record-meta p {
        border-left: 0;
        border-top: 1px solid #eef2f5;
    }
}

@media (max-width: 620px) {
    .ijpsc-author-profile__summary,
    .ijpsc-author-profile__latest,
    .ijpsc-author-profile__timeline,
    .ijpsc-author-profile__affiliation-section,
    .ijpsc-author-profile__coauthor-section {
        padding: 15px;
    }
    .ijpsc-author-profile__record-meta {
        grid-template-columns: 1fr;
    }
}
