.ci-profile { display: inline-flex; flex-direction: column; align-items: center; gap: 3px; max-width: 100%; margin-top: 6px; padding: 5px 7px; border: 1px solid #dce2e8; border-radius: 8px; background: #fff; text-decoration: none; color: #334155; }
.ci-profile:hover { border-color: #a51414; box-shadow: 0 2px 6px #00000012; }
.ci-profile:focus-visible { outline: 3px solid #b91c1c; outline-offset: 3px; }
.ci-profile img { display: block; width: 132px; height: auto; }
.ci-profile-label { font-size: 11px; font-weight: 600; line-height: 1.3; }
.ci-profile-label small { display: block; margin-bottom: 2px; color: #64748b; font-size: 8px; letter-spacing: .08em; }
.ci-profile-label strong { font-weight: 600; }
.ci-pending { display: block; margin-top: 5px; color: #64748b; font-size: 11px; font-weight: 400; }
.ci-ranking-advisor { display: flex; align-items: center; gap: 10px; }
.ci-ranking-advisor > [data-ci-advisor]:empty, .ci-ranking-advisor > [data-ci-counter]:empty { display: none; }
.ci-ranking-advisor > span { white-space: nowrap; }
.ci-ranking-advisor .ci-profile { width: 106px; margin: 0; padding: 3px 4px; gap: 2px; flex-shrink: 0; }
.ci-ranking-advisor .ci-profile img { width: 106px; }
.ci-ranking-advisor .ci-profile-label { font-size: 10px; text-align: center; white-space: normal; }
.ci-ranking-advisor .ci-profile-label small { display: none; }
.ci-ranking-advisor .ci-pending { width: 106px; margin: 0; white-space: normal; }
#advisorCultureIndex { margin-bottom: 12px; }
#advisorCultureIndex:empty { display: none; }
#advisorCultureIndex .ci-profile { flex-direction: row; gap: 18px; padding: 10px 14px; }
#advisorCultureIndex .ci-profile img { width: 250px; max-width: 65%; }
#advisorCultureIndex .ci-profile-label { font-size: 16px; }
@media (max-width: 480px) { #advisorCultureIndex .ci-profile { flex-direction: column; gap: 6px; } #advisorCultureIndex .ci-profile img { max-width: 100%; } }
