/* Adapted from the frozen member list's drawer and description-grid anatomy.
   Only the supplemental account details use these selectors. */
.created-account-detail{min-width:720px;outline:none;box-shadow:-5px 0 18px rgba(0,0,0,.12)}
.created-account-detail .el-drawer__body{height:100%;overflow:hidden}
.created-account-detail .drawer-layout{display:flex;flex-direction:column;height:100%;background:#fff}
.created-account-detail .drawer-header{display:flex;align-items:center;justify-content:space-between;flex:none;height:68px;padding:0 26px;border-bottom:1px solid #e8ebef}
.created-account-detail .drawer-title-wrap{display:flex;align-items:baseline;gap:14px;min-width:0}
.created-account-detail .drawer-title-wrap h2{margin:0}
.created-account-detail .drawer-title-wrap>span{overflow-wrap:anywhere}
.created-account-detail .drawer-close{flex:none;width:34px;height:34px;padding:0;color:var(--scene-link,#1677d2);font-size:20px;border:0;background:transparent;cursor:pointer}
.created-account-detail .drawer-close:focus-visible{outline:2px solid #1677d2;outline-offset:2px}
.created-account-detail .drawer-body{min-height:0;flex:1;padding:18px 22px 26px;overflow-y:auto;scrollbar-width:thin}
.created-account-detail .description-grid{display:grid;grid-template-columns:110px minmax(0,1fr) 110px minmax(0,1fr);overflow:hidden;border-top:1px solid #e1e9f2;border-left:1px solid #e1e9f2}
.created-account-detail .description-grid>div{min-height:48px;padding:13px 14px;line-height:21px;border-right:1px solid #e1e9f2;border-bottom:1px solid #e1e9f2;box-sizing:border-box;text-align:left}
.created-account-detail .description-label{background:transparent;color:var(--scene-body,#303133);overflow-wrap:anywhere}
.created-account-detail .description-value{min-width:0;color:var(--scene-body,#303133);background:#fff;white-space:pre-wrap;overflow-wrap:anywhere}
.created-account-detail .description-label.is-wide{grid-column:1}
.created-account-detail .description-value.is-wide{grid-column:2/-1}
.created-account-detail .drawer-section{margin-top:14px;border:1px solid #e8ebef;background:#fff}
.created-account-detail .drawer-section h3{height:46px;margin:0;padding:0 16px;line-height:46px;border-bottom:1px solid #e8ebef;background:#fafbfc}
.created-account-detail .section-content{margin:14px}
.created-account-detail .drawer-footer{display:flex;align-items:center;justify-content:flex-end;flex:none;min-height:66px;padding:10px 22px;border-top:1px solid #e4e7eb;background:#fff;box-shadow:0 -3px 10px rgba(28,38,48,.04)}
.created-account-detail .drawer-footer .el-button{height:34px;margin:0;padding:8px 17px;border-radius:0}
@media(max-width:780px){
 .created-account-detail{width:92vw!important;min-width:0}
 .created-account-detail .description-grid{grid-template-columns:96px minmax(0,1fr)}
 .created-account-detail .description-label{grid-column:1}
 .created-account-detail .description-value{grid-column:2}
}
