:is(.zayman-loan-author,.zayman-data-source){display:flex;flex-wrap:wrap;align-items:center;gap:24px;margin:24px 0;padding:24px;background:#fff;border:1px solid #e0e6ee;border-radius:16px;box-sizing:border-box}
:is(.zayman-loan-author,.zayman-data-source) *{box-sizing:border-box}
.zayman-loan-author__main{display:flex;align-items:flex-start;gap:16px;flex:1 1 580px;min-width:0}
.zayman-loan-author__portrait{flex:0 0 64px;display:block}
.zayman-loan-author__portrait img{display:block;width:64px;height:64px;object-fit:cover;border-radius:50%}
.zayman-loan-author__content{min-width:0;flex:1}
.zayman-loan-author__name{font-size:16px;line-height:1.5;font-weight:700;overflow-wrap:anywhere}
:is(.zayman-loan-author,.zayman-data-source) .zayman-loan-author__description{font-size:14px;line-height:1.6;color:#696d7a;margin:4px 0 0;padding:0}
:is(.zayman-loan-author,.zayman-data-source) .zayman-loan-author__action{display:inline-flex;justify-content:center;align-items:center;flex:0 1 auto;max-width:100%;padding:12px 18px;border-radius:10px;background:var(--zayman-base-primary,#3f6ecb);color:#fff;font-size:16px;font-weight:600;line-height:1.5;text-align:center;text-decoration:none}
:is(.zayman-loan-author,.zayman-data-source) .zayman-loan-author__action:hover{background:var(--zayman-base-primary-dark,#3159aa);color:#fff;text-decoration:none}
:is(.zayman-loan-author,.zayman-data-source) a:focus-visible{outline:3px solid var(--zayman-base-primary,#3f6ecb);outline-offset:4px;border-radius:6px}
@media(max-width:640px){:is(.zayman-loan-author,.zayman-data-source) .zayman-loan-author__action{width:100%}}
@media(max-width:480px){:is(.zayman-loan-author,.zayman-data-source){padding:20px;gap:20px}.zayman-loan-author__main{gap:12px}.zayman-loan-author__portrait{flex-basis:56px}.zayman-loan-author__portrait img{width:56px;height:56px}}

.zayman-data-source__icon{display:block;flex:0 0 64px;width:64px;height:64px;object-fit:contain;padding:8px}
@media(max-width:480px){.zayman-data-source__icon{flex-basis:56px;width:56px;height:56px;padding:4px}}
