/*
 * Mokaab Reset CSS
 * Modern, minimal reset بدون وابستگی به Normalize یا Bootstrap
 */

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

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

input, button, textarea, select {
    font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}

ol, ul {
    list-style: none;
}

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

button {
    cursor: pointer;
    background: none;
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    border: none;
    border-top: 1px solid currentColor;
}

/* WordPress Core Classes */
.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;
}

.screen-reader-text:focus {
    position: fixed;
    top: 1rem;
    right: 1rem;
    width: auto;
    height: auto;
    padding: 0.5rem 1rem;
    background: var(--mk-primary, #000);
    color: #fff;
    font-size: 1rem;
    clip: auto;
    z-index: 9999;
}

/* WordPress Alignment Classes */
.alignleft  { float: right; margin-left: 1.5rem; }
.alignright { float: left; margin-right: 1.5rem; }
.aligncenter { display: block; margin-inline: auto; }

@media print {
    *, *::before, *::after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
    }
}
