/*
Theme Name: MajidM July 2026
Theme URI: https://majidm.com/
Version: 2.0
Description: Standalone Majid M website theme (Divi-free)
Author: Majid
Text Domain: majidm-july2026
*/

/* Base reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

.site-main {
  flex: 1;
}

.content-area {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}

.content-area--narrow {
  max-width: 900px;
}

.content-area--wide {
  max-width: 1200px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 768px) {
  .content-area {
    padding: 24px 16px;
  }
}

.entry-content {
  overflow-wrap: break-word;
}

.entry-content table {
  display: block;
  overflow-x: auto;
  max-width: 100%;
}

.entry-content iframe,
.entry-content embed {
  max-width: 100%;
}

.entry-content pre {
  overflow-x: auto;
}
