* {
    border-radius: 0px !important;
}

.spec-section {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 16px 40px -24px rgba(5, 10, 20, 0.18);
}

.spec-section-header {
    border-bottom: 1px solid #e5e7eb;
    background:
        linear-gradient(90deg, rgba(59, 130, 246, 0.08) 0%, rgba(255, 255, 255, 0) 22%),
        #fbfdff;
}

.spec-table {
    border-collapse: separate !important;
    border-spacing: 0 10px;
}

.spec-table th {
    @apply text-[10px] uppercase tracking-[0.2em] font-bold text-slate-500 py-4 px-6 text-left border-b border-gray-200 bg-transparent;
}

.spec-table td {
    padding: 1rem 0;
}

.spec-table th:first-child,
.spec-table td:first-child {
    padding-left: 2rem;
    width: 110px;
}

.spec-table th:not(:first-child),
.spec-table td:not(:first-child) {
    padding-left: 1rem;
}

.spec-table th:last-child,
.spec-table td:last-child {
    padding-right: 2rem;
}

.spec-table td:first-child {
    vertical-align: middle;
}

.spec-table tr:hover td {
    @apply bg-slate-50;
}

.spec-table .product-code {
    color: #3b82f6;
}

.doc-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.75rem;
    border: 1px solid #dbe4f0;
    background: #f8fbff;
    color: #334155;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.doc-chip-dark {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.82);
}

.doc-chip .material-symbols-outlined {
    font-size: 16px;
}

.spec-preview {
    width: 90px;
    height: 90px;
    border: 1px solid #dbe4f0;
    background: #f8fafc;
    overflow: hidden;
}

.spec-table tbody tr {
    transition: background-color 0.25s ease;
}

.spec-table tbody tr:not(:first-child) td {
    border-top: 1px solid #e5e7eb;
}

.spec-table tbody td > div,
.spec-table tbody td > span {
    position: relative;
    z-index: 1;
}

.spec-table tbody td:nth-child(2) {
    width: 200px;
}

.spec-table tbody td:nth-child(3) {
}

.spec-table tbody td:nth-child(4) {
    min-width: 18rem;
}

@media (max-width: 1023px) {
    .spec-table {
        min-width: 880px;
    }

    .spec-table th:first-child,
    .spec-table td:first-child,
    .spec-table th:last-child,
    .spec-table td:last-child {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}
