.my-page-profile{display:flex;align-items:center;gap:11px;padding:13px;border-radius:12px;background:#f6f8fc;margin-bottom:14px}.my-page-profile .member-avatar,.my-page-avatar{width:40px;height:40px;flex:0 0 40px}.my-page-avatar{display:grid;place-items:center;border-radius:50%;background:var(--blue);color:#fff;font-size:19px}.my-page-profile strong,.my-page-profile small{display:block}.my-page-profile small{margin-top:3px;color:var(--muted);font-size:12px}.favorite-create{padding:14px;border:1px solid #dbe7ff;border-radius:12px;background:#f8faff;margin-bottom:18px}.favorite-create h3,.favorite-section-title{margin:0 0 10px;font-size:14px}.favorite-create form{display:grid;grid-template-columns:minmax(120px,.8fr) minmax(160px,1.2fr) auto;gap:8px}.favorite-create input{min-width:0;border:1px solid var(--line);border-radius:9px;padding:10px 11px;font:inherit}.favorite-create button{border:0;border-radius:9px;background:var(--blue);color:#fff;font-weight:700;padding:10px 14px;cursor:pointer}.favorite-create button:disabled{opacity:.55}.favorite-list-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.favorite-library-card .favorite-list-title{font-size:14px;text-align:left}.favorite-library-card .favorite-delete{color:#b42318;font-size:11px}.favorite-default{border-radius:10px;background:#e8eef9;color:#536078;font-size:10px;padding:4px 7px}.favorite-section-title{margin-top:2px}@media(max-width:620px){.favorite-create form{grid-template-columns:1fr}.favorite-create button{width:100%}}
