/* AMS papers list styles */
.ams-paper-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #e2e4e7;}
.ams-paper-row.editing{background:#f6fbff;border-left:4px solid #2271b1;padding-left:8px;}
.ams-paper-info .ams-title{font-weight:600;}
.ams-paper-info .ams-authors,.ams-paper-info .ams-abstract-snippet,.ams-paper-info .ams-keywords{font-size:13px;color:#666;margin-top:2px;}
.ams-file-link a{text-decoration:none;}
.ams-paper-actions .button{margin-left:8px;}