1.rpbt-post-date {
2 display: block;
3 font-size: smaller;
4}
5
6
7.rpbt-screen-reader-text {
8 border: 0;
9 clip: rect(1px, 1px, 1px, 1px);
10
-webkit-clip-path: inset(50%);
11 clip-path: inset(50%);
12 height: 1px;
13 margin: -1px;
14 overflow: hidden;
15 padding: 0;
16 position: absolute;
17 width: 1px;
18 word-wrap: normal !important; /* many screen reader and browser combinations announce broken words as they would appear visually */
19}