.jewelry-specs-container {
    margin-top: 30px;
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
.jewelry-specs-container h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.25rem;
    color: #333;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.jewelry-specs-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}
.jewelry-specs-table th,
.jewelry-specs-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
}
.jewelry-specs-table th {
    width: 40%;
    color: #666;
    font-weight: 600;
    background-color: #fafafa;
}
.jewelry-specs-table td {
    color: #333;
}
.jewelry-specs-table tr:last-child th,
.jewelry-specs-table tr:last-child td {
    border-bottom: none;
}