/* v17: separate link shares from internal team shares and identify shared content. */
.file-storage-prototype .fs-share-mode-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.file-storage-prototype .fs-share-mode-options button{display:grid;gap:7px;min-height:112px;padding:18px;border:1px solid #cfe1e7;border-radius:10px;background:#fff;color:#28495c;text-align:left;cursor:pointer}
.file-storage-prototype .fs-share-mode-options button:hover{border-color:#00966f;background:#f0faf7}
.file-storage-prototype .fs-share-mode-options b{color:#087d5a;font-size:16px}
.file-storage-prototype .fs-share-mode-options small,.file-storage-prototype .fs-share-mode-tip{color:#718897;line-height:1.55}
.file-storage-prototype .fs-share-mode-tip{margin-top:-7px!important;font-size:13px}
.file-storage-prototype .file-storage-row.is-internal-shared:not(:hover):not(.selected){background:#f4fbf8}
.file-storage-prototype .fs-internal-share-badge{flex:0 0 auto;padding:3px 7px;border-radius:10px;background:#e1f5ec;color:#087d5a;font-size:11px;font-style:normal;font-weight:700;line-height:1;white-space:nowrap}
.file-storage-prototype .file-storage-list.is-grid .fs-internal-share-badge{margin-top:-7px}
@media(max-width:620px){.file-storage-prototype .fs-share-mode-options{grid-template-columns:1fr}}
