.custom-product-attachments table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border: 1px solid #F8F8F8;
}

.custom-product-attachments td {
    padding: 10px;
    border-bottom: 1px solid #F8F8F8;
    text-align: left;
}

.custom-product-attachments td a {
    text-decoration: none;
    color: #0073aa !important;
    margin-right: 50px; /* Buton ile yazı arasındaki boşluk */
}

.custom-product-attachments td a:hover {
    text-decoration: underline !important;
}

.custom-product-attachments .download-button {
    background: #212529 !important;
    color: #fff !important;
    padding: 5px 10px !important;
    text-decoration: none !important;
    border-radius: 3px !important;
    float: right !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

.custom-product-attachments .download-button:hover {
    background: #343a40 !important;
}

.custom-product-attachments tr {
    margin-bottom: 10px;
}
