.marking-file-info {
    margin: 5px 0;
}

.marking-file-info strong {
    display: block;
    margin-bottom: 5px;
}

.action-download {
    display: inline-block;
    padding: 2px 8px;
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    text-decoration: none;
}

.action-download:hover {
    background: #e0e0e0;
}

.file-not-found-message {
    color: #e02b27;
    font-style: italic;
}

.file-error-message {
    color: #e02b27;
}

.marking-file-loading {
    color: #666;
    font-style: italic;
}

.marking-locations-container {
    width: 100%;
}

.marking-global-options {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.marking-global-options .admin__field {
    flex: 1;
    min-width: 200px;
}

.admin__control-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.nested-techniques {
    width: 100%;
}

.dimensions-inputs {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dimensions-inputs input {
    width: 80px;
}