/* ############## ##
## cjw36 10/15/24 ##
## ############## */

/* Page number read-out for screen readers - Default theme */
.obj_article_summary .meta .pages::before {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    content: "page:";
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
  
/* File type read-out for screen readers - Default theme */
ul.galleys_links a.obj_galley_link::before {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    content: "open as";
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}