/* Galaxy WooSync — Frontend Styles */

.galaxy-tech-specs {
    font-size: 14px;
    line-height: 1.7;
    color: #333;
}

.galaxy-tech-specs table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
}

.galaxy-tech-specs table th,
.galaxy-tech-specs table td {
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-align: left;
}

.galaxy-tech-specs table th {
    background-color: #f5f5f5;
    font-weight: 600;
}

.galaxy-tech-specs table tr:nth-child(even) td {
    background-color: #fafafa;
}

/* EAN code */
.ean-code {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: #666;
}
