.feynlab-pdocs-product-section {
    margin-top: 30px;
    padding-top: 20px;
}

.feynlab-pdocs-product-section h2 {
    font-family: inherit;
    font-weight: 700;
    margin-bottom: 15px;
}

.feynlab-pdocs-table {
    width: 100%;
    border-collapse: collapse;
    font-family: inherit;
}

.feynlab-pdocs-table thead th {
    text-align: left;
    padding: 10px 15px;
    font-weight: 700;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9em;
}

.feynlab-pdocs-table tbody td {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    vertical-align: middle;
}

.feynlab-pdocs-table tbody tr:last-child td {
    border-bottom: none;
}

.feynlab-pdocs-download-btn {
    display: inline-block;
    padding: 6px 16px;
    background-color: #306ED6 !important;
    color: #ffffff !important;
    border: 2px solid #306ED6 !important;
    border-radius: 4px;
    text-decoration: none !important;
    font-size: 0.85em;
    font-weight: 600;
    font-family: inherit;
    transition: background-color 0.2s, transform 0.1s;
    line-height: 1.4;
}

.feynlab-pdocs-download-btn:hover {
    background-color: #2559b3 !important;
    border-color: #2559b3 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    text-decoration: none !important;
}

.feynlab-pdocs-download-btn:focus {
    box-shadow: 0 0 0 2px rgba(48, 110, 214, 0.25);
    outline: none;
}

.feynlab-pdocs-download-btn:active {
    transform: translateY(0);
}

.feynlab-pdocs-my-account {
    font-family: inherit;
}

.feynlab-pdocs-product-group {
    margin-bottom: 30px;
}

.feynlab-pdocs-product-group h3 {
    font-weight: 700;
    margin-bottom: 10px;
    font-family: inherit;
}

.feynlab-pdocs-product-group h3 a {
    color: #306ED6;
    text-decoration: none;
}

.feynlab-pdocs-product-group h3 a:hover {
    color: #2559b3;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .feynlab-pdocs-table thead {
        display: none;
    }

    .feynlab-pdocs-table tbody tr {
        display: block;
        margin-bottom: 15px;
        padding: 10px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 4px;
    }

    .feynlab-pdocs-table tbody td {
        display: block;
        padding: 4px 0;
        border-bottom: none;
        text-align: left;
    }

    .feynlab-pdocs-table tbody td:before {
        font-weight: 700;
        display: inline;
        margin-right: 8px;
    }

    .feynlab-pdocs-table tbody td:last-child {
        margin-top: 8px;
    }
}
