/* In app/code/Gevitech/Marking/view/adminhtml/web/css/marking.css */

.order-marking-items {
    margin-top: 20px;
    border-collapse: collapse;
    width: 100%;
}

.order-marking-items th {
    background-color: #f8f8f8;
    padding: 10px;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #d6d6d6;
}

.order-marking-items td {
    padding: 10px;
    border-bottom: 1px solid #e3e3e3;
    vertical-align: top;
}

.order-marking-items .marking-attributes {
    margin: 0;
    font-size: 12px;
}

.order-marking-items .marking-attributes dt {
    float: left;
    clear: left;
    font-weight: bold;
    margin-right: 5px;
}

.order-marking-items .marking-attributes dd {
    margin-bottom: 5px;
    margin-left: 0;
}

.order-marking-items .file-error-message {
    color: #e22626;
    font-size: 12px;
    margin-top: 5px;
}

.order-marking-items .action-download {
    display: inline-block;
    padding: 4px 8px;
    background-color: #1979c3;
    color: #ffffff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 12px;
}

.order-marking-items .action-download:hover {
    background-color: #166cad;
    color: #ffffff;
    text-decoration: none;
}

.order-marking-items .file-name {
    display: block;
    margin-bottom: 5px;
    word-break: break-all;
}

/* Section title styling */
.admin__page-section-title {
    margin-top: 2rem;
    padding: 1.4rem 0 0.5rem;
    border-top: 1px solid #ccc;
}