/*
Theme Name: IG Viewer Theme
Theme URI: https://niazilinks.com
Author: Niazi Links
Author URI: https://niazilinks.com
Description: Instagram Story Viewer & Downloader theme — search, view and download public Instagram stories, reels, photos and highlights without login.
Version: 1.0.0
Text Domain: ig-viewer-theme
*/

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #222;
    background: #fff;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

img, video {
    max-width: 100%;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
