.sgx-section { margin-bottom: 25px; }

.sgx-item {
    display: flex;
    padding: 6px 0;
}

.sgx-item-label {
    width: 35%;
    font-weight: 600;
}

.sgx-item-value {
    width: 65%;
}

.sgx-attachment-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 8px;
    border-radius: 6px;
}

.sgx-icon {
    margin-right: 10px;
}

.sgx-file-name {
    flex: 1;
}

.sgx-download-btn {
    background: #0073aa;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
}