/* =========================================================
   ProductInfoSKU Module Styles
   ========================================================= */

.productinfosku-wrapper{
    display: block;
    margin: 6px 0 8px;
}

.productinfosku-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin: 2px 0;
}

.productinfosku-label{
    font-weight: 600;
    opacity: .9;
}

.productinfosku-value{
    font-weight: 500;
}

/* =========================================================
   AVAILABILITY DOTS
   ========================================================= */
.availability-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}

.avail-5 { background: #28a745; } /* green */
.avail-9 { background: #dc3545; } /* red */
.avail-177 { background: #007bff; } /* blue */
.avail-37 { background: #ff7b00; } /* orange */

.custom-availability {
    margin-top: 5px;
    font-weight: 600;
}


/* Author link from attribute code: suggrafeis
   Blue like Magento/Luma links. Does not change the module layout. */
.productinfosku-author-link,
.productinfosku-author-link:visited,
.productinfosku-publisher-link,
.productinfosku-publisher-link:visited {
    color: #006bb4;
    text-decoration: none;
    cursor: pointer;
}

.productinfosku-author-link:hover,
.productinfosku-author-link:focus,
.productinfosku-publisher-link:hover,
.productinfosku-publisher-link:focus {
    color: #006bb4;
    text-decoration: underline;
}


/* CLICK FIX: κρατάει το author link πάνω από review/gallery overlays και δέχεται κανονικό αριστερό click */
.productinfosku-wrapper,
.productinfosku-row,
.productinfosku-value,
.productinfosku-author,
.productinfosku-publisher {
    position: relative;
    z-index: 50;
    pointer-events: auto;
}

.productinfosku-author-link,
.productinfosku-publisher-link {
    position: relative;
    z-index: 9999;
    pointer-events: auto !important;
    display: inline-block;
}

/* ALIGN FIX: no hidden/empty label before author/publisher/availability rows.
   All rows now start from the same vertical x-position. */
.productinfosku-author-row,
.productinfosku-publisher-row,
.productinfosku-availability-row{
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.productinfosku-author-row .productinfosku-value,
.productinfosku-publisher-row .productinfosku-value,
.productinfosku-availability-row .productinfosku-value{
    margin-left: 0 !important;
    padding-left: 0 !important;
}
