.fc3m-cc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;align-items:start;width:100%;margin:24px 0}@media (max-width:640px){.fc3m-cc-grid{grid-template-columns:1fr}}.fc3m-cc{width:100%;background:#fff;border-radius:24px;overflow:hidden;font-family:inherit}.fc3m-cc__header{padding:32px 24px 28px;text-align:center}.fc3m-cc__avatar{width:80px;height:80px;margin:0 auto 14px;border-radius:22px;background:#fff;color:#1a1a1a;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;letter-spacing:1px;overflow:hidden}.fc3m-cc__name{margin:0 !important;font-size:24px;line-height:1.2;font-weight:800;color:#fff}.fc3m-cc__role{margin:2px 0 0 !important;font-size:15px;line-height:1.2;color:#ffd21e;font-weight:500}.fc3m-cc__body{padding:24px;background:#f5f5f7;display:flex;flex-direction:column;gap:10px}.fc3m-cc__row{display:flex;align-items:center;gap:12px;margin:0 !important;color:#1a1a1a !important;line-height:1.2;text-decoration:none !important;box-shadow:none !important}.fc3m-cc__row:hover,.fc3m-cc__row:focus,.fc3m-cc__row:visited{color:#1a1a1a !important;text-decoration:none !important}.fc3m-cc__row:hover .fc3m-cc__text,.fc3m-cc__row:hover .fc3m-cc__icon{color:#1a1a1a}.fc3m-cc__icon{flex:0 0 auto;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#1a1a1a}.fc3m-cc__icon svg{width:18px;height:18px;display:block}.fc3m-cc__text{margin:0 !important;font-size:16px;line-height:1.2;font-weight:500;color:#1a1a1a;word-break:break-word}