.shortcut__card-wrapper{height:116px;position:relative;width:100%}.shortcut__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:var(--card-padding-size);border-radius:var(--card-border-radius-large);row-gap:12px;-webkit-box-shadow:var(--shadow4);box-shadow:var(--shadow4);background-color:var(--neutral-background-1);color:var(--colorNeutralForeground1);position:relative}.shortcut__card:hover{-webkit-transition:height 3s ease;transition:height 3s ease;color:var(--colorNeutralForeground1Hover);-webkit-box-shadow:var(--shadow8);box-shadow:var(--shadow8);background-color:var(--neutral-background-1-hover);z-index:1}.shortcut__card:hover .shortcut__card-content{display:block}.shortcut__card .shortcut__card-header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;height:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shortcut__card .shortcut__card-header .shortcut__card-header-img{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:40px;height:40px;margin-right:12px}.shortcut__card .shortcut__card-header .shortcut__card-header-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.shortcut__card .shortcut__card-header .shortcut__card-header-title .shortcut__card-header-title-text{display:inline;overflow:visible;text-align:start;white-space:normal;text-overflow:clip;color:currentcolor;font-family:var(--font-family-base);font-size:var(--font-size-base-300);line-height:var(--line-height-base-300);font-weight:var(--font-weight-semibold)}.shortcut__card .shortcut__card-content{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow-x:hidden;overflow-y:hidden;text-overflow:ellipsis;white-space:normal;line-height:16px;min-height:32px;font-size:12px}.shortcut-type .shortcut-type-title[data-v-ea32b49a]{padding-left:.5rem;font-size:20px;color:#333;margin-bottom:10px;font-family:var(--font-family-base)}.shortcut__grid[data-v-ea32b49a]{display:grid;grid-template-columns:repeat(auto-fill,minmax(284.333px,1fr));-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;row-gap:20px;position:relative}.shortcut-content .shortcut-content-title[data-v-f4e9d18e]{padding-left:.5rem;font-size:20px;color:#333;margin-bottom:10px}.shortcut-content .shortcut-content-type[data-v-f4e9d18e]{margin-top:1rem}.shortcut-content .shortcut-content-type[data-v-f4e9d18e]:first-child{margin-top:-5px}