.partner-memo{margin-top:14px;border:1px solid var(--line);background:#fff}.memo-head{display:flex;align-items:center;justify-content:space-between;padding:15px 17px;border-bottom:1px solid var(--line)}.memo-head .eyebrow{margin-bottom:3px}.memo-head h3{margin:0;font-size:17px}.memo-head span{display:grid;place-items:center;min-width:26px;height:26px;padding:0 7px;border-radius:14px;background:#ece9e6;font-size:11px;font-weight:700}.memo-form{display:flex;gap:10px;padding:12px 14px;background:#faf9f8}.memo-form textarea{min-width:0;min-height:62px;flex:1;resize:vertical;border:1px solid #aaa39e;border-radius:3px;padding:9px 10px;font:13px/1.45 inherit}.memo-form .button{align-self:flex-end}.memo-list{margin:0;padding:0;list-style:none}.memo-list li{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 15px;border-top:1px solid #eeeae7}.memo-list li:first-child{border-top:0}.memo-list p{margin:0;white-space:pre-wrap;word-break:break-word}.memo-list small{display:block;margin-top:4px;color:var(--muted);font-size:10px}.memo-list button{border:0;background:transparent;color:var(--muted);font-size:18px;cursor:pointer}.memo-list button:hover{color:var(--red)}.memo-list .memo-empty{color:var(--muted);font-size:12px}@media(max-width:780px){.memo-form{flex-direction:column}.memo-form .button{align-self:stretch}.memo-list li{padding:11px 13px}}
