

/* Start:/local/components/varton/library.revit/templates/.default/style.css?1769290536753*/
.download-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.download-info {
    flex: 1;
}

.download-title {
    margin: 0 0 5px 0;
    font-size: 18px;
}

.download-meta {
    color: #666;
    font-size: 14px;
}

.download-action {
    margin-left: 20px;
}

.btn {
    display: inline-block;
    padding: 8px 20px;
    background: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.btn-primary {
    background: #007bff;
}

.btn-primary:hover {
    background: #0056b3;
}

.alert {
    padding: 15px;
    border-radius: 4px;
}

.alert-info {
    background: #d1ecf1;
    border: 1px solid #bee5eb;
    color: #0c5460;
}
/* End */
/* /local/components/varton/library.revit/templates/.default/style.css?1769290536753 */
