/*
Theme Name:   Astra Child — MyLaptop
Theme URI:    https://mylaptop.ge
Description:  Astra child theme for MyLaptop.ge. Template overrides and site-specific CSS.
Author:       MyLaptop.ge
Author URI:   https://mylaptop.ge
Template:     astra
Version:      1.0.0
Text Domain:  astra-child
*/

/* =============================================================
   MyLaptop — Site-specific style overrides
   All Astra base styles are inherited via functions.php.
   ============================================================= */

/* ----------------------------------------------------------
   Category intro block (injected by mylaptop-seo-fixes.php)
   ---------------------------------------------------------- */
.mla-category-intro {
    margin: 0 0 1.5em;
    padding: 1em 1.25em;
    background: #f9f9f9;
    border-left: 4px solid #e7a510;
    font-size: 0.95em;
    line-height: 1.7;
    color: #333;
}

/* ----------------------------------------------------------
   Visually-hidden SEO H1 (injected by mylaptop-seo-fixes.php)
   Screen readers and crawlers see this; visual layout is clean.
   ---------------------------------------------------------- */
.mla-seo-h1 {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* ----------------------------------------------------------
   GTIN / MPN product identifier table
   ---------------------------------------------------------- */
.mla-identifier-table {
    width: 100%;
}
.mla-identifier-table th {
    font-weight: 600;
    padding: 0.4em 0.75em 0.4em 0;
    width: 40%;
}
.mla-identifier-table td {
    padding: 0.4em 0;
    font-family: monospace;
    letter-spacing: 0.03em;
}

/* ----------------------------------------------------------
   GTIN/MPN admin meta fields grouping
   ---------------------------------------------------------- */
.mla-identifier-fields {
    border-top: 1px solid #eee;
    padding-top: 12px;
    margin-top: 4px;
}


/* ----------------------------------------------------------
   Breadcrumb & content link underline fix
   Astra sets text-decoration:underline on these by default.
   ---------------------------------------------------------- */
.woocommerce-breadcrumb a,
.ast-breadcrumbs a {
    text-decoration: none !important;
}

.entry-content a {
    text-decoration: none;
}
.entry-content a:hover {
    text-decoration: underline;
}

/* ----------------------------------------------------------
   Focus/active link outline fix (removes square on click)
   ---------------------------------------------------------- */
a:focus,
a:active {
    outline: none;
    box-shadow: none;
}