/* Replace the compact preview with the full presentation while a card is open. */
.experience-public-row{position:relative}
.experience-public-row[open]>summary{position:absolute;z-index:3;top:24px;right:24px;display:block;padding:0;background:transparent}
.experience-public-row[open]>summary img,.experience-public-row[open]>summary span{display:none}
.experience-public-row[open]>summary>b{transform:rotate(45deg);background:rgba(237,246,243,.94);box-shadow:0 8px 24px rgba(0,56,61,.12)}
@media(max-width:850px){.experience-public-row[open]>summary{top:16px;right:16px;padding:0}}
