* { margin: 0; padding: 0; box-sizing: border-box; font-size: 16px; line-height: 1.5; } .row.flx { flex-wrap: wrap; } img { max-width: 100%; } ul { list-style: none; } a { text-decoration: none; } h1, h2, h3, h4, h5, h6 { margin: 20px 0; } header.major.sec-t-head h2 { text-align: center; } .row.flx { display: flex; align-items: self-start; } .sec-t-box { width: 45%; margin: 15px; } section.box a.sec-t-featurimg img { width: 100%; } .screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .aligncenter { display: block; margin-left: auto; margin-right: auto; } .alignleft { float: left; margin-right: 15px; /* Adjust as needed */ } .alignright { float: right; margin-left: 15px; /* Adjust as needed */ } .bypostauthor { /* Your styling rules for content authored by the post author */ background-color: #f0f0f0; /* Example background color */ padding: 10px; border: 1px solid #ccc; } .gallery-caption { /* Your styling rules for gallery captions */ font-style: italic; margin-top: 10px; text-align: center; } /* .sticky class */ .sticky { background-color: #ffffcc; /* Example background color for sticky posts */ padding: 10px; margin-bottom: 20px; } /* .wp-caption-text class */ .wp-caption-text { font-style: italic; margin-top: 5px; text-align: center; } /* .wp-caption class */ .wp-caption { /* Your styling rules for image captions */ border: 1px solid #ddd; padding: 5px; margin-bottom: 20px; }