/**
 * Postdoctoral Fellowships card accents (category 232).
 * Okabe–Ito orange (#E69F00) — colour-blind friendly; not neon violet.
 * Skeleton from open-position-cards.css.
 */

.post-item.post-item--institute-postdocs {
    border-top: 3px solid var(--vacancy-postdocs-accent, #E69F00);
}

.post-item.post-item--institute-postdocs .post-thumbnail.op-card-logo {
    background: linear-gradient(
        135deg,
        var(--vacancy-postdocs-accent-dark, #B87D00) 0%,
        var(--vacancy-postdocs-accent, #E69F00) 55%,
        var(--vacancy-postdocs-accent-mid, #F0B429) 100%
    ) !important;
}

.post-item.post-item--institute-postdocs .op-card-title a {
    color: var(--vacancy-postdocs-title, #9A6B00) !important;
}

.post-item.post-item--institute-postdocs:hover .op-card-title a,
.post-item.post-item--institute-postdocs.visible:hover .op-card-title a {
    color: var(--vacancy-postdocs-accent-dark, #B87D00) !important;
}

.post-item.post-item--institute-postdocs .op-pill--status {
    background: var(--vacancy-postdocs-accent-soft, #FBF0D4);
    color: var(--vacancy-postdocs-accent-dark, #B87D00);
}

.post-item.post-item--institute-postdocs .op-card-university {
    color: var(--vacancy-postdocs-accent-dark, #B87D00);
}

.post-item.post-item--institute-postdocs .read-more-btn {
    background: linear-gradient(
        135deg,
        var(--vacancy-postdocs-accent, #E69F00) 0%,
        var(--vacancy-postdocs-accent-dark, #B87D00) 100%
    ) !important;
}

.post-item.post-item--institute-postdocs .read-more-btn:hover {
    background: linear-gradient(
        135deg,
        var(--vacancy-postdocs-accent-dark, #B87D00) 0%,
        #8F6200 100%
    ) !important;
}

.post-item.post-item--institute-postdocs:hover,
.post-item.post-item--institute-postdocs.visible:hover {
    box-shadow: 0 10px 24px rgba(230, 159, 0, 0.22);
}
