/**
 * SwitchROMs Pro - Additional Custom Styles
 */

/* WordPress Alignment */
.alignleft { float: left; margin: 0 20px 15px 0; }
.alignright { float: right; margin: 0 0 15px 20px; }
.aligncenter { display: block; margin: 15px auto; }

/* Screen Reader Text */
.screen-reader-text {
    border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%);
    height: 1px; margin: -1px; overflow: hidden; padding: 0;
    position: absolute; width: 1px; word-wrap: normal !important;
}

/* WordPress Caption */
.wp-caption { max-width: 100%; margin-bottom: 15px; }
.wp-caption-text { text-align: center; font-size: 0.85rem; color: var(--text-muted); padding: 4px 0; }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: 10px; margin-bottom: 20px; }
.gallery-item { margin: 0; }
.gallery-item img { border-radius: var(--radius-sm); }

/* Scrollbar for horizontal scrollers */
.related-scroll, .screenshots-scroll {
    scrollbar-width: thin;
    scrollbar-color: var(--border) transparent;
}
