.ucok-bio-infobox { float: right; width: 320px; margin: 0 0 20px 24px; background: #f8fafc; border: 1px solid #cbd5e1; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.04); font-family: inherit; box-sizing: border-box; }
.ucok-bio-header { background: #f1f5f9; padding: 16px 16px 0; text-align: center; border-bottom: 1px solid #e2e8f0; }
.ucok-bio-title { margin: 0 0 16px 0 !important; font-size: 1.4rem; font-weight: 800; color: #0f172a; line-height: 1.2; }
.ucok-bio-photo { margin: 0 -16px; }
.ucok-bio-photo img { display: block; width: 100%; height: auto; object-fit: cover; max-height: 400px; border-radius: 0; }
.ucok-bio-table { width: 100%; border-collapse: collapse; margin: 0 !important; font-size: 0.95rem; }
.ucok-bio-table tr { border-bottom: 1px solid #e2e8f0; }
.ucok-bio-table tr:last-child { border-bottom: none; }
.ucok-bio-table th { text-align: left; padding: 12px 16px; background: #f8fafc; color: #475569; font-weight: 600; width: 35%; vertical-align: top; border: none; }
.ucok-bio-table td { padding: 12px 16px; color: #0f172a; font-weight: 500; background: #fff; border: none; line-height: 1.5; }
.ucok-bio-table a { color: #0a58ca; text-decoration: none; font-weight: 600; }
.ucok-bio-table a:hover { text-decoration: underline; }
@media (max-width: 782px) { .ucok-bio-infobox { float: none; width: 100%; margin: 0 0 24px 0; } }